Class ProjectServiceGrpc.ProjectServiceBlockingV2Stub (0.58.0)

public static final class ProjectServiceGrpc.ProjectServiceBlockingV2Stub extends AbstractBlockingStub<ProjectServiceGrpc.ProjectServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service ProjectService.

Service for operations on the Project.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ProjectServiceGrpc.ProjectServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected ProjectServiceGrpc.ProjectServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ProjectServiceGrpc.ProjectServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

provisionProject(ProvisionProjectRequest request)

public Operation provisionProject(ProvisionProjectRequest request)

Provisions the project resource. During the process, related systems will get prepared and initialized. Caller must read the Terms for data use, and optionally specify in request to provide consent to that service terms.

Parameter
Name Description
request ProvisionProjectRequest
Returns
Type Description
Operation