Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::CreateRepositoryRequest (v0.2.0)

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

#repository=

def repository=(value) -> ::Google::Cloud::Dataform::V1beta1::Repository
Parameter
Returns

#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.