Uses of Class
com.google.cloud.contactcenterinsights.v1.GetConversationRequest
-
Packages that use GetConversationRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of GetConversationRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return GetConversationRequest Modifier and Type Method Description GetConversationRequest
GetConversationRequest.Builder. build()
GetConversationRequest
GetConversationRequest.Builder. buildPartial()
static GetConversationRequest
GetConversationRequest. getDefaultInstance()
GetConversationRequest
GetConversationRequest.Builder. getDefaultInstanceForType()
GetConversationRequest
GetConversationRequest. getDefaultInstanceForType()
static GetConversationRequest
GetConversationRequest. parseDelimitedFrom(InputStream input)
static GetConversationRequest
GetConversationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConversationRequest
GetConversationRequest. parseFrom(byte[] data)
static GetConversationRequest
GetConversationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConversationRequest
GetConversationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetConversationRequest
GetConversationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConversationRequest
GetConversationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetConversationRequest
GetConversationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConversationRequest
GetConversationRequest. parseFrom(InputStream input)
static GetConversationRequest
GetConversationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConversationRequest
GetConversationRequest. parseFrom(ByteBuffer data)
static GetConversationRequest
GetConversationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type GetConversationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation>
ContactCenterInsightsClient. getConversationCallable()
Gets a conversation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConversationRequest,Conversation>
ContactCenterInsightsSettings.Builder. getConversationSettings()
Returns the builder for the settings used for calls to getConversation.com.google.api.gax.rpc.UnaryCallSettings<GetConversationRequest,Conversation>
ContactCenterInsightsSettings. getConversationSettings()
Returns the object with the settings used for calls to getConversation.static io.grpc.MethodDescriptor<GetConversationRequest,Conversation>
ContactCenterInsightsGrpc. getGetConversationMethod()
com.google.protobuf.Parser<GetConversationRequest>
GetConversationRequest. getParserForType()
static com.google.protobuf.Parser<GetConversationRequest>
GetConversationRequest. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type GetConversationRequest Modifier and Type Method Description Conversation
ContactCenterInsightsClient. getConversation(GetConversationRequest request)
Gets a conversation.default void
ContactCenterInsightsGrpc.AsyncService. getConversation(GetConversationRequest request, io.grpc.stub.StreamObserver<Conversation> responseObserver)
Gets a conversation.Conversation
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. getConversation(GetConversationRequest request)
Gets a conversation.com.google.common.util.concurrent.ListenableFuture<Conversation>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. getConversation(GetConversationRequest request)
Gets a conversation.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. getConversation(GetConversationRequest request, io.grpc.stub.StreamObserver<Conversation> responseObserver)
Gets a conversation.GetConversationRequest.Builder
GetConversationRequest.Builder. mergeFrom(GetConversationRequest other)
static GetConversationRequest.Builder
GetConversationRequest. newBuilder(GetConversationRequest prototype)
-
Uses of GetConversationRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type GetConversationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation>
ContactCenterInsightsStub. getConversationCallable()
com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation>
GrpcContactCenterInsightsStub. getConversationCallable()
com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation>
HttpJsonContactCenterInsightsStub. getConversationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConversationRequest,Conversation>
ContactCenterInsightsStubSettings.Builder. getConversationSettings()
Returns the builder for the settings used for calls to getConversation.com.google.api.gax.rpc.UnaryCallSettings<GetConversationRequest,Conversation>
ContactCenterInsightsStubSettings. getConversationSettings()
Returns the object with the settings used for calls to getConversation.
-