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 GetIssueRequest
GetIssueRequest.Builder. build()
GetIssueRequest
GetIssueRequest.Builder. buildPartial()
static GetIssueRequest
GetIssueRequest. getDefaultInstance()
GetIssueRequest
GetIssueRequest.Builder. getDefaultInstanceForType()
GetIssueRequest
GetIssueRequest. getDefaultInstanceForType()
static GetIssueRequest
GetIssueRequest. parseDelimitedFrom(InputStream input)
static GetIssueRequest
GetIssueRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIssueRequest
GetIssueRequest. parseFrom(byte[] data)
static GetIssueRequest
GetIssueRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIssueRequest
GetIssueRequest. parseFrom(com.google.protobuf.ByteString data)
static GetIssueRequest
GetIssueRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIssueRequest
GetIssueRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetIssueRequest
GetIssueRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIssueRequest
GetIssueRequest. parseFrom(InputStream input)
static GetIssueRequest
GetIssueRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIssueRequest
GetIssueRequest. parseFrom(ByteBuffer data)
static GetIssueRequest
GetIssueRequest. 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 Issue
ContactCenterInsightsClient. getIssue(GetIssueRequest request)
Gets an issue.default void
ContactCenterInsightsGrpc.AsyncService. getIssue(GetIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Gets an issue.Issue
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. getIssue(GetIssueRequest request)
Gets an issue.com.google.common.util.concurrent.ListenableFuture<Issue>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. getIssue(GetIssueRequest request)
Gets an issue.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. getIssue(GetIssueRequest request, io.grpc.stub.StreamObserver<Issue> responseObserver)
Gets an issue.GetIssueRequest.Builder
GetIssueRequest.Builder. mergeFrom(GetIssueRequest other)
static GetIssueRequest.Builder
GetIssueRequest. 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.
-