Class AnswerRecordsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.stub.AnswerRecordsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcAnswerRecordsStub
,HttpJsonAnswerRecordsStub
@BetaApi @Generated("by gapic-generator-java") public abstract class AnswerRecordsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AnswerRecords service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AnswerRecordsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<GetAnswerRecordRequest,AnswerRecord>
getAnswerRecordCallable()
Deprecated.com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.api.gax.rpc.UnaryCallable<ListAnswerRecordsRequest,ListAnswerRecordsResponse>
listAnswerRecordsCallable()
com.google.api.gax.rpc.UnaryCallable<ListAnswerRecordsRequest,AnswerRecordsClient.ListAnswerRecordsPagedResponse>
listAnswerRecordsPagedCallable()
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,AnswerRecordsClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAnswerRecordRequest,AnswerRecord>
updateAnswerRecordCallable()
-
-
-
Method Detail
-
getAnswerRecordCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<GetAnswerRecordRequest,AnswerRecord> getAnswerRecordCallable()
Deprecated.
-
listAnswerRecordsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAnswerRecordsRequest,AnswerRecordsClient.ListAnswerRecordsPagedResponse> listAnswerRecordsPagedCallable()
-
listAnswerRecordsCallable
public com.google.api.gax.rpc.UnaryCallable<ListAnswerRecordsRequest,ListAnswerRecordsResponse> listAnswerRecordsCallable()
-
updateAnswerRecordCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateAnswerRecordRequest,AnswerRecord> updateAnswerRecordCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,AnswerRecordsClient.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
-
-