Interface MoveRepositoryRequestOrBuilder (0.84.0)

public interface MoveRepositoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationContainingFolder()

public abstract String 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/*

optional string destination_containing_folder = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The destinationContainingFolder.

getDestinationContainingFolderBytes()

public abstract ByteString getDestinationContainingFolderBytes()

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/*

optional string destination_containing_folder = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for destinationContainingFolder.

getName()

public abstract String getName()

Required. The full resource name of the repository to move.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The full resource name of the repository to move.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

hasDestinationContainingFolder()

public abstract boolean hasDestinationContainingFolder()

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/*

optional string destination_containing_folder = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the destinationContainingFolder field is set.