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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAsyncOperationId()
      The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
      com.google.protobuf.ByteString getAsyncOperationIdBytes()
      The id of the async operation that is creating/updating/deleting the connectivity rule, if any.
      com.google.protobuf.Timestamp getCreatedTime()
      The date and time when the connectivity rule was created.
      com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
      The date and time when the connectivity rule was created.
      java.lang.String getId()
      The id of the private connectivity rule.
      com.google.protobuf.ByteString getIdBytes()
      The id of the private connectivity rule.
      java.lang.String getResourceVersion()
      The current version of the connectivity rule specification.
      com.google.protobuf.ByteString getResourceVersionBytes()
      The current version of the connectivity rule specification.
      ConnectivityRuleSpec getSpec()
      The connectivity rule specification.
      ConnectivityRuleSpecOrBuilder getSpecOrBuilder()
      The connectivity rule specification.
      ResourceState getState()
      .temporal.api.cloud.resource.v1.ResourceState state = 5;
      int getStateValue()
      .temporal.api.cloud.resource.v1.ResourceState state = 5;
      boolean hasCreatedTime()
      The date and time when the connectivity rule was created.
      boolean hasSpec()
      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 Detail

      • getId

        java.lang.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

        ConnectivityRuleSpec 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

        java.lang.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

        java.lang.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;