Dataform V1 API - Class Google::Cloud::Dataform::V1::MoveRepositoryRequest (v0.4.0)

Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::MoveRepositoryRequest.

MoveRepository request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination_containing_folder

def destination_containing_folder() -> ::String
Returns
  • (::String) — Optional. The name of the Folder, TeamFolder, or root location to move the repository to. Can be in the format of: "" to move into the root User folder, projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/*

#destination_containing_folder=

def destination_containing_folder=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the Folder, TeamFolder, or root location to move the repository to. Can be in the format of: "" to move into the root User folder, projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/*
Returns
  • (::String) — Optional. The name of the Folder, TeamFolder, or root location to move the repository to. Can be in the format of: "" to move into the root User folder, projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/*

#name

def name() -> ::String
Returns
  • (::String) — Required. The full resource name of the repository to move.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The full resource name of the repository to move.
Returns
  • (::String) — Required. The full resource name of the repository to move.