Class DeleteHubRequest.Builder

  • All Implemented Interfaces:
    DeleteHubRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    DeleteHubRequest

    public static final class DeleteHubRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
    implements DeleteHubRequestOrBuilder
     The request for
     [HubService.DeleteHub][google.cloud.networkconnectivity.v1.HubService.DeleteHub].
     
    Protobuf type google.cloud.networkconnectivity.v1.DeleteHubRequest
    • 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<DeleteHubRequest.Builder>
      • clear

        public DeleteHubRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.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<DeleteHubRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public DeleteHubRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
      • setField

        public DeleteHubRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
      • clearField

        public DeleteHubRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
      • clearOneof

        public DeleteHubRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
      • setRepeatedField

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

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

        public DeleteHubRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeleteHubRequest.Builder>
      • isInitialized

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

        public DeleteHubRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws 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<DeleteHubRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The name of the hub to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface DeleteHubRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The name of the hub to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface DeleteHubRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DeleteHubRequest.Builder setName​(String value)
         Required. The name of the hub to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DeleteHubRequest.Builder clearName()
         Required. The name of the hub to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DeleteHubRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The name of the hub to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getRequestId

        public String getRequestId()
         Optional. A unique request ID (optional). If you specify this ID, you can
         use it in cases when you need to retry your request. When you need to
         retry, this ID lets the server know that it can ignore the request if it
         has already been completed. The server guarantees that for at least 60
         minutes after the first request.
        
         For example, consider a situation where you make an initial request and
         the request times out. If you make the request again with the same request
         ID, the server can check to see whether the original operation
         was received. If it was, the server ignores the second request. This
         behavior prevents clients from mistakenly creating duplicate commitments.
        
         The request ID must be a valid UUID, with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestId in interface DeleteHubRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. A unique request ID (optional). If you specify this ID, you can
         use it in cases when you need to retry your request. When you need to
         retry, this ID lets the server know that it can ignore the request if it
         has already been completed. The server guarantees that for at least 60
         minutes after the first request.
        
         For example, consider a situation where you make an initial request and
         the request times out. If you make the request again with the same request
         ID, the server can check to see whether the original operation
         was received. If it was, the server ignores the second request. This
         behavior prevents clients from mistakenly creating duplicate commitments.
        
         The request ID must be a valid UUID, with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestIdBytes in interface DeleteHubRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public DeleteHubRequest.Builder setRequestId​(String value)
         Optional. A unique request ID (optional). If you specify this ID, you can
         use it in cases when you need to retry your request. When you need to
         retry, this ID lets the server know that it can ignore the request if it
         has already been completed. The server guarantees that for at least 60
         minutes after the first request.
        
         For example, consider a situation where you make an initial request and
         the request times out. If you make the request again with the same request
         ID, the server can check to see whether the original operation
         was received. If it was, the server ignores the second request. This
         behavior prevents clients from mistakenly creating duplicate commitments.
        
         The request ID must be a valid UUID, with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public DeleteHubRequest.Builder clearRequestId()
         Optional. A unique request ID (optional). If you specify this ID, you can
         use it in cases when you need to retry your request. When you need to
         retry, this ID lets the server know that it can ignore the request if it
         has already been completed. The server guarantees that for at least 60
         minutes after the first request.
        
         For example, consider a situation where you make an initial request and
         the request times out. If you make the request again with the same request
         ID, the server can check to see whether the original operation
         was received. If it was, the server ignores the second request. This
         behavior prevents clients from mistakenly creating duplicate commitments.
        
         The request ID must be a valid UUID, with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public DeleteHubRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. A unique request ID (optional). If you specify this ID, you can
         use it in cases when you need to retry your request. When you need to
         retry, this ID lets the server know that it can ignore the request if it
         has already been completed. The server guarantees that for at least 60
         minutes after the first request.
        
         For example, consider a situation where you make an initial request and
         the request times out. If you make the request again with the same request
         ID, the server can check to see whether the original operation
         was received. If it was, the server ignores the second request. This
         behavior prevents clients from mistakenly creating duplicate commitments.
        
         The request ID must be a valid UUID, with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final DeleteHubRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>
      • mergeUnknownFields

        public final DeleteHubRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteHubRequest.Builder>