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 ListConversationsRequestListConversationsRequest.Builder. build()ListConversationsRequestListConversationsRequest.Builder. buildPartial()static ListConversationsRequestListConversationsRequest. getDefaultInstance()ListConversationsRequestListConversationsRequest.Builder. getDefaultInstanceForType()ListConversationsRequestListConversationsRequest. getDefaultInstanceForType()static ListConversationsRequestListConversationsRequest. parseDelimitedFrom(InputStream input)static ListConversationsRequestListConversationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationsRequestListConversationsRequest. parseFrom(byte[] data)static ListConversationsRequestListConversationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationsRequestListConversationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListConversationsRequestListConversationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationsRequestListConversationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListConversationsRequestListConversationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationsRequestListConversationsRequest. parseFrom(InputStream input)static ListConversationsRequestListConversationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationsRequestListConversationsRequest. parseFrom(ByteBuffer data)static ListConversationsRequestListConversationsRequest. 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.ListConversationsPagedResponseContactCenterInsightsClient. listConversations(ListConversationsRequest request)Lists conversations.default voidContactCenterInsightsGrpc.AsyncService. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)Lists conversations.ListConversationsResponseContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. listConversations(ListConversationsRequest request)Lists conversations.com.google.common.util.concurrent.ListenableFuture<ListConversationsResponse>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. listConversations(ListConversationsRequest request)Lists conversations.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)Lists conversations.ListConversationsRequest.BuilderListConversationsRequest.Builder. mergeFrom(ListConversationsRequest other)static ListConversationsRequest.BuilderListConversationsRequest. 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.ListConversationsPageContactCenterInsightsClient.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
-