Class HttpJsonSessionsStub (0.54.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
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonSessionsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonSessionsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonSessionsStub
Exceptions
Type Description
IOException

create(SessionsStubSettings settings)

public static final HttpJsonSessionsStub create(SessionsStubSettings settings)
Parameter
Name Description
settings SessionsStubSettings
Returns
Type Description
HttpJsonSessionsStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
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
Name Description
settings SessionsStubSettings
clientContext ClientContext

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
Name Description
settings SessionsStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

detectIntentCallable()

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

fulfillIntentCallable()

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

getLocationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listLocationsCallable()

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

listLocationsPagedCallable()

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

matchIntentCallable()

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

serverStreamingDetectIntentCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

streamingDetectIntentCallable()

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

submitAnswerFeedbackCallable()

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