Class: Google::Cloud::Build::V2::DeleteConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::DeleteConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for deleting a Connection.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The current etag of the connection.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, validate the request, but do not actually post it.
Instance Attribute Details
#etag ⇒ ::String
Returns The current etag of the connection. If an etag is provided and does not match the current etag of the connection, deletion will be blocked and an ABORTED error will be returned.
479 480 481 482 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 479 class DeleteConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
479 480 481 482 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 479 class DeleteConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, validate the request, but do not actually post it.
479 480 481 482 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 479 class DeleteConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |