Class ProjectServiceGrpc.ProjectServiceStub (0.41.0)

public static final class ProjectServiceGrpc.ProjectServiceStub extends AbstractAsyncStub<ProjectServiceGrpc.ProjectServiceStub>

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

Service for operations on the Project.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ProjectServiceGrpc.ProjectServiceStub

Methods

build(Channel channel, CallOptions callOptions)

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

provisionProject(ProvisionProjectRequest request, StreamObserver<Operation> responseObserver)

public void provisionProject(ProvisionProjectRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
Name Description
request ProvisionProjectRequest
responseObserver io.grpc.stub.StreamObserver<Operation>