Class: Google::Cloud::SecureSourceManager::V1::DeleteRepositoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

DeleteRepositoryRequest is the request to delete a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns 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.



652
653
654
655
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 652

class DeleteRepositoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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}.



652
653
654
655
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 652

class DeleteRepositoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end