Class: Google::Cloud::Dataform::V1beta1::CreateRepositoryRequest

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

Overview

CreateRepository request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The location in which to create the repository. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The location in which to create the repository. Must be in the format projects/*/locations/*.



219
220
221
222
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 219

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

#repository::Google::Cloud::Dataform::V1beta1::Repository

Returns Required. The repository to create.

Returns:



219
220
221
222
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 219

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.

Returns:

  • (::String)

    Required. The ID to use for the repository, which will become the final component of the repository's resource name.



219
220
221
222
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 219

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