Uses of Class
com.google.cloud.contactcenterinsights.v1.UpdateIssueRequest
-
Packages that use UpdateIssueRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of UpdateIssueRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return UpdateIssueRequest Modifier and Type Method Description UpdateIssueRequestUpdateIssueRequest.Builder. build()UpdateIssueRequestUpdateIssueRequest.Builder. buildPartial()static UpdateIssueRequestUpdateIssueRequest. getDefaultInstance()UpdateIssueRequestUpdateIssueRequest.Builder. getDefaultInstanceForType()UpdateIssueRequestUpdateIssueRequest. getDefaultInstanceForType()static UpdateIssueRequestUpdateIssueRequest. parseDelimitedFrom(InputStream input)static UpdateIssueRequestUpdateIssueRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIssueRequestUpdateIssueRequest. parseFrom(byte[] data)static UpdateIssueRequestUpdateIssueRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIssueRequestUpdateIssueRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateIssueRequestUpdateIssueRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIssueRequestUpdateIssueRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateIssueRequestUpdateIssueRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIssueRequestUpdateIssueRequest. parseFrom(InputStream input)static UpdateIssueRequestUpdateIssueRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIssueRequestUpdateIssueRequest. parseFrom(ByteBuffer data)static UpdateIssueRequestUpdateIssueRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type UpdateIssueRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateIssueRequest>UpdateIssueRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateIssueRequest,Issue>ContactCenterInsightsGrpc. getUpdateIssueMethod()static com.google.protobuf.Parser<UpdateIssueRequest>UpdateIssueRequest. parser()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 UpdateIssueRequest Modifier and Type Method Description UpdateIssueRequest.BuilderUpdateIssueRequest.Builder. mergeFrom(UpdateIssueRequest other)static UpdateIssueRequest.BuilderUpdateIssueRequest. newBuilder(UpdateIssueRequest prototype)IssueContactCenterInsightsClient. updateIssue(UpdateIssueRequest request)Updates an issue.default voidContactCenterInsightsGrpc.AsyncService. updateIssue(UpdateIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)Updates an issue.IssueContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateIssue(UpdateIssueRequest request)Updates an issue.com.google.common.util.concurrent.ListenableFuture<Issue>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateIssue(UpdateIssueRequest request)Updates an issue.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. updateIssue(UpdateIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)Updates an issue. -
Uses of UpdateIssueRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type UpdateIssueRequest Modifier and Type Method Description 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.
-