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 ListIssuesResponse
ListIssuesResponse.Builder. build()
ListIssuesResponse
ListIssuesResponse.Builder. buildPartial()
static ListIssuesResponse
ListIssuesResponse. getDefaultInstance()
ListIssuesResponse
ListIssuesResponse.Builder. getDefaultInstanceForType()
ListIssuesResponse
ListIssuesResponse. getDefaultInstanceForType()
ListIssuesResponse
ContactCenterInsightsClient. listIssues(IssueModelName parent)
Lists issues.ListIssuesResponse
ContactCenterInsightsClient. listIssues(ListIssuesRequest request)
Lists issues.ListIssuesResponse
ContactCenterInsightsClient. listIssues(String parent)
Lists issues.ListIssuesResponse
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. listIssues(ListIssuesRequest request)
Lists issues.static ListIssuesResponse
ListIssuesResponse. parseDelimitedFrom(InputStream input)
static ListIssuesResponse
ListIssuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIssuesResponse
ListIssuesResponse. parseFrom(byte[] data)
static ListIssuesResponse
ListIssuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIssuesResponse
ListIssuesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListIssuesResponse
ListIssuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIssuesResponse
ListIssuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIssuesResponse
ListIssuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIssuesResponse
ListIssuesResponse. parseFrom(InputStream input)
static ListIssuesResponse
ListIssuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIssuesResponse
ListIssuesResponse. parseFrom(ByteBuffer data)
static ListIssuesResponse
ListIssuesResponse. 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.Builder
ListIssuesResponse.Builder. mergeFrom(ListIssuesResponse other)
static ListIssuesResponse.Builder
ListIssuesResponse. newBuilder(ListIssuesResponse prototype)
Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ListIssuesResponse Modifier and Type Method Description default void
ContactCenterInsightsGrpc.AsyncService. listIssues(ListIssuesRequest request, io.grpc.stub.StreamObserver<ListIssuesResponse> responseObserver)
Lists issues.void
ContactCenterInsightsGrpc.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.
-