Class ProjectsGrpc (1.19.0)

public final class ProjectsGrpc

Manages Google Cloud Projects.

Inheritance

java.lang.Object > ProjectsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ProjectsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ProjectsGrpc.AsyncService service)
Parameter
NameDescription
serviceProjectsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateProjectMethod()

public static MethodDescriptor<CreateProjectRequest,Operation> getCreateProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateProjectRequest,Operation>

getDeleteProjectMethod()

public static MethodDescriptor<DeleteProjectRequest,Operation> getDeleteProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteProjectRequest,Operation>

getGetIamPolicyMethod()

public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getGetProjectMethod()

public static MethodDescriptor<GetProjectRequest,Project> getGetProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetProjectRequest,Project>

getListProjectsMethod()

public static MethodDescriptor<ListProjectsRequest,ListProjectsResponse> getListProjectsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListProjectsRequest,ListProjectsResponse>

getMoveProjectMethod()

public static MethodDescriptor<MoveProjectRequest,Operation> getMoveProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MoveProjectRequest,Operation>

getSearchProjectsMethod()

public static MethodDescriptor<SearchProjectsRequest,SearchProjectsResponse> getSearchProjectsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchProjectsRequest,SearchProjectsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSetIamPolicyMethod()

public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

getTestIamPermissionsMethod()

public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

getUndeleteProjectMethod()

public static MethodDescriptor<UndeleteProjectRequest,Operation> getUndeleteProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UndeleteProjectRequest,Operation>

getUpdateProjectMethod()

public static MethodDescriptor<UpdateProjectRequest,Operation> getUpdateProjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateProjectRequest,Operation>

newBlockingStub(Channel channel)

public static ProjectsGrpc.ProjectsBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProjectsGrpc.ProjectsBlockingStub

newFutureStub(Channel channel)

public static ProjectsGrpc.ProjectsFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProjectsGrpc.ProjectsFutureStub

newStub(Channel channel)

public static ProjectsGrpc.ProjectsStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProjectsGrpc.ProjectsStub