Uses of Class
com.google.cloud.contactcenterinsights.v1.Issue
-
Packages that use Issue Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of Issue in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return Issue Modifier and Type Method Description Issue
Issue.Builder. build()
Issue
Issue.Builder. buildPartial()
static Issue
Issue. getDefaultInstance()
Issue
Issue.Builder. getDefaultInstanceForType()
Issue
Issue. getDefaultInstanceForType()
Issue
ContactCenterInsightsClient. getIssue(GetIssueRequest request)
Gets an issue.Issue
ContactCenterInsightsClient. getIssue(IssueName name)
Gets an issue.Issue
ContactCenterInsightsClient. getIssue(String name)
Gets an issue.Issue
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. getIssue(GetIssueRequest request)
Gets an issue.Issue
UpdateIssueRequest.Builder. getIssue()
Required.Issue
UpdateIssueRequest. getIssue()
Required.Issue
UpdateIssueRequestOrBuilder. getIssue()
Required.Issue
ListIssuesResponse.Builder. getIssues(int index)
The issues that match the request.Issue
ListIssuesResponse. getIssues(int index)
The issues that match the request.Issue
ListIssuesResponseOrBuilder. getIssues(int index)
The issues that match the request.static Issue
Issue. parseDelimitedFrom(InputStream input)
static Issue
Issue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Issue
Issue. parseFrom(byte[] data)
static Issue
Issue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Issue
Issue. parseFrom(com.google.protobuf.ByteString data)
static Issue
Issue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Issue
Issue. parseFrom(com.google.protobuf.CodedInputStream input)
static Issue
Issue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Issue
Issue. parseFrom(InputStream input)
static Issue
Issue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Issue
Issue. parseFrom(ByteBuffer data)
static Issue
Issue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Issue
ContactCenterInsightsClient. updateIssue(Issue issue, com.google.protobuf.FieldMask updateMask)
Updates an issue.Issue
ContactCenterInsightsClient. updateIssue(UpdateIssueRequest request)
Updates an issue.Issue
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateIssue(UpdateIssueRequest request)
Updates an issue.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type Issue Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIssueRequest,Issue>
ContactCenterInsightsGrpc. getGetIssueMethod()
com.google.common.util.concurrent.ListenableFuture<Issue>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. getIssue(GetIssueRequest request)
Gets an issue.com.google.api.gax.rpc.UnaryCallable<GetIssueRequest,Issue>
ContactCenterInsightsClient. getIssueCallable()
Gets an issue.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIssueRequest,Issue>
ContactCenterInsightsSettings.Builder. getIssueSettings()
Returns the builder for the settings used for calls to getIssue.com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,Issue>
ContactCenterInsightsSettings. getIssueSettings()
Returns the object with the settings used for calls to getIssue.List<Issue>
ListIssuesResponse.Builder. getIssuesList()
The issues that match the request.List<Issue>
ListIssuesResponse. getIssuesList()
The issues that match the request.List<Issue>
ListIssuesResponseOrBuilder. getIssuesList()
The issues that match the request.com.google.protobuf.Parser<Issue>
Issue. getParserForType()
static io.grpc.MethodDescriptor<UpdateIssueRequest,Issue>
ContactCenterInsightsGrpc. getUpdateIssueMethod()
static com.google.protobuf.Parser<Issue>
Issue. parser()
com.google.common.util.concurrent.ListenableFuture<Issue>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateIssue(UpdateIssueRequest request)
Updates an issue.com.google.api.gax.rpc.UnaryCallable<UpdateIssueRequest,Issue>
ContactCenterInsightsClient. updateIssueCallable()
Updates an issue.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIssueRequest,Issue>
ContactCenterInsightsSettings.Builder. updateIssueSettings()
Returns the builder for the settings used for calls to updateIssue.com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,Issue>
ContactCenterInsightsSettings. updateIssueSettings()
Returns the object with the settings used for calls to updateIssue.Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type Issue Modifier and Type Method Description ListIssuesResponse.Builder
ListIssuesResponse.Builder. addIssues(int index, Issue value)
The issues that match the request.ListIssuesResponse.Builder
ListIssuesResponse.Builder. addIssues(Issue value)
The issues that match the request.Issue.Builder
Issue.Builder. mergeFrom(Issue other)
UpdateIssueRequest.Builder
UpdateIssueRequest.Builder. mergeIssue(Issue value)
Required.static Issue.Builder
Issue. newBuilder(Issue prototype)
UpdateIssueRequest.Builder
UpdateIssueRequest.Builder. setIssue(Issue value)
Required.ListIssuesResponse.Builder
ListIssuesResponse.Builder. setIssues(int index, Issue value)
The issues that match the request.Issue
ContactCenterInsightsClient. updateIssue(Issue issue, com.google.protobuf.FieldMask updateMask)
Updates an issue.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type Issue Modifier and Type Method Description ListIssuesResponse.Builder
ListIssuesResponse.Builder. addAllIssues(Iterable<? extends Issue> values)
The issues that match the request.default void
ContactCenterInsightsGrpc.AsyncService. getIssue(GetIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Gets an issue.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. getIssue(GetIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Gets an issue.default void
ContactCenterInsightsGrpc.AsyncService. updateIssue(UpdateIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Updates an issue.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. updateIssue(UpdateIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Updates an issue. -
Uses of Issue in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type Issue Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIssueRequest,Issue>
ContactCenterInsightsStub. getIssueCallable()
com.google.api.gax.rpc.UnaryCallable<GetIssueRequest,Issue>
GrpcContactCenterInsightsStub. getIssueCallable()
com.google.api.gax.rpc.UnaryCallable<GetIssueRequest,Issue>
HttpJsonContactCenterInsightsStub. getIssueCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIssueRequest,Issue>
ContactCenterInsightsStubSettings.Builder. getIssueSettings()
Returns the builder for the settings used for calls to getIssue.com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,Issue>
ContactCenterInsightsStubSettings. getIssueSettings()
Returns the object with the settings used for calls to getIssue.com.google.api.gax.rpc.UnaryCallable<UpdateIssueRequest,Issue>
ContactCenterInsightsStub. updateIssueCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIssueRequest,Issue>
GrpcContactCenterInsightsStub. updateIssueCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIssueRequest,Issue>
HttpJsonContactCenterInsightsStub. updateIssueCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIssueRequest,Issue>
ContactCenterInsightsStubSettings.Builder. updateIssueSettings()
Returns the builder for the settings used for calls to updateIssue.com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,Issue>
ContactCenterInsightsStubSettings. updateIssueSettings()
Returns the object with the settings used for calls to updateIssue.
-