public class HttpJsonProjectsStub extends ProjectsStub
REST 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 HttpJsonProjectsStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonProjectsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(ProjectsStubSettings settings)
public static final HttpJsonProjectsStub create(ProjectsStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonProjectsStub(ProjectsStubSettings settings, ClientContext clientContext)
protected HttpJsonProjectsStub(ProjectsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonProjectsStub, 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.
Parameters
HttpJsonProjectsStub(ProjectsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonProjectsStub(ProjectsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonProjectsStub, 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.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
createProjectCallable()
public UnaryCallable<CreateProjectRequest,Operation> createProjectCallable()
Returns
Overrides
createProjectOperationCallable()
public OperationCallable<CreateProjectRequest,Project,CreateProjectMetadata> createProjectOperationCallable()
Returns
Overrides
deleteProjectCallable()
public UnaryCallable<DeleteProjectRequest,Operation> deleteProjectCallable()
Returns
Overrides
deleteProjectOperationCallable()
public OperationCallable<DeleteProjectRequest,Project,DeleteProjectMetadata> deleteProjectOperationCallable()
Returns
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Overrides
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
Overrides
getProjectCallable()
public UnaryCallable<GetProjectRequest,Project> getProjectCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listProjectsCallable()
public UnaryCallable<ListProjectsRequest,ListProjectsResponse> listProjectsCallable()
Returns
Overrides
listProjectsPagedCallable()
public UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> listProjectsPagedCallable()
Returns
Overrides
moveProjectCallable()
public UnaryCallable<MoveProjectRequest,Operation> moveProjectCallable()
Returns
Overrides
moveProjectOperationCallable()
public OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> moveProjectOperationCallable()
Returns
Overrides
searchProjectsCallable()
public UnaryCallable<SearchProjectsRequest,SearchProjectsResponse> searchProjectsCallable()
Returns
Overrides
searchProjectsPagedCallable()
public UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> searchProjectsPagedCallable()
Returns
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()
Returns
Overrides
undeleteProjectOperationCallable()
public OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> undeleteProjectOperationCallable()
Returns
Overrides
updateProjectCallable()
public UnaryCallable<UpdateProjectRequest,Operation> updateProjectCallable()
Returns
Overrides
updateProjectOperationCallable()
public OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> updateProjectOperationCallable()
Returns
Overrides