Class FoldersGrpc.FoldersImplBase
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.FoldersGrpc.FoldersImplBase
-
- All Implemented Interfaces:
FoldersGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- FoldersGrpc
public abstract static class FoldersGrpc.FoldersImplBase extends Object implements io.grpc.BindableService, FoldersGrpc.AsyncService
Base class for the server implementation of the service Folders.Manages Cloud Platform folder resources. Folders can be used to organize the resources under an organization and to control the policies applied to groups of resources.
-
-
Constructor Summary
Constructors Constructor Description FoldersImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.resourcemanager.v3.FoldersGrpc.AsyncService
createFolder, deleteFolder, getFolder, getIamPolicy, listFolders, moveFolder, searchFolders, setIamPolicy, testIamPermissions, undeleteFolder, updateFolder
-
-