Class: Google::Cloud::CloudDMS::V1::DeleteConversionWorkspaceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms.rb

Overview

Request message for 'DeleteConversionWorkspace' request.

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns Force delete the conversion workspace, even if there's a running migration that is using the workspace.

Returns:

  • (::Boolean)

    Force delete the conversion workspace, even if there's a running migration that is using the workspace.



723
724
725
726
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 723

class DeleteConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Name of the conversion workspace resource to delete.

Returns:

  • (::String)

    Required. Name of the conversion workspace resource to delete.



723
724
725
726
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 723

class DeleteConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Returns:

  • (::String)

    A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

    It is recommended to always set this value to a UUID.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.



723
724
725
726
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 723

class DeleteConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end