public sealed class MoveRepositoryRequest : IMessage<MoveRepositoryRequest>, IEquatable<MoveRepositoryRequest>, IDeepCloneable<MoveRepositoryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class MoveRepositoryRequest.
MoveRepository request message.
Implements
IMessageMoveRepositoryRequest, IEquatableMoveRepositoryRequest, IDeepCloneableMoveRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
MoveRepositoryRequest()
public MoveRepositoryRequest()MoveRepositoryRequest(MoveRepositoryRequest)
public MoveRepositoryRequest(MoveRepositoryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveRepositoryRequest |
Properties
DestinationContainingFolder
public string DestinationContainingFolder { get; set; }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/*
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDestinationContainingFolder
public bool HasDestinationContainingFolder { get; }Gets whether the "destination_containing_folder" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The full resource name of the repository to move.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RepositoryName
public RepositoryName RepositoryName { get; set; }RepositoryName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|