Interface CreateConnectivityRuleResponseOrBuilder

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

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

      • getConnectivityRuleId

        java.lang.String getConnectivityRuleId()
         The id of the connectivity rule that was created.
         
        string connectivity_rule_id = 1;
        Returns:
        The connectivityRuleId.
      • getConnectivityRuleIdBytes

        com.google.protobuf.ByteString getConnectivityRuleIdBytes()
         The id of the connectivity rule that was created.
         
        string connectivity_rule_id = 1;
        Returns:
        The bytes for connectivityRuleId.
      • hasAsyncOperation

        boolean hasAsyncOperation()
         The async operation
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        Whether the asyncOperation field is set.
      • getAsyncOperation

        AsyncOperation getAsyncOperation()
         The async operation
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        The asyncOperation.
      • getAsyncOperationOrBuilder

        AsyncOperationOrBuilder getAsyncOperationOrBuilder()
         The async operation
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;