Uses of Class
com.google.cloud.contactcenterinsights.v1.ListIssuesResponse
-
Packages that use ListIssuesResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ListIssuesResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ListIssuesResponse Modifier and Type Method Description ListIssuesResponseListIssuesResponse.Builder. build()ListIssuesResponseListIssuesResponse.Builder. buildPartial()static ListIssuesResponseListIssuesResponse. getDefaultInstance()ListIssuesResponseListIssuesResponse.Builder. getDefaultInstanceForType()ListIssuesResponseListIssuesResponse. getDefaultInstanceForType()ListIssuesResponseContactCenterInsightsClient. listIssues(IssueModelName parent)Lists issues.ListIssuesResponseContactCenterInsightsClient. listIssues(ListIssuesRequest request)Lists issues.ListIssuesResponseContactCenterInsightsClient. listIssues(String parent)Lists issues.ListIssuesResponseContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. listIssues(ListIssuesRequest request)Lists issues.static ListIssuesResponseListIssuesResponse. parseDelimitedFrom(InputStream input)static ListIssuesResponseListIssuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIssuesResponseListIssuesResponse. parseFrom(byte[] data)static ListIssuesResponseListIssuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIssuesResponseListIssuesResponse. parseFrom(com.google.protobuf.ByteString data)static ListIssuesResponseListIssuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIssuesResponseListIssuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListIssuesResponseListIssuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIssuesResponseListIssuesResponse. parseFrom(InputStream input)static ListIssuesResponseListIssuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIssuesResponseListIssuesResponse. parseFrom(ByteBuffer data)static ListIssuesResponseListIssuesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ListIssuesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsGrpc. getListIssuesMethod()com.google.protobuf.Parser<ListIssuesResponse>ListIssuesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListIssuesResponse>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. listIssues(ListIssuesRequest request)Lists issues.com.google.api.gax.rpc.UnaryCallable<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsClient. listIssuesCallable()Lists issues.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsSettings.Builder. listIssuesSettings()Returns the builder for the settings used for calls to listIssues.com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsSettings. listIssuesSettings()Returns the object with the settings used for calls to listIssues.static com.google.protobuf.Parser<ListIssuesResponse>ListIssuesResponse. parser()Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ListIssuesResponse Modifier and Type Method Description ListIssuesResponse.BuilderListIssuesResponse.Builder. mergeFrom(ListIssuesResponse other)static ListIssuesResponse.BuilderListIssuesResponse. newBuilder(ListIssuesResponse prototype)Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ListIssuesResponse Modifier and Type Method Description default voidContactCenterInsightsGrpc.AsyncService. listIssues(ListIssuesRequest request, io.grpc.stub.StreamObserver<ListIssuesResponse> responseObserver)Lists issues.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. listIssues(ListIssuesRequest request, io.grpc.stub.StreamObserver<ListIssuesResponse> responseObserver)Lists issues. -
Uses of ListIssuesResponse in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type ListIssuesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsStub. listIssuesCallable()com.google.api.gax.rpc.UnaryCallable<ListIssuesRequest,ListIssuesResponse>GrpcContactCenterInsightsStub. listIssuesCallable()com.google.api.gax.rpc.UnaryCallable<ListIssuesRequest,ListIssuesResponse>HttpJsonContactCenterInsightsStub. listIssuesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsStubSettings.Builder. listIssuesSettings()Returns the builder for the settings used for calls to listIssues.com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,ListIssuesResponse>ContactCenterInsightsStubSettings. listIssuesSettings()Returns the object with the settings used for calls to listIssues.
-