Class DeleteWorkstationConfigRequest.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<DeleteWorkstationConfigRequest.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<DeleteWorkstationConfigRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public DeleteWorkstationConfigRequest.Builder setName​(String value)
         Required. Name of the workstation configuration 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 DeleteWorkstationConfigRequest.Builder clearName()
         Required. Name of the workstation configuration to delete.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DeleteWorkstationConfigRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. Name of the workstation configuration 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.
      • getValidateOnly

        public boolean getValidateOnly()
         Optional. If set, validate the request and preview the review, but do not
         actually apply it.
         
        bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getValidateOnly in interface DeleteWorkstationConfigRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public DeleteWorkstationConfigRequest.Builder setValidateOnly​(boolean value)
         Optional. If set, validate the request and preview the review, but do not
         actually apply it.
         
        bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public DeleteWorkstationConfigRequest.Builder clearValidateOnly()
         Optional. If set, validate the request and preview the review, but do not
         actually apply it.
         
        bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getEtag

        public String getEtag()
         Optional. If set, the request is rejected if the latest version of the
         workstation configuration on the server does not have this ETag.
         
        string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getEtag in interface DeleteWorkstationConfigRequestOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         Optional. If set, the request is rejected if the latest version of the
         workstation configuration on the server does not have this ETag.
         
        string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getEtagBytes in interface DeleteWorkstationConfigRequestOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public DeleteWorkstationConfigRequest.Builder setEtag​(String value)
         Optional. If set, the request is rejected if the latest version of the
         workstation configuration on the server does not have this ETag.
         
        string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public DeleteWorkstationConfigRequest.Builder clearEtag()
         Optional. If set, the request is rejected if the latest version of the
         workstation configuration on the server does not have this ETag.
         
        string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setEtagBytes

        public DeleteWorkstationConfigRequest.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         Optional. If set, the request is rejected if the latest version of the
         workstation configuration on the server does not have this ETag.
         
        string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • getForce

        public boolean getForce()
         Optional. If set, any workstations in the workstation configuration are
         also deleted. Otherwise, the request works only if the workstation
         configuration has no workstations.
         
        bool force = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getForce in interface DeleteWorkstationConfigRequestOrBuilder
        Returns:
        The force.
      • setForce

        public DeleteWorkstationConfigRequest.Builder setForce​(boolean value)
         Optional. If set, any workstations in the workstation configuration are
         also deleted. Otherwise, the request works only if the workstation
         configuration has no workstations.
         
        bool force = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The force to set.
        Returns:
        This builder for chaining.
      • clearForce

        public DeleteWorkstationConfigRequest.Builder clearForce()
         Optional. If set, any workstations in the workstation configuration are
         also deleted. Otherwise, the request works only if the workstation
         configuration has no workstations.
         
        bool force = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.