Class ProjectServiceGrpc.ProjectServiceBlockingStub (0.39.0)

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

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.ProjectServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

getProject(GetProjectRequest request)

public Project getProject(GetProjectRequest request)

Gets a Project. Returns NOT_FOUND when the project is not yet created.

Parameter
Name Description
request GetProjectRequest
Returns
Type Description
Project

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

reportConsentChange(ReportConsentChangeRequest request)

public Project reportConsentChange(ReportConsentChangeRequest request)

Updates service terms for this project. This method can be used to retroactively accept the latest terms. Terms available for update:

Parameter
Name Description
request ReportConsentChangeRequest
Returns
Type Description
Project