Interface MeteringReportOuterClass.GetMeteringReportResponseOrBuilder

    • 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.
      • 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.
      • 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"];