Class: Google::Cloud::NetworkConnectivity::V1::GetServiceConnectionTokenRequest

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

Overview

Request for GetServiceConnectionToken.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the ServiceConnectionToken to get.

Returns:

  • (::String)

    Required. Name of the ServiceConnectionToken to get.



1029
1030
1031
1032
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1029

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