Class: Google::Cloud::CloudDMS::V1::CreateConversionWorkspaceRequest

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 to create a new Conversion Workspace in the specified project and region.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_workspace::Google::Cloud::CloudDMS::V1::ConversionWorkspace

Returns Required. Represents a conversion workspace object.

Returns:



684
685
686
687
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 684

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

#conversion_workspace_id::String

Returns Required. The ID of the conversion workspace to create.

Returns:

  • (::String)

    Required. The ID of the conversion workspace to create.



684
685
686
687
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 684

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

#parent::String

Returns Required. The parent which owns this collection of conversion workspaces.

Returns:

  • (::String)

    Required. The parent which owns this collection of conversion workspaces.



684
685
686
687
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 684

class CreateConversionWorkspaceRequest
  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.



684
685
686
687
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 684

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