Class: Google::Cloud::CloudDMS::V1::CreateMappingRuleRequest

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 'CreateMappingRule' command.

Instance Attribute Summary collapse

Instance Attribute Details

#mapping_rule::Google::Cloud::CloudDMS::V1::MappingRule

Returns Required. Represents a mapping rule object.

Returns:



1053
1054
1055
1056
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1053

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

#mapping_rule_id::String

Returns Required. The ID of the rule to create.

Returns:

  • (::String)

    Required. The ID of the rule to create.



1053
1054
1055
1056
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1053

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

#parent::String

Returns Required. The parent which owns this collection of mapping rules.

Returns:

  • (::String)

    Required. The parent which owns this collection of mapping rules.



1053
1054
1055
1056
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1053

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



1053
1054
1055
1056
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1053

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