Class: Google::Cloud::Datastream::V1::PrivateConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PrivateConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Private Connectivity
Instance Attribute Summary collapse
-
#private_connection ⇒ ::String
Required.
Instance Attribute Details
#private_connection ⇒ ::String
Returns Required. A reference to a private connection resource.
Format: projects/{project}/locations/{location}/privateConnections/{name}
.
227 228 229 230 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 227 class PrivateConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |