Class: Google::Cloud::NetworkConnectivity::V1beta::ParseFromActivationKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1beta::ParseFromActivationKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb
Overview
Message for response to getting a RemoteTransportProfile from an activation key.
Instance Attribute Summary collapse
-
#remote_transport_profile ⇒ ::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile
The RemoteTransportProfile that was parsed from the activation key.
Instance Attribute Details
#remote_transport_profile ⇒ ::Google::Cloud::NetworkConnectivity::V1beta::RemoteTransportProfile
Returns The RemoteTransportProfile that was parsed from the activation key.
244 245 246 247 |
# File 'proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb', line 244 class ParseFromActivationKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |