Interface MeteringReportOuterClass.ApplicationMeteringReportOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationId()
      The application Id
      com.google.protobuf.ByteString getApplicationIdBytes()
      The application Id
      long getEventCount()
      The event count for the application; i.e., the number of fetch, lookup-by-key, create, and exercise events in transactions issued by this application.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getApplicationId

        java.lang.String getApplicationId()
         The application Id
         
        string application_id = 1 [json_name = "applicationId"];
        Returns:
        The applicationId.
      • getApplicationIdBytes

        com.google.protobuf.ByteString getApplicationIdBytes()
         The application Id
         
        string application_id = 1 [json_name = "applicationId"];
        Returns:
        The bytes for applicationId.
      • getEventCount

        long getEventCount()
         The event count for the application; i.e., the number of fetch, lookup-by-key, create, and exercise events
         in transactions issued by this application.
         
        int64 event_count = 2 [json_name = "eventCount"];
        Returns:
        The eventCount.