Class BillingReport

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.cloud.billing.v1.BillingReport
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, BillingReportOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:BillingReport.java.pb.meta") public final class BillingReport extends com.google.protobuf.GeneratedMessageV3 implements BillingReportOrBuilder
Protobuf type temporal.api.cloud.billing.v1.BillingReport
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • SPEC_FIELD_NUMBER

      public static final int SPEC_FIELD_NUMBER
      See Also:
    • DOWNLOAD_INFO_FIELD_NUMBER

      public static final int DOWNLOAD_INFO_FIELD_NUMBER
      See Also:
    • REQUESTED_TIME_FIELD_NUMBER

      public static final int REQUESTED_TIME_FIELD_NUMBER
      See Also:
    • GENERATED_TIME_FIELD_NUMBER

      public static final int GENERATED_TIME_FIELD_NUMBER
      See Also:
    • ASYNC_OPERATION_ID_FIELD_NUMBER

      public static final int ASYNC_OPERATION_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getId

      public String getId()
       The id of the billing report.
       
      string id = 1;
      Specified by:
      getId in interface BillingReportOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       The id of the billing report.
       
      string id = 1;
      Specified by:
      getIdBytes in interface BillingReportOrBuilder
      Returns:
      The bytes for id.
    • getStateValue

      public int getStateValue()
       The current state of the billing report.
       
      .temporal.api.cloud.billing.v1.BillingReport.BillingReportState state = 2;
      Specified by:
      getStateValue in interface BillingReportOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • getState

       The current state of the billing report.
       
      .temporal.api.cloud.billing.v1.BillingReport.BillingReportState state = 2;
      Specified by:
      getState in interface BillingReportOrBuilder
      Returns:
      The state.
    • hasSpec

      public boolean hasSpec()
       The spec used to generate this billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 3;
      Specified by:
      hasSpec in interface BillingReportOrBuilder
      Returns:
      Whether the spec field is set.
    • getSpec

      public BillingReportSpec getSpec()
       The spec used to generate this billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 3;
      Specified by:
      getSpec in interface BillingReportOrBuilder
      Returns:
      The spec.
    • getSpecOrBuilder

      public BillingReportSpecOrBuilder getSpecOrBuilder()
       The spec used to generate this billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 3;
      Specified by:
      getSpecOrBuilder in interface BillingReportOrBuilder
    • getDownloadInfoList

      public List<BillingReport.Download> getDownloadInfoList()
       The download information for the billing report.
       For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
       
      repeated .temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
      Specified by:
      getDownloadInfoList in interface BillingReportOrBuilder
    • getDownloadInfoOrBuilderList

      public List<? extends BillingReport.DownloadOrBuilder> getDownloadInfoOrBuilderList()
       The download information for the billing report.
       For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
       
      repeated .temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
      Specified by:
      getDownloadInfoOrBuilderList in interface BillingReportOrBuilder
    • getDownloadInfoCount

      public int getDownloadInfoCount()
       The download information for the billing report.
       For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
       
      repeated .temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
      Specified by:
      getDownloadInfoCount in interface BillingReportOrBuilder
    • getDownloadInfo

      public BillingReport.Download getDownloadInfo(int index)
       The download information for the billing report.
       For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
       
      repeated .temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
      Specified by:
      getDownloadInfo in interface BillingReportOrBuilder
    • getDownloadInfoOrBuilder

      public BillingReport.DownloadOrBuilder getDownloadInfoOrBuilder(int index)
       The download information for the billing report.
       For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)
       
      repeated .temporal.api.cloud.billing.v1.BillingReport.Download download_info = 4;
      Specified by:
      getDownloadInfoOrBuilder in interface BillingReportOrBuilder
    • hasRequestedTime

      public boolean hasRequestedTime()
       The date and time when the billing report was requested.
       
      .google.protobuf.Timestamp requested_time = 5;
      Specified by:
      hasRequestedTime in interface BillingReportOrBuilder
      Returns:
      Whether the requestedTime field is set.
    • getRequestedTime

      public com.google.protobuf.Timestamp getRequestedTime()
       The date and time when the billing report was requested.
       
      .google.protobuf.Timestamp requested_time = 5;
      Specified by:
      getRequestedTime in interface BillingReportOrBuilder
      Returns:
      The requestedTime.
    • getRequestedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getRequestedTimeOrBuilder()
       The date and time when the billing report was requested.
       
      .google.protobuf.Timestamp requested_time = 5;
      Specified by:
      getRequestedTimeOrBuilder in interface BillingReportOrBuilder
    • hasGeneratedTime

      public boolean hasGeneratedTime()
       The date and time when the billing report generation completed.
       
      .google.protobuf.Timestamp generated_time = 6;
      Specified by:
      hasGeneratedTime in interface BillingReportOrBuilder
      Returns:
      Whether the generatedTime field is set.
    • getGeneratedTime

      public com.google.protobuf.Timestamp getGeneratedTime()
       The date and time when the billing report generation completed.
       
      .google.protobuf.Timestamp generated_time = 6;
      Specified by:
      getGeneratedTime in interface BillingReportOrBuilder
      Returns:
      The generatedTime.
    • getGeneratedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getGeneratedTimeOrBuilder()
       The date and time when the billing report generation completed.
       
      .google.protobuf.Timestamp generated_time = 6;
      Specified by:
      getGeneratedTimeOrBuilder in interface BillingReportOrBuilder
    • getAsyncOperationId

      public String getAsyncOperationId()
       The async operation id associated with the billing report generation.
       
      string async_operation_id = 7;
      Specified by:
      getAsyncOperationId in interface BillingReportOrBuilder
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      public com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The async operation id associated with the billing report generation.
       
      string async_operation_id = 7;
      Specified by:
      getAsyncOperationIdBytes in interface BillingReportOrBuilder
      Returns:
      The bytes for asyncOperationId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static BillingReport parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BillingReport parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BillingReport parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BillingReport parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BillingReport parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BillingReport parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BillingReport parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public BillingReport.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static BillingReport.Builder newBuilder()
    • newBuilder

      public static BillingReport.Builder newBuilder(BillingReport prototype)
    • toBuilder

      public BillingReport.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected BillingReport.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static BillingReport getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BillingReport> parser()
    • getParserForType

      public com.google.protobuf.Parser<BillingReport> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public BillingReport getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder