Dataform v1beta1 API - Class MoveRepositoryRequest (1.0.0-beta11)

public sealed class MoveRepositoryRequest : IMessage<MoveRepositoryRequest>, IEquatable<MoveRepositoryRequest>, IDeepCloneable<MoveRepositoryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class MoveRepositoryRequest.

MoveRepository request message.

Inheritance

object > MoveRepositoryRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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