Interface DeleteConnectivityRuleRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:DeleteConnectivityRuleRequestOrBuilder.java.pb.meta") public interface DeleteConnectivityRuleRequestOrBuilder 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 ID of the connectivity rule that need be deleted, required.
    com.google.protobuf.ByteString
    The ID of the connectivity rule that need be deleted, required.
    The resource version which should be the same from the the db, required The latest version can be found in the GetConnectivityRule operation response
    com.google.protobuf.ByteString
    The resource version which should be the same from the the db, required The latest version can be found in the GetConnectivityRule operation response

    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

    • getConnectivityRuleId

      String getConnectivityRuleId()
       The ID of the connectivity rule that need be deleted, required.
       
      string connectivity_rule_id = 1;
      Returns:
      The connectivityRuleId.
    • getConnectivityRuleIdBytes

      com.google.protobuf.ByteString getConnectivityRuleIdBytes()
       The ID of the connectivity rule that need be deleted, required.
       
      string connectivity_rule_id = 1;
      Returns:
      The bytes for connectivityRuleId.
    • getResourceVersion

      String getResourceVersion()
       The resource version which should be the same from the the db, required
       The latest version can be found in the GetConnectivityRule operation response
       
      string resource_version = 2;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The resource version which should be the same from the the db, required
       The latest version can be found in the GetConnectivityRule operation response
       
      string resource_version = 2;
      Returns:
      The bytes for resourceVersion.
    • 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 = 3;
      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 = 3;
      Returns:
      The bytes for asyncOperationId.