Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class MoveRepositoryRequest.
MoveRepository request message.
Generated from protobuf message google.cloud.dataform.v1beta1.MoveRepositoryRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full resource name of the repository to move. |
↳ destination_containing_folder |
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, |
getName
Required. The full resource name of the repository to move.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full resource name of the repository to move.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationContainingFolder
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 | |
|---|---|
| Type | Description |
string |
|
hasDestinationContainingFolder
clearDestinationContainingFolder
setDestinationContainingFolder
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/*
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The full resource name of the repository to move. Please see DataformClient::repositoryName() for help formatting this field. |
destinationContainingFolder |
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, |
| Returns | |
|---|---|
| Type | Description |
MoveRepositoryRequest |
|