Class DeletePrivateCloudRequest

  • All Implemented Interfaces:
    DeletePrivateCloudRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class DeletePrivateCloudRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements DeletePrivateCloudRequestOrBuilder
     Request message for
     [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud]
     
    Protobuf type google.cloud.vmwareengine.v1.DeletePrivateCloudRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(ByteBuffer data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(ByteBuffer data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DeletePrivateCloudRequest parseFrom​(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

        protected DeletePrivateCloudRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<DeletePrivateCloudRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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