Class: Google::Cloud::CloudDMS::V1::DeletePrivateConnectionRequest

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 delete a private connection.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the private connection to delete.

Returns:

  • (::String)

    Required. The name of the private connection to delete.



558
559
560
561
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 558

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



558
559
560
561
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 558

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