Class AnswerRecordsStub (4.47.0)

public abstract class AnswerRecordsStub implements BackgroundResource

Base stub class for the AnswerRecords service API.

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

Inheritance

java.lang.Object > AnswerRecordsStub

Implements

BackgroundResource

Constructors

AnswerRecordsStub()

public AnswerRecordsStub()

Methods

close()

public abstract void close()

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listAnswerRecordsCallable()

public UnaryCallable<ListAnswerRecordsRequest,ListAnswerRecordsResponse> listAnswerRecordsCallable()
Returns
TypeDescription
UnaryCallable<ListAnswerRecordsRequest,ListAnswerRecordsResponse>

listAnswerRecordsPagedCallable()

public UnaryCallable<ListAnswerRecordsRequest,AnswerRecordsClient.ListAnswerRecordsPagedResponse> listAnswerRecordsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListAnswerRecordsRequest,ListAnswerRecordsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,AnswerRecordsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateAnswerRecordCallable()

public UnaryCallable<UpdateAnswerRecordRequest,AnswerRecord> updateAnswerRecordCallable()
Returns
TypeDescription
UnaryCallable<UpdateAnswerRecordRequest,AnswerRecord>