Class DeleteConnectivityRuleRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteConnectivityRuleRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteConnectivityRuleRequest.Builder>
      • getDefaultInstanceForType

        public DeleteConnectivityRuleRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public DeleteConnectivityRuleRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public DeleteConnectivityRuleRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public DeleteConnectivityRuleRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteConnectivityRuleRequest.Builder>
      • addRepeatedField

        public DeleteConnectivityRuleRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteConnectivityRuleRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteConnectivityRuleRequest.Builder>
      • mergeFrom

        public DeleteConnectivityRuleRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeleteConnectivityRuleRequest.Builder>
        Throws:
        java.io.IOException
      • getConnectivityRuleIdBytes

        public com.google.protobuf.ByteString getConnectivityRuleIdBytes()
         The ID of the connectivity rule that need be deleted, required.
         
        string connectivity_rule_id = 1;
        Specified by:
        getConnectivityRuleIdBytes in interface DeleteConnectivityRuleRequestOrBuilder
        Returns:
        The bytes for connectivityRuleId.
      • setConnectivityRuleId

        public DeleteConnectivityRuleRequest.Builder setConnectivityRuleId​(java.lang.String value)
         The ID of the connectivity rule that need be deleted, required.
         
        string connectivity_rule_id = 1;
        Parameters:
        value - The connectivityRuleId to set.
        Returns:
        This builder for chaining.
      • clearConnectivityRuleId

        public DeleteConnectivityRuleRequest.Builder clearConnectivityRuleId()
         The ID of the connectivity rule that need be deleted, required.
         
        string connectivity_rule_id = 1;
        Returns:
        This builder for chaining.
      • setConnectivityRuleIdBytes

        public DeleteConnectivityRuleRequest.Builder setConnectivityRuleIdBytes​(com.google.protobuf.ByteString value)
         The ID of the connectivity rule that need be deleted, required.
         
        string connectivity_rule_id = 1;
        Parameters:
        value - The bytes for connectivityRuleId to set.
        Returns:
        This builder for chaining.
      • getResourceVersion

        public java.lang.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;
        Specified by:
        getResourceVersion in interface DeleteConnectivityRuleRequestOrBuilder
        Returns:
        The resourceVersion.
      • getResourceVersionBytes

        public 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;
        Specified by:
        getResourceVersionBytes in interface DeleteConnectivityRuleRequestOrBuilder
        Returns:
        The bytes for resourceVersion.
      • setResourceVersion

        public DeleteConnectivityRuleRequest.Builder setResourceVersion​(java.lang.String value)
         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;
        Parameters:
        value - The resourceVersion to set.
        Returns:
        This builder for chaining.
      • clearResourceVersion

        public DeleteConnectivityRuleRequest.Builder clearResourceVersion()
         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:
        This builder for chaining.
      • setResourceVersionBytes

        public DeleteConnectivityRuleRequest.Builder setResourceVersionBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for resourceVersion to set.
        Returns:
        This builder for chaining.
      • getAsyncOperationId

        public java.lang.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;
        Specified by:
        getAsyncOperationId in interface DeleteConnectivityRuleRequestOrBuilder
        Returns:
        The asyncOperationId.
      • getAsyncOperationIdBytes

        public 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;
        Specified by:
        getAsyncOperationIdBytes in interface DeleteConnectivityRuleRequestOrBuilder
        Returns:
        The bytes for asyncOperationId.
      • setAsyncOperationId

        public DeleteConnectivityRuleRequest.Builder setAsyncOperationId​(java.lang.String value)
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Parameters:
        value - The asyncOperationId to set.
        Returns:
        This builder for chaining.
      • clearAsyncOperationId

        public DeleteConnectivityRuleRequest.Builder clearAsyncOperationId()
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Returns:
        This builder for chaining.
      • setAsyncOperationIdBytes

        public DeleteConnectivityRuleRequest.Builder setAsyncOperationIdBytes​(com.google.protobuf.ByteString value)
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Parameters:
        value - The bytes for asyncOperationId to set.
        Returns:
        This builder for chaining.