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.



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.

Returns:



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.

Returns:

  • (::String)

    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