Class ProjectsStub

  • All Implemented Interfaces:
    com.google.api.gax.core.BackgroundResource, AutoCloseable
    Direct Known Subclasses:
    GrpcProjectsStub, HttpJsonProjectsStub

    @Generated("by gapic-generator-java")
    public abstract class ProjectsStub
    extends Object
    implements com.google.api.gax.core.BackgroundResource
    Base stub class for the Projects service API.

    This class is for advanced usage and reflects the underlying API directly.

    • Constructor Detail

      • ProjectsStub

        public ProjectsStub()
    • Method Detail

      • getOperationsStub

        public com.google.longrunning.stub.OperationsStub getOperationsStub()
      • getHttpJsonOperationsStub

        public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
      • createProjectCallable

        public com.google.api.gax.rpc.UnaryCallable<CreateProjectRequest,​com.google.longrunning.Operation> createProjectCallable()
      • updateProjectCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateProjectRequest,​com.google.longrunning.Operation> updateProjectCallable()
      • moveProjectCallable

        public com.google.api.gax.rpc.UnaryCallable<MoveProjectRequest,​com.google.longrunning.Operation> moveProjectCallable()
      • deleteProjectCallable

        public com.google.api.gax.rpc.UnaryCallable<DeleteProjectRequest,​com.google.longrunning.Operation> deleteProjectCallable()
      • undeleteProjectCallable

        public com.google.api.gax.rpc.UnaryCallable<UndeleteProjectRequest,​com.google.longrunning.Operation> undeleteProjectCallable()
      • getIamPolicyCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,​com.google.iam.v1.Policy> getIamPolicyCallable()
      • setIamPolicyCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,​com.google.iam.v1.Policy> setIamPolicyCallable()
      • testIamPermissionsCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,​com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()