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.



714
715
716
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 714

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)


712
713
714
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 712

def network_attachment
  @network_attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



719
720
721
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 719

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