Class IndexServiceStub

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

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

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

    • Constructor Detail

      • IndexServiceStub

        public IndexServiceStub()
    • Method Detail

      • getOperationsStub

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

        public com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,​com.google.longrunning.Operation> createIndexCallable()
      • getIndexCallable

        public com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,​Index> getIndexCallable()
      • updateIndexCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateIndexRequest,​com.google.longrunning.Operation> updateIndexCallable()
      • deleteIndexCallable

        public com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,​com.google.longrunning.Operation> deleteIndexCallable()
      • listLocationsCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
      • getLocationCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationCallable()
      • setIamPolicyCallable

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

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

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