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