public interface RemoveFromFolderActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCondition()
public abstract String getCondition()Condition of the action to be executed.
string condition = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The condition. |
getConditionBytes()
public abstract ByteString getConditionBytes()Condition of the action to be executed.
string condition = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for folder. |