Class: Google::Cloud::CloudDMS::V1::UpdateConnectionProfileRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#connection_profile::Google::Cloud::CloudDMS::V1::ConnectionProfile

Returns Required. The connection profile parameters to update.

Returns:



440
441
442
443
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440

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

#request_id::String

Returns Optional. 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)

    Optional. 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.



440
441
442
443
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440

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

#skip_validation::Boolean

Returns Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

Returns:

  • (::Boolean)

    Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.



440
441
442
443
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440

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



440
441
442
443
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440

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

#validate_only::Boolean

Returns Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

Returns:

  • (::Boolean)

    Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.



440
441
442
443
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440

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