Class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationPrivateServiceConnect

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigqueryconnection_v1/classes.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb

Overview

Private Service Connect configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectorConfigurationPrivateServiceConnect

Returns a new instance of ConnectorConfigurationPrivateServiceConnect.



723
724
725
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 723

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#network_attachmentString

Required. Network Attachment name in the format of projects/project/regions/ region/networkAttachments/networkattachment`. Corresponds to the JSON propertynetworkAttachment`

Returns:

  • (String)


721
722
723
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 721

def network_attachment
  @network_attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



728
729
730
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 728

def update!(**args)
  @network_attachment = args[:network_attachment] if args.key?(:network_attachment)
end