Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::DeleteRepositoryRequest.
DeleteRepositoryRequest is the request to delete a repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
Returns
- (::Boolean) — Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server.
Returns
- (::Boolean) — Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the repository to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the repository to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
Returns
- (::String) — Required. Name of the repository to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}.