Class: Google::Cloud::ArtifactRegistry::V1::CreateRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::CreateRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
The request to create a new repository.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#repository ⇒ ::Google::Cloud::ArtifactRegistry::V1::Repository
Required.
-
#repository_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the parent resource where the repository will be created.
760 761 762 763 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 760 class CreateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repository ⇒ ::Google::Cloud::ArtifactRegistry::V1::Repository
Returns Required. The repository to be created.
760 761 762 763 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 760 class CreateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repository_id ⇒ ::String
Returns Required. The repository id to use for this repository.
760 761 762 763 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 760 class CreateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |