Class: Google::Cloud::NetworkConnectivity::V1::GetDestinationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb

Overview

Request message to get the details of a Destination resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Destination resource to get.

Returns:

  • (::String)

    Required. The name of the Destination resource to get.



407
408
409
410
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 407

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