Interface CreateConnectivityRuleRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id to use for this async operation.
    com.google.protobuf.ByteString
    The id to use for this async operation.
    The connectivity rule specification.
    The connectivity rule specification.
    boolean
    The connectivity rule specification.

    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 connectivity rule specification.
       
      .temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

       The connectivity rule specification.
       
      .temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      ConnectivityRuleSpecOrBuilder getSpecOrBuilder()
       The connectivity rule specification.
       
      .temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec spec = 1;
    • getAsyncOperationId

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

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