@Generated(value="by gapic-generator-java") public abstract class ProjectsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
ProjectsStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public UnaryCallable<GetProjectRequest,Project> getProjectCallable()
public UnaryCallable<ListProjectsRequest,ProjectsClient.ListProjectsPagedResponse> listProjectsPagedCallable()
public UnaryCallable<ListProjectsRequest,ListProjectsResponse> listProjectsCallable()
public UnaryCallable<SearchProjectsRequest,ProjectsClient.SearchProjectsPagedResponse> searchProjectsPagedCallable()
public UnaryCallable<SearchProjectsRequest,SearchProjectsResponse> searchProjectsCallable()
public OperationCallable<CreateProjectRequest,Project,CreateProjectMetadata> createProjectOperationCallable()
public UnaryCallable<CreateProjectRequest,Operation> createProjectCallable()
public OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> updateProjectOperationCallable()
public UnaryCallable<UpdateProjectRequest,Operation> updateProjectCallable()
public OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> moveProjectOperationCallable()
public UnaryCallable<MoveProjectRequest,Operation> moveProjectCallable()
public OperationCallable<DeleteProjectRequest,Project,DeleteProjectMetadata> deleteProjectOperationCallable()
public UnaryCallable<DeleteProjectRequest,Operation> deleteProjectCallable()
public OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> undeleteProjectOperationCallable()
public UnaryCallable<UndeleteProjectRequest,Operation> undeleteProjectCallable()
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.