Uses of Class
com.google.cloud.contactcenterinsights.v1.ListConversationsRequest
-
Packages that use ListConversationsRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ListConversationsRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ListConversationsRequest Modifier and Type Method Description ListConversationsRequest
ListConversationsRequest.Builder. build()
ListConversationsRequest
ListConversationsRequest.Builder. buildPartial()
static ListConversationsRequest
ListConversationsRequest. getDefaultInstance()
ListConversationsRequest
ListConversationsRequest.Builder. getDefaultInstanceForType()
ListConversationsRequest
ListConversationsRequest. getDefaultInstanceForType()
static ListConversationsRequest
ListConversationsRequest. parseDelimitedFrom(InputStream input)
static ListConversationsRequest
ListConversationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsRequest
ListConversationsRequest. parseFrom(byte[] data)
static ListConversationsRequest
ListConversationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsRequest
ListConversationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListConversationsRequest
ListConversationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsRequest
ListConversationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListConversationsRequest
ListConversationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsRequest
ListConversationsRequest. parseFrom(InputStream input)
static ListConversationsRequest
ListConversationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsRequest
ListConversationsRequest. parseFrom(ByteBuffer data)
static ListConversationsRequest
ListConversationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ListConversationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse>
ContactCenterInsightsGrpc. getListConversationsMethod()
com.google.protobuf.Parser<ListConversationsRequest>
ListConversationsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse>
ContactCenterInsightsClient. listConversationsCallable()
Lists conversations.com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ContactCenterInsightsClient.ListConversationsPagedResponse>
ContactCenterInsightsClient. listConversationsPagedCallable()
Lists conversations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse>
ContactCenterInsightsSettings.Builder. listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse>
ContactCenterInsightsSettings. listConversationsSettings()
Returns the object with the settings used for calls to listConversations.static com.google.protobuf.Parser<ListConversationsRequest>
ListConversationsRequest. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ListConversationsRequest Modifier and Type Method Description ContactCenterInsightsClient.ListConversationsPagedResponse
ContactCenterInsightsClient. listConversations(ListConversationsRequest request)
Lists conversations.default void
ContactCenterInsightsGrpc.AsyncService. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)
Lists conversations.ListConversationsResponse
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. listConversations(ListConversationsRequest request)
Lists conversations.com.google.common.util.concurrent.ListenableFuture<ListConversationsResponse>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. listConversations(ListConversationsRequest request)
Lists conversations.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)
Lists conversations.ListConversationsRequest.Builder
ListConversationsRequest.Builder. mergeFrom(ListConversationsRequest other)
static ListConversationsRequest.Builder
ListConversationsRequest. newBuilder(ListConversationsRequest prototype)
Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ListConversationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListConversationsPagedResponse>
ContactCenterInsightsClient.ListConversationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
protected ContactCenterInsightsClient.ListConversationsPage
ContactCenterInsightsClient.ListConversationsPage. createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListConversationsPage>
ContactCenterInsightsClient.ListConversationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
-
Uses of ListConversationsRequest in com.google.cloud.contactcenterinsights.v1.stub
-