Class: Google::Cloud::Build::V2::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::UpdateConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for updating a Connection.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true, and the connection is not found a new connection will be created.
-
#connection ⇒ ::Google::Cloud::Build::V2::Connection
Required.
-
#etag ⇒ ::String
The current etag of the connection.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
471 472 473 474 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 471 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#connection ⇒ ::Google::Cloud::Build::V2::Connection
471 472 473 474 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 471 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
471 472 473 474 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 471 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
471 472 473 474 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 471 class UpdateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |