Class: Google::Cloud::ArtifactRegistry::V1::CreateRepositoryRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The name of the parent resource where the repository will be created.

Returns:

  • (::String)

    Required. The name of the parent resource where the repository will be created.



573
574
575
576
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 573

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.

Returns:



573
574
575
576
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 573

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.

Returns:

  • (::String)

    Required. The repository id to use for this repository.



573
574
575
576
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 573

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