Class: Google::Cloud::CloudDMS::V1::UpdateConversionWorkspaceRequest

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 'UpdateConversionWorkspace' request.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The conversion workspace parameters to update.

Returns:



701
702
703
704
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 701

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



701
702
703
704
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 701

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.



701
702
703
704
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 701

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