Class GrpcConversationsStub (4.48.0)

public class GrpcConversationsStub extends ConversationsStub

gRPC stub implementation for the Conversations service API.

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

Inheritance

java.lang.Object > ConversationsStub > GrpcConversationsStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(ConversationsStubSettings settings)

public static final GrpcConversationsStub create(ConversationsStubSettings settings)
Parameter
Name Description
settings ConversationsStubSettings
Returns
Type Description
GrpcConversationsStub
Exceptions
Type Description
IOException

Constructors

GrpcConversationsStub(ConversationsStubSettings settings, ClientContext clientContext)

protected GrpcConversationsStub(ConversationsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcConversationsStub, 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 ConversationsStubSettings
clientContext ClientContext

GrpcConversationsStub(ConversationsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcConversationsStub(ConversationsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

batchCreateMessagesCallable()

public UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> batchCreateMessagesCallable()
Returns
Type Description
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
Overrides

close()

public final void close()
Overrides

completeConversationCallable()

public UnaryCallable<CompleteConversationRequest,Conversation> completeConversationCallable()
Returns
Type Description
UnaryCallable<CompleteConversationRequest,Conversation>
Overrides

createConversationCallable()

public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
Returns
Type Description
UnaryCallable<CreateConversationRequest,Conversation>
Overrides

generateStatelessSummaryCallable()

public UnaryCallable<GenerateStatelessSummaryRequest,GenerateStatelessSummaryResponse> generateStatelessSummaryCallable()
Returns
Type Description
UnaryCallable<GenerateStatelessSummaryRequest,GenerateStatelessSummaryResponse>
Overrides

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns
Type Description
UnaryCallable<GetConversationRequest,Conversation>
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

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns
Type Description
UnaryCallable<ListConversationsRequest,ListConversationsResponse>
Overrides

listConversationsPagedCallable()

public UnaryCallable<ListConversationsRequest,ConversationsClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns
Type Description
UnaryCallable<ListConversationsRequest,ListConversationsPagedResponse>
Overrides

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,ConversationsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listMessagesCallable()

public UnaryCallable<ListMessagesRequest,ListMessagesResponse> listMessagesCallable()
Returns
Type Description
UnaryCallable<ListMessagesRequest,ListMessagesResponse>
Overrides

listMessagesPagedCallable()

public UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse> listMessagesPagedCallable()
Returns
Type Description
UnaryCallable<ListMessagesRequest,ListMessagesPagedResponse>
Overrides

searchKnowledgeCallable()

public UnaryCallable<SearchKnowledgeRequest,SearchKnowledgeResponse> searchKnowledgeCallable()
Returns
Type Description
UnaryCallable<SearchKnowledgeRequest,SearchKnowledgeResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

suggestConversationSummaryCallable()

public UnaryCallable<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse> suggestConversationSummaryCallable()
Returns
Type Description
UnaryCallable<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse>
Overrides