Class: Google::Cloud::Build::V2::DeleteRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::DeleteRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for deleting a Repository.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The current etag of the repository.
-
#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 repository. If an etag is provided and does not match the current etag of the repository, deletion will be blocked and an ABORTED error will be returned.
585 586 587 588 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 585 class DeleteRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
585 586 587 588 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 585 class DeleteRepositoryRequest 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.
585 586 587 588 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 585 class DeleteRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |