Class: Google::Cloud::NetworkConnectivity::V1beta::ParseFromActivationKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1beta::ParseFromActivationKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb
Overview
Message for getting a RemoteTransportProfile from an activation key.
Instance Attribute Summary collapse
-
#activation_key ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#activation_key ⇒ ::String
Returns Required. The activation key to get the RemoteTransportProfile for.
234 235 236 237 |
# File 'proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb', line 234 class ParseFromActivationKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ParseFromActivationKeyRequest.
234 235 236 237 |
# File 'proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb', line 234 class ParseFromActivationKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |