Class OrganizationsGrpc
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.OrganizationsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/organizations.proto") public final class OrganizationsGrpc extends Object
Allows users to manage their organization resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OrganizationsGrpc.AsyncService
Allows users to manage their organization resources.static class
OrganizationsGrpc.OrganizationsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Organizations.static class
OrganizationsGrpc.OrganizationsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Organizations.static class
OrganizationsGrpc.OrganizationsImplBase
Base class for the server implementation of the service Organizations.static class
OrganizationsGrpc.OrganizationsStub
A stub to allow clients to do asynchronous rpc calls to service Organizations.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(OrganizationsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<GetOrganizationRequest,Organization>
getGetOrganizationMethod()
static io.grpc.MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse>
getSearchOrganizationsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
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 OrganizationsGrpc.OrganizationsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic OrganizationsGrpc.OrganizationsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic OrganizationsGrpc.OrganizationsStub
newStub(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
-
getGetOrganizationMethod
public static io.grpc.MethodDescriptor<GetOrganizationRequest,Organization> getGetOrganizationMethod()
-
getSearchOrganizationsMethod
public static io.grpc.MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse> getSearchOrganizationsMethod()
-
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 OrganizationsGrpc.OrganizationsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OrganizationsGrpc.OrganizationsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OrganizationsGrpc.OrganizationsFutureStub 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(OrganizationsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-