Class FoldersGrpc
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.FoldersGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/folders.proto") public final class FoldersGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFoldersGrpc.AsyncServiceManages Cloud Platform folder resources.static classFoldersGrpc.FoldersBlockingStubA stub to allow clients to do synchronous rpc calls to service Folders.static classFoldersGrpc.FoldersFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Folders.static classFoldersGrpc.FoldersImplBaseBase class for the server implementation of the service Folders.static classFoldersGrpc.FoldersStubA stub to allow clients to do asynchronous rpc calls to service Folders.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(FoldersGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateFolderRequest,com.google.longrunning.Operation>getCreateFolderMethod()static io.grpc.MethodDescriptor<DeleteFolderRequest,com.google.longrunning.Operation>getDeleteFolderMethod()static io.grpc.MethodDescriptor<GetFolderRequest,Folder>getGetFolderMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>getGetIamPolicyMethod()static io.grpc.MethodDescriptor<ListFoldersRequest,ListFoldersResponse>getListFoldersMethod()static io.grpc.MethodDescriptor<MoveFolderRequest,com.google.longrunning.Operation>getMoveFolderMethod()static io.grpc.MethodDescriptor<SearchFoldersRequest,SearchFoldersResponse>getSearchFoldersMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>getSetIamPolicyMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>getTestIamPermissionsMethod()static io.grpc.MethodDescriptor<UndeleteFolderRequest,com.google.longrunning.Operation>getUndeleteFolderMethod()static io.grpc.MethodDescriptor<UpdateFolderRequest,com.google.longrunning.Operation>getUpdateFolderMethod()static FoldersGrpc.FoldersBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FoldersGrpc.FoldersFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FoldersGrpc.FoldersStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetFolderMethod
public static io.grpc.MethodDescriptor<GetFolderRequest,Folder> getGetFolderMethod()
-
getListFoldersMethod
public static io.grpc.MethodDescriptor<ListFoldersRequest,ListFoldersResponse> getListFoldersMethod()
-
getSearchFoldersMethod
public static io.grpc.MethodDescriptor<SearchFoldersRequest,SearchFoldersResponse> getSearchFoldersMethod()
-
getCreateFolderMethod
public static io.grpc.MethodDescriptor<CreateFolderRequest,com.google.longrunning.Operation> getCreateFolderMethod()
-
getUpdateFolderMethod
public static io.grpc.MethodDescriptor<UpdateFolderRequest,com.google.longrunning.Operation> getUpdateFolderMethod()
-
getMoveFolderMethod
public static io.grpc.MethodDescriptor<MoveFolderRequest,com.google.longrunning.Operation> getMoveFolderMethod()
-
getDeleteFolderMethod
public static io.grpc.MethodDescriptor<DeleteFolderRequest,com.google.longrunning.Operation> getDeleteFolderMethod()
-
getUndeleteFolderMethod
public static io.grpc.MethodDescriptor<UndeleteFolderRequest,com.google.longrunning.Operation> getUndeleteFolderMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static FoldersGrpc.FoldersStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FoldersGrpc.FoldersBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FoldersGrpc.FoldersFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(FoldersGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-