Interface CreateBillingReportRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateBillingReportRequest, CreateBillingReportRequest.Builder

@Generated(value="protoc", comments="annotations:CreateBillingReportRequestOrBuilder.java.pb.meta") public interface CreateBillingReportRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional, if not provided a random id will be generated.
    com.google.protobuf.ByteString
    Optional, if not provided a random id will be generated.
    The specification for the billing report.
    The specification for the billing report.
    boolean
    The specification for the billing report.

    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 Details

    • hasSpec

      boolean hasSpec()
       The specification for the billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

       The specification for the billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      BillingReportSpecOrBuilder getSpecOrBuilder()
       The specification for the billing report.
       
      .temporal.api.cloud.billing.v1.BillingReportSpec spec = 1;
    • getAsyncOperationId

      String getAsyncOperationId()
       Optional, if not provided a random id will be generated.
       
      string async_operation_id = 2;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       Optional, if not provided a random id will be generated.
       
      string async_operation_id = 2;
      Returns:
      The bytes for asyncOperationId.