Interface RemoveFromFolderActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveFromFolderAction
,RemoveFromFolderAction.Builder
public interface RemoveFromFolderActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCondition()
Condition of the action to be executed.com.google.protobuf.ByteString
getConditionBytes()
Condition of the action to be executed.String
getFolder()
Name of the folder under which new document is to be added.com.google.protobuf.ByteString
getFolderBytes()
Name of the folder under which new document is to be added.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCondition
String getCondition()
Condition of the action to be executed.
string condition = 1;
- Returns:
- The condition.
-
getConditionBytes
com.google.protobuf.ByteString getConditionBytes()
Condition of the action to be executed.
string condition = 1;
- Returns:
- The bytes for condition.
-
getFolder
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:
- The folder.
-
getFolderBytes
com.google.protobuf.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:
- The bytes for folder.
-
-