Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CreateRepositoryRequest.
CreateRepository
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The location in which to create the repository. Must be in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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/*
.
#repository
def repository() -> ::Google::Cloud::Dataform::V1beta1::Repository
Returns
- (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to create.
#repository=
def repository=(value) -> ::Google::Cloud::Dataform::V1beta1::Repository
Parameter
- value (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to create.
Returns
- (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to create.
#repository_id
def repository_id() -> ::String
Returns
- (::String) — Required. The ID to use for the repository, which will become the final component of the repository's resource name.
#repository_id=
def repository_id=(value) -> ::String
Parameter
- value (::String) — 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.