Package com.daml.ledger.api.v1.admin
Interface MeteringReportOuterClass.ParticipantMeteringReportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeteringReportOuterClass.ParticipantMeteringReport
,MeteringReportOuterClass.ParticipantMeteringReport.Builder
- Enclosing class:
- MeteringReportOuterClass
public static interface MeteringReportOuterClass.ParticipantMeteringReportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeteringReportOuterClass.ApplicationMeteringReport
getApplicationReports(int index)
Per application reports.int
getApplicationReportsCount()
Per application reports.java.util.List<MeteringReportOuterClass.ApplicationMeteringReport>
getApplicationReportsList()
Per application reports.MeteringReportOuterClass.ApplicationMeteringReportOrBuilder
getApplicationReportsOrBuilder(int index)
Per application reports.java.util.List<? extends MeteringReportOuterClass.ApplicationMeteringReportOrBuilder>
getApplicationReportsOrBuilderList()
Per application reports.boolean
getIsFinal()
If the report is final it has been generated based on aggregated data so will never change in the future.java.lang.String
getParticipantId()
The reporting participantcom.google.protobuf.ByteString
getParticipantIdBytes()
The reporting participant-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParticipantId
java.lang.String getParticipantId()
The reporting participant
string participant_id = 1 [json_name = "participantId"];
- Returns:
- The participantId.
-
getParticipantIdBytes
com.google.protobuf.ByteString getParticipantIdBytes()
The reporting participant
string participant_id = 1 [json_name = "participantId"];
- Returns:
- The bytes for participantId.
-
getIsFinal
boolean getIsFinal()
If the report is final it has been generated based on aggregated data so will never change in the future.
bool is_final = 2 [json_name = "isFinal"];
- Returns:
- The isFinal.
-
getApplicationReportsList
java.util.List<MeteringReportOuterClass.ApplicationMeteringReport> getApplicationReportsList()
Per application reports.
repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
-
getApplicationReports
MeteringReportOuterClass.ApplicationMeteringReport getApplicationReports(int index)
Per application reports.
repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
-
getApplicationReportsCount
int getApplicationReportsCount()
Per application reports.
repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
-
getApplicationReportsOrBuilderList
java.util.List<? extends MeteringReportOuterClass.ApplicationMeteringReportOrBuilder> getApplicationReportsOrBuilderList()
Per application reports.
repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
-
getApplicationReportsOrBuilder
MeteringReportOuterClass.ApplicationMeteringReportOrBuilder getApplicationReportsOrBuilder(int index)
Per application reports.
repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
-
-