Class BillingReportSpec

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

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

    • START_TIME_INCLUSIVE_FIELD_NUMBER

      public static final int START_TIME_INCLUSIVE_FIELD_NUMBER
      See Also:
    • END_TIME_EXCLUSIVE_FIELD_NUMBER

      public static final int END_TIME_EXCLUSIVE_FIELD_NUMBER
      See Also:
    • DOWNLOAD_URL_EXPIRATION_DURATION_FIELD_NUMBER

      public static final int DOWNLOAD_URL_EXPIRATION_DURATION_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • GRANULARITY_FIELD_NUMBER

      public static final int GRANULARITY_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
    • hasStartTimeInclusive

      public boolean hasStartTimeInclusive()
       The start time of the billing report (in UTC).
       
      .google.protobuf.Timestamp start_time_inclusive = 1;
      Specified by:
      hasStartTimeInclusive in interface BillingReportSpecOrBuilder
      Returns:
      Whether the startTimeInclusive field is set.
    • getStartTimeInclusive

      public com.google.protobuf.Timestamp getStartTimeInclusive()
       The start time of the billing report (in UTC).
       
      .google.protobuf.Timestamp start_time_inclusive = 1;
      Specified by:
      getStartTimeInclusive in interface BillingReportSpecOrBuilder
      Returns:
      The startTimeInclusive.
    • getStartTimeInclusiveOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeInclusiveOrBuilder()
       The start time of the billing report (in UTC).
       
      .google.protobuf.Timestamp start_time_inclusive = 1;
      Specified by:
      getStartTimeInclusiveOrBuilder in interface BillingReportSpecOrBuilder
    • hasEndTimeExclusive

      public boolean hasEndTimeExclusive()
       The end time of the billing report (in UTC).
       
      .google.protobuf.Timestamp end_time_exclusive = 2;
      Specified by:
      hasEndTimeExclusive in interface BillingReportSpecOrBuilder
      Returns:
      Whether the endTimeExclusive field is set.
    • getEndTimeExclusive

      public com.google.protobuf.Timestamp getEndTimeExclusive()
       The end time of the billing report (in UTC).
       
      .google.protobuf.Timestamp end_time_exclusive = 2;
      Specified by:
      getEndTimeExclusive in interface BillingReportSpecOrBuilder
      Returns:
      The endTimeExclusive.
    • getEndTimeExclusiveOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEndTimeExclusiveOrBuilder()
       The end time of the billing report (in UTC).
       
      .google.protobuf.Timestamp end_time_exclusive = 2;
      Specified by:
      getEndTimeExclusiveOrBuilder in interface BillingReportSpecOrBuilder
    • hasDownloadUrlExpirationDuration

      public boolean hasDownloadUrlExpirationDuration()
       The duration after which the download url will expire.
       Optional, default is 5 minutes and maximum is 1 hour.
       
      .google.protobuf.Duration download_url_expiration_duration = 3;
      Specified by:
      hasDownloadUrlExpirationDuration in interface BillingReportSpecOrBuilder
      Returns:
      Whether the downloadUrlExpirationDuration field is set.
    • getDownloadUrlExpirationDuration

      public com.google.protobuf.Duration getDownloadUrlExpirationDuration()
       The duration after which the download url will expire.
       Optional, default is 5 minutes and maximum is 1 hour.
       
      .google.protobuf.Duration download_url_expiration_duration = 3;
      Specified by:
      getDownloadUrlExpirationDuration in interface BillingReportSpecOrBuilder
      Returns:
      The downloadUrlExpirationDuration.
    • getDownloadUrlExpirationDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getDownloadUrlExpirationDurationOrBuilder()
       The duration after which the download url will expire.
       Optional, default is 5 minutes and maximum is 1 hour.
       
      .google.protobuf.Duration download_url_expiration_duration = 3;
      Specified by:
      getDownloadUrlExpirationDurationOrBuilder in interface BillingReportSpecOrBuilder
    • getDescription

      public String getDescription()
       The description for the billing report.
       Optional, default is empty.
       
      string description = 4;
      Specified by:
      getDescription in interface BillingReportSpecOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       The description for the billing report.
       Optional, default is empty.
       
      string description = 4;
      Specified by:
      getDescriptionBytes in interface BillingReportSpecOrBuilder
      Returns:
      The bytes for description.
    • getGranularityValue

      public int getGranularityValue()
       The data granularity of the billing report.
       Optional, default is hourly.
       temporal:versioning:min_version=v0.16.0
       
      .temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity granularity = 5;
      Specified by:
      getGranularityValue in interface BillingReportSpecOrBuilder
      Returns:
      The enum numeric value on the wire for granularity.
    • getGranularity

       The data granularity of the billing report.
       Optional, default is hourly.
       temporal:versioning:min_version=v0.16.0
       
      .temporal.api.cloud.billing.v1.BillingReportSpec.BillingReportGranularity granularity = 5;
      Specified by:
      getGranularity in interface BillingReportSpecOrBuilder
      Returns:
      The granularity.
    • 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 BillingReportSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static BillingReportSpec.Builder newBuilder()
    • newBuilder

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

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

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

      public static BillingReportSpec getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<BillingReportSpec> 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 BillingReportSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder