Interface RemoveFromFolderActionOrBuilder (0.37.0)

public interface RemoveFromFolderActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCondition()

public abstract String getCondition()

Condition of the action to be executed.

string condition = 1;

Returns
TypeDescription
String

The condition.

getConditionBytes()

public abstract ByteString getConditionBytes()

Condition of the action to be executed.

string condition = 1;

Returns
TypeDescription
ByteString

The bytes for condition.

getFolder()

public abstract String getFolder()

Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

string folder = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The folder.

getFolderBytes()

public abstract ByteString getFolderBytes()

Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

string folder = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for folder.