Class IntentsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.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 abstract void
close()
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.rpc.UnaryCallable<GetIntentRequest,Intent>
getIntentCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
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
-
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()
-
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:
close
in interfaceAutoCloseable
-
-