Class ProjectsGrpc
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.ProjectsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/projects.proto") public final class ProjectsGrpc extends Object
Manages Google Cloud Projects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProjectsGrpc.AsyncService
Manages Google Cloud Projects.static class
ProjectsGrpc.ProjectsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Projects.static class
ProjectsGrpc.ProjectsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Projects.static class
ProjectsGrpc.ProjectsImplBase
Base class for the server implementation of the service Projects.static class
ProjectsGrpc.ProjectsStub
A stub to allow clients to do asynchronous rpc calls to service Projects.
-
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(ProjectsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateProjectRequest,com.google.longrunning.Operation>
getCreateProjectMethod()
static io.grpc.MethodDescriptor<DeleteProjectRequest,com.google.longrunning.Operation>
getDeleteProjectMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<GetProjectRequest,Project>
getGetProjectMethod()
static io.grpc.MethodDescriptor<ListProjectsRequest,ListProjectsResponse>
getListProjectsMethod()
static io.grpc.MethodDescriptor<MoveProjectRequest,com.google.longrunning.Operation>
getMoveProjectMethod()
static io.grpc.MethodDescriptor<SearchProjectsRequest,SearchProjectsResponse>
getSearchProjectsMethod()
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 io.grpc.MethodDescriptor<UndeleteProjectRequest,com.google.longrunning.Operation>
getUndeleteProjectMethod()
static io.grpc.MethodDescriptor<UpdateProjectRequest,com.google.longrunning.Operation>
getUpdateProjectMethod()
static ProjectsGrpc.ProjectsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ProjectsGrpc.ProjectsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ProjectsGrpc.ProjectsStub
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
-
getGetProjectMethod
public static io.grpc.MethodDescriptor<GetProjectRequest,Project> getGetProjectMethod()
-
getListProjectsMethod
public static io.grpc.MethodDescriptor<ListProjectsRequest,ListProjectsResponse> getListProjectsMethod()
-
getSearchProjectsMethod
public static io.grpc.MethodDescriptor<SearchProjectsRequest,SearchProjectsResponse> getSearchProjectsMethod()
-
getCreateProjectMethod
public static io.grpc.MethodDescriptor<CreateProjectRequest,com.google.longrunning.Operation> getCreateProjectMethod()
-
getUpdateProjectMethod
public static io.grpc.MethodDescriptor<UpdateProjectRequest,com.google.longrunning.Operation> getUpdateProjectMethod()
-
getMoveProjectMethod
public static io.grpc.MethodDescriptor<MoveProjectRequest,com.google.longrunning.Operation> getMoveProjectMethod()
-
getDeleteProjectMethod
public static io.grpc.MethodDescriptor<DeleteProjectRequest,com.google.longrunning.Operation> getDeleteProjectMethod()
-
getUndeleteProjectMethod
public static io.grpc.MethodDescriptor<UndeleteProjectRequest,com.google.longrunning.Operation> getUndeleteProjectMethod()
-
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 ProjectsGrpc.ProjectsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ProjectsGrpc.ProjectsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ProjectsGrpc.ProjectsFutureStub 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(ProjectsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-