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

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

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

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

        public DeletePrivateCloudRequest.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<DeletePrivateCloudRequest.Builder>
      • isInitialized

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

        public DeletePrivateCloudRequest.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<DeletePrivateCloudRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The resource name of the private cloud to delete.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface DeletePrivateCloudRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The resource name of the private cloud to delete.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface DeletePrivateCloudRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DeletePrivateCloudRequest.Builder setName​(String value)
         Required. The resource name of the private cloud to delete.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        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 DeletePrivateCloudRequest.Builder clearName()
         Required. The resource name of the private cloud to delete.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DeletePrivateCloudRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the private cloud to delete.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        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. 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 DeletePrivateCloudRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. 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 DeletePrivateCloudRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public DeletePrivateCloudRequest.Builder setRequestId​(String value)
         Optional. 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 DeletePrivateCloudRequest.Builder clearRequestId()
         Optional. 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 DeletePrivateCloudRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. 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.
      • getForce

        public boolean getForce()
         Optional. If set to true, cascade delete is enabled and all children of
         this private cloud resource are also deleted. When this flag is set to
         false, the private cloud will not be deleted if there are any children
         other than the management cluster. The management cluster is always
         deleted.
         
        bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getForce in interface DeletePrivateCloudRequestOrBuilder
        Returns:
        The force.
      • setForce

        public DeletePrivateCloudRequest.Builder setForce​(boolean value)
         Optional. If set to true, cascade delete is enabled and all children of
         this private cloud resource are also deleted. When this flag is set to
         false, the private cloud will not be deleted if there are any children
         other than the management cluster. The management cluster is always
         deleted.
         
        bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The force to set.
        Returns:
        This builder for chaining.
      • clearForce

        public DeletePrivateCloudRequest.Builder clearForce()
         Optional. If set to true, cascade delete is enabled and all children of
         this private cloud resource are also deleted. When this flag is set to
         false, the private cloud will not be deleted if there are any children
         other than the management cluster. The management cluster is always
         deleted.
         
        bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • hasDelayHours

        public boolean hasDelayHours()
         Optional. Time delay of the deletion specified in hours. The default value
         is `3`. Specifying a non-zero value for this field changes the value of
         `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
         deletion time. Deletion can be cancelled before `expire_time` elapses using
         [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud].
         Specifying a value of `0` for this field instead begins the deletion
         process and ceases billing immediately. During the final deletion process,
         the value of `PrivateCloud.state` becomes `PURGING`.
         
        optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDelayHours in interface DeletePrivateCloudRequestOrBuilder
        Returns:
        Whether the delayHours field is set.
      • getDelayHours

        public int getDelayHours()
         Optional. Time delay of the deletion specified in hours. The default value
         is `3`. Specifying a non-zero value for this field changes the value of
         `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
         deletion time. Deletion can be cancelled before `expire_time` elapses using
         [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud].
         Specifying a value of `0` for this field instead begins the deletion
         process and ceases billing immediately. During the final deletion process,
         the value of `PrivateCloud.state` becomes `PURGING`.
         
        optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDelayHours in interface DeletePrivateCloudRequestOrBuilder
        Returns:
        The delayHours.
      • setDelayHours

        public DeletePrivateCloudRequest.Builder setDelayHours​(int value)
         Optional. Time delay of the deletion specified in hours. The default value
         is `3`. Specifying a non-zero value for this field changes the value of
         `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
         deletion time. Deletion can be cancelled before `expire_time` elapses using
         [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud].
         Specifying a value of `0` for this field instead begins the deletion
         process and ceases billing immediately. During the final deletion process,
         the value of `PrivateCloud.state` becomes `PURGING`.
         
        optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The delayHours to set.
        Returns:
        This builder for chaining.
      • clearDelayHours

        public DeletePrivateCloudRequest.Builder clearDelayHours()
         Optional. Time delay of the deletion specified in hours. The default value
         is `3`. Specifying a non-zero value for this field changes the value of
         `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
         deletion time. Deletion can be cancelled before `expire_time` elapses using
         [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud].
         Specifying a value of `0` for this field instead begins the deletion
         process and ceases billing immediately. During the final deletion process,
         the value of `PrivateCloud.state` becomes `PURGING`.
         
        optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final DeletePrivateCloudRequest.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<DeletePrivateCloudRequest.Builder>
      • mergeUnknownFields

        public final DeletePrivateCloudRequest.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<DeletePrivateCloudRequest.Builder>