Class GrpcSessionsStub (0.54.0)

public class GrpcSessionsStub extends SessionsStub

gRPC stub implementation for the Sessions service API.

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

Inheritance

java.lang.Object > SessionsStub > GrpcSessionsStub

Static Methods

create(ClientContext clientContext)

public static final GrpcSessionsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcSessionsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(SessionsStubSettings settings)

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

Constructors

GrpcSessionsStub(SessionsStubSettings settings, ClientContext clientContext)

protected GrpcSessionsStub(SessionsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcSessionsStub, 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

GrpcSessionsStub(SessionsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcSessionsStub(SessionsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcSessionsStub, 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 GrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

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