Class: Google::Cloud::Dataform::V1beta1::CreateRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CreateRepositoryRequest
- 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
-
#parent ⇒ ::String
Required.
-
#repository ⇒ ::Google::Cloud::Dataform::V1beta1::Repository
Required.
-
#repository_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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.
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 |