Class IntentsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.stub.IntentsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcIntentsStub,HttpJsonIntentsStub
@BetaApi @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 Summary
Constructors Constructor Description IntentsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,com.google.longrunning.Operation>batchDeleteIntentsCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>batchDeleteIntentsOperationCallable()com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,com.google.longrunning.Operation>batchUpdateIntentsCallable()com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>batchUpdateIntentsOperationCallable()abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>createIntentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty>deleteIntentCallable()com.google.api.gax.httpjson.longrunning.stub.OperationsStubgetHttpJsonOperationsStub()com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>getIntentCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.longrunning.stub.OperationsStubgetOperationsStub()com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse>listIntentsCallable()com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse>listIntentsPagedCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>updateIntentCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
listIntentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> listIntentsPagedCallable()
-
listIntentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse> listIntentsCallable()
-
getIntentCallable
public com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent> getIntentCallable()
-
createIntentCallable
public com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent> createIntentCallable()
-
updateIntentCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent> updateIntentCallable()
-
deleteIntentCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty> deleteIntentCallable()
-
batchUpdateIntentsOperationCallable
public com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct> batchUpdateIntentsOperationCallable()
-
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()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
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()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-