Class: Google::Cloud::Build::V2::CreateRepositoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Message for creating a Repository.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The connection to contain the repository. If the request is part of a BatchCreateRepositoriesRequest, this field should be empty or match the parent specified there.

Returns:

  • (::String)

    Required. The connection to contain the repository. If the request is part of a BatchCreateRepositoriesRequest, this field should be empty or match the parent specified there.



433
434
435
436
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 433

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

#repository::Google::Cloud::Build::V2::Repository

Returns Required. The repository to create.

Returns:



433
434
435
436
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 433

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

#repository_id::String

Returns Required. The ID to use for the repository, which will become the final component of the repository's resource name. This ID should be unique in the connection. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

Returns:

  • (::String)

    Required. The ID to use for the repository, which will become the final component of the repository's resource name. This ID should be unique in the connection. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.



433
434
435
436
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 433

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