Class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationPrivateServiceConnect
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryconnectionV1::ConnectorConfigurationPrivateServiceConnect
- 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
-
#network_attachment ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConnectorConfigurationPrivateServiceConnect
constructor
A new instance of ConnectorConfigurationPrivateServiceConnect.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConnectorConfigurationPrivateServiceConnect
Returns a new instance of ConnectorConfigurationPrivateServiceConnect.
724 725 726 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_attachment ⇒ String
Required. Network Attachment name in the format of projects/
project/regions/
region/networkAttachments/
networkattachment`.
Corresponds to the JSON property
networkAttachment`
722 723 724 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 722 def @network_attachment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
729 730 731 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 729 def update!(**args) @network_attachment = args[:network_attachment] if args.key?(:network_attachment) end |