Class: Google::Cloud::Datastream::V1::PrivateConnectivity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#private_connection::String

Returns Required. A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}.

Returns:

  • (::String)

    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