Class HttpJsonSessionsStub (0.52.0)

public class HttpJsonSessionsStub extends SessionsStub

REST stub implementation for the Sessions service API.

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

Inheritance

java.lang.Object > SessionsStub > HttpJsonSessionsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonSessionsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonSessionsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonSessionsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonSessionsStub
Exceptions
TypeDescription
IOException

create(SessionsStubSettings settings)

public static final HttpJsonSessionsStub create(SessionsStubSettings settings)
Parameter
NameDescription
settingsSessionsStubSettings
Returns
TypeDescription
HttpJsonSessionsStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonSessionsStub(SessionsStubSettings settings, ClientContext clientContext)

protected HttpJsonSessionsStub(SessionsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonSessionsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsSessionsStubSettings
clientContextClientContext

HttpJsonSessionsStub(SessionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonSessionsStub(SessionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonSessionsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsSessionsStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

detectIntentCallable()

public UnaryCallable<DetectIntentRequest,DetectIntentResponse> detectIntentCallable()
Returns
TypeDescription
UnaryCallable<DetectIntentRequest,DetectIntentResponse>
Overrides

fulfillIntentCallable()

public UnaryCallable<FulfillIntentRequest,FulfillIntentResponse> fulfillIntentCallable()
Returns
TypeDescription
UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>
Overrides

getLocationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listLocationsCallable()

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

listLocationsPagedCallable()

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

matchIntentCallable()

public UnaryCallable<MatchIntentRequest,MatchIntentResponse> matchIntentCallable()
Returns
TypeDescription
UnaryCallable<MatchIntentRequest,MatchIntentResponse>
Overrides

serverStreamingDetectIntentCallable()

public ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse> serverStreamingDetectIntentCallable()
Returns
TypeDescription
ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

streamingDetectIntentCallable()

public BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> streamingDetectIntentCallable()
Returns
TypeDescription
BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
Overrides

submitAnswerFeedbackCallable()

public UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback> submitAnswerFeedbackCallable()
Returns
TypeDescription
UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback>
Overrides