class Google::Apis::DatastreamV1::PrivateConnectivity

Private Connectivity

Attributes

private_connection[RW]

Required. A reference to a private connection resource. Format: ‘projects/` project`/locations/`location`/privateConnections/`name“ Corresponds to the JSON property `privateConnection` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 1544
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datastream_v1/classes.rb, line 1549
def update!(**args)
  @private_connection = args[:private_connection] if args.key?(:private_connection)
end