public class GrpcProjectsStub extends ProjectsStub
gRPC stub implementation for the Projects service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcProjectsStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcProjectsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(ProjectsStubSettings settings)
public static final GrpcProjectsStub create(ProjectsStubSettings settings)
Constructors
GrpcProjectsStub(ProjectsStubSettings settings, ClientContext clientContext)
protected GrpcProjectsStub(ProjectsStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcProjectsStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
GrpcProjectsStub(ProjectsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcProjectsStub(ProjectsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcProjectsStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createProjectCallable()
public UnaryCallable<CreateProjectRequest,Operation> createProjectCallable()
Overrides
createProjectOperationCallable()
public OperationCallable<CreateProjectRequest,Project,CreateProjectMetadata> createProjectOperationCallable()
Overrides
deleteProjectCallable()
public UnaryCallable<DeleteProjectRequest,Operation> deleteProjectCallable()
Overrides
deleteProjectOperationCallable()
public OperationCallable<DeleteProjectRequest,Project,DeleteProjectMetadata> deleteProjectOperationCallable()
Overrides
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
getProjectCallable()
public UnaryCallable<GetProjectRequest,Project> getProjectCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listProjectsCallable()
public UnaryCallable<ListProjectsRequest,ListProjectsResponse> listProjectsCallable()
Overrides
listProjectsPagedCallable()
public UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> listProjectsPagedCallable()
Overrides
moveProjectCallable()
public UnaryCallable<MoveProjectRequest,Operation> moveProjectCallable()
Overrides
moveProjectOperationCallable()
public OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> moveProjectOperationCallable()
Overrides
searchProjectsCallable()
public UnaryCallable<SearchProjectsRequest,SearchProjectsResponse> searchProjectsCallable()
Overrides
searchProjectsPagedCallable()
public UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> searchProjectsPagedCallable()
Overrides
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
Overrides
undeleteProjectCallable()
public UnaryCallable<UndeleteProjectRequest,Operation> undeleteProjectCallable()
Overrides
undeleteProjectOperationCallable()
public OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> undeleteProjectOperationCallable()
Overrides
updateProjectCallable()
public UnaryCallable<UpdateProjectRequest,Operation> updateProjectCallable()
Overrides
updateProjectOperationCallable()
public OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> updateProjectOperationCallable()
Overrides