Class: Google::Cloud::Bigquery::Connection::V1::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::UpdateConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
The request for ConnectionService.UpdateConnection.
Instance Attribute Summary collapse
-
#connection ⇒ ::Google::Cloud::Bigquery::Connection::V1::Connection
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#connection ⇒ ::Google::Cloud::Bigquery::Connection::V1::Connection
Returns Required. Connection containing the updated fields.
95 96 97 98 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 95 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the connection to update, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}
.
95 96 97 98 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 95 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Update mask for the connection fields to be updated.
95 96 97 98 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 95 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |