Class: Google::Cloud::SecureSourceManager::V1::CreateRepositoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

CreateRepositoryRequest is the request for creating a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The project in which to create the repository. Values are of the form projects/{project_number}/locations/{location_id}.

Returns:

  • (::String)

    Required. The project in which to create the repository. Values are of the form projects/{project_number}/locations/{location_id}



637
638
639
640
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 637

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

#repository::Google::Cloud::SecureSourceManager::V1::Repository

Returns Required. The resource being created.

Returns:



637
638
639
640
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 637

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 value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns:

  • (::String)

    Required. The ID to use for the repository, which will become the final component of the repository's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.



637
638
639
640
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 637

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