Package com.daml.ledger.api.v1.admin
Interface MeteringReportOuterClass.GetMeteringReportResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeteringReportOuterClass.GetMeteringReportResponse
,MeteringReportOuterClass.GetMeteringReportResponse.Builder
- Enclosing class:
- MeteringReportOuterClass
public static interface MeteringReportOuterClass.GetMeteringReportResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeteringReportOuterClass.ParticipantMeteringReport
getParticipantReport()
The computed report.MeteringReportOuterClass.ParticipantMeteringReportOrBuilder
getParticipantReportOrBuilder()
The computed report.com.google.protobuf.Timestamp
getReportGenerationTime()
The time at which the report was computed.com.google.protobuf.TimestampOrBuilder
getReportGenerationTimeOrBuilder()
The time at which the report was computed.MeteringReportOuterClass.GetMeteringReportRequest
getRequest()
The actual request that was executed.MeteringReportOuterClass.GetMeteringReportRequestOrBuilder
getRequestOrBuilder()
The actual request that was executed.boolean
hasParticipantReport()
The computed report.boolean
hasReportGenerationTime()
The time at which the report was computed.boolean
hasRequest()
The actual request that was executed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequest
boolean hasRequest()
The actual request that was executed.
.com.daml.ledger.api.v1.admin.GetMeteringReportRequest request = 1 [json_name = "request"];
- Returns:
- Whether the request field is set.
-
getRequest
MeteringReportOuterClass.GetMeteringReportRequest getRequest()
The actual request that was executed.
.com.daml.ledger.api.v1.admin.GetMeteringReportRequest request = 1 [json_name = "request"];
- Returns:
- The request.
-
getRequestOrBuilder
MeteringReportOuterClass.GetMeteringReportRequestOrBuilder getRequestOrBuilder()
The actual request that was executed.
.com.daml.ledger.api.v1.admin.GetMeteringReportRequest request = 1 [json_name = "request"];
-
hasParticipantReport
boolean hasParticipantReport()
The computed report.
.com.daml.ledger.api.v1.admin.ParticipantMeteringReport participant_report = 2 [json_name = "participantReport"];
- Returns:
- Whether the participantReport field is set.
-
getParticipantReport
MeteringReportOuterClass.ParticipantMeteringReport getParticipantReport()
The computed report.
.com.daml.ledger.api.v1.admin.ParticipantMeteringReport participant_report = 2 [json_name = "participantReport"];
- Returns:
- The participantReport.
-
getParticipantReportOrBuilder
MeteringReportOuterClass.ParticipantMeteringReportOrBuilder getParticipantReportOrBuilder()
The computed report.
.com.daml.ledger.api.v1.admin.ParticipantMeteringReport participant_report = 2 [json_name = "participantReport"];
-
hasReportGenerationTime
boolean hasReportGenerationTime()
The time at which the report was computed.
.google.protobuf.Timestamp report_generation_time = 3 [json_name = "reportGenerationTime"];
- Returns:
- Whether the reportGenerationTime field is set.
-
getReportGenerationTime
com.google.protobuf.Timestamp getReportGenerationTime()
The time at which the report was computed.
.google.protobuf.Timestamp report_generation_time = 3 [json_name = "reportGenerationTime"];
- Returns:
- The reportGenerationTime.
-
getReportGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReportGenerationTimeOrBuilder()
The time at which the report was computed.
.google.protobuf.Timestamp report_generation_time = 3 [json_name = "reportGenerationTime"];
-
-