Class: Google::Cloud::ArtifactRegistry::V1beta2::CreateRepositoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1beta2/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.



172
173
174
175
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/repository.rb', line 172

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

#repository::Google::Cloud::ArtifactRegistry::V1beta2::Repository

Returns The repository to be created.

Returns:



172
173
174
175
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/repository.rb', line 172

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

#repository_id::String

Returns The repository id to use for this repository.

Returns:

  • (::String)

    The repository id to use for this repository.



172
173
174
175
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/repository.rb', line 172

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