Class: Google::Cloud::CloudDMS::V1::CreateConversionWorkspaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::CreateConversionWorkspaceRequest
- 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
-
#conversion_workspace ⇒ ::Google::Cloud::CloudDMS::V1::ConversionWorkspace
Required.
-
#conversion_workspace_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
A unique ID used to identify the request.
Instance Attribute Details
#conversion_workspace ⇒ ::Google::Cloud::CloudDMS::V1::ConversionWorkspace
Returns Required. Represents a conversion workspace object.
627 628 629 630 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 627 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.
627 628 629 630 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 627 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.
627 628 629 630 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 627 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.
627 628 629 630 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 627 class CreateConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |