Interface ConnectivityRuleOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
    com.google.protobuf.ByteString
    The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
    com.google.protobuf.Timestamp
    The date and time when the connectivity rule was created.
    com.google.protobuf.TimestampOrBuilder
    The date and time when the connectivity rule was created.
    The id of the private connectivity rule.
    com.google.protobuf.ByteString
    The id of the private connectivity rule.
    The current version of the connectivity rule specification.
    com.google.protobuf.ByteString
    The current version of the connectivity rule specification.
    The connectivity rule specification.
    The connectivity rule specification.
    .temporal.api.cloud.resource.v1.ResourceState state = 5;
    int
    .temporal.api.cloud.resource.v1.ResourceState state = 5;
    boolean
    The date and time when the connectivity rule was created.
    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

    • getId

      String getId()
       The id of the private connectivity rule.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The id of the private connectivity rule.
       
      string id = 1;
      Returns:
      The bytes for id.
    • hasSpec

      boolean hasSpec()
       The connectivity rule specification.
       
      .temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec spec = 2;
      Returns:
      Whether the spec field is set.
    • getSpec

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

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

      String getResourceVersion()
       The current version of the connectivity rule specification.
       The next update operation will have to include this version.
       
      string resource_version = 4;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The current version of the connectivity rule specification.
       The next update operation will have to include this version.
       
      string resource_version = 4;
      Returns:
      The bytes for resourceVersion.
    • getStateValue

      int getStateValue()
      .temporal.api.cloud.resource.v1.ResourceState state = 5;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      ResourceState getState()
      .temporal.api.cloud.resource.v1.ResourceState state = 5;
      Returns:
      The state.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
       
      string async_operation_id = 6;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
       
      string async_operation_id = 6;
      Returns:
      The bytes for asyncOperationId.
    • hasCreatedTime

      boolean hasCreatedTime()
       The date and time when the connectivity rule was created.
       
      .google.protobuf.Timestamp created_time = 7;
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      com.google.protobuf.Timestamp getCreatedTime()
       The date and time when the connectivity rule was created.
       
      .google.protobuf.Timestamp created_time = 7;
      Returns:
      The createdTime.
    • getCreatedTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
       The date and time when the connectivity rule was created.
       
      .google.protobuf.Timestamp created_time = 7;