Class IntentsStub

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

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

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

    • Constructor Detail

      • IntentsStub

        public IntentsStub()
    • Method Detail

      • getOperationsStub

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

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

        public com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,​Intent> getIntentCallable()
      • deleteIntentCallable

        public com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,​com.google.protobuf.Empty> deleteIntentCallable()
      • batchUpdateIntentsCallable

        public com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,​com.google.longrunning.Operation> batchUpdateIntentsCallable()
      • batchDeleteIntentsOperationCallable

        public com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,​com.google.protobuf.Empty,​com.google.protobuf.Struct> batchDeleteIntentsOperationCallable()
      • batchDeleteIntentsCallable

        public com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,​com.google.longrunning.Operation> batchDeleteIntentsCallable()
      • 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()