public abstract class FoldersStub implements BackgroundResource
Base stub class for the Folders service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
Methods
public abstract void close()
public UnaryCallable<CreateFolderRequest,Operation> createFolderCallable()
Returns
public OperationCallable<CreateFolderRequest,Folder,CreateFolderMetadata> createFolderOperationCallable()
Returns
public UnaryCallable<DeleteFolderRequest,Operation> deleteFolderCallable()
Returns
public OperationCallable<DeleteFolderRequest,Folder,DeleteFolderMetadata> deleteFolderOperationCallable()
Returns
public UnaryCallable<GetFolderRequest,Folder> getFolderCallable()
Returns
public OperationsStub getHttpJsonOperationsStub()
Returns
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
public OperationsStub getOperationsStub()
Returns
public UnaryCallable<ListFoldersRequest,ListFoldersResponse> listFoldersCallable()
Returns
public UnaryCallable<ListFoldersRequest,FoldersClient.ListFoldersPagedResponse> listFoldersPagedCallable()
Returns
public UnaryCallable<MoveFolderRequest,Operation> moveFolderCallable()
Returns
public OperationCallable<MoveFolderRequest,Folder,MoveFolderMetadata> moveFolderOperationCallable()
Returns
public UnaryCallable<SearchFoldersRequest,SearchFoldersResponse> searchFoldersCallable()
Returns
public UnaryCallable<SearchFoldersRequest,FoldersClient.SearchFoldersPagedResponse> searchFoldersPagedCallable()
Returns
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
public UnaryCallable<UndeleteFolderRequest,Operation> undeleteFolderCallable()
Returns
public OperationCallable<UndeleteFolderRequest,Folder,UndeleteFolderMetadata> undeleteFolderOperationCallable()
Returns
public UnaryCallable<UpdateFolderRequest,Operation> updateFolderCallable()
Returns
public OperationCallable<UpdateFolderRequest,Folder,UpdateFolderMetadata> updateFolderOperationCallable()
Returns