Uses of Class
com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse
-
Packages that use CalculateStatsResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of CalculateStatsResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return CalculateStatsResponse Modifier and Type Method Description CalculateStatsResponse
CalculateStatsResponse.Builder. build()
CalculateStatsResponse
CalculateStatsResponse.Builder. buildPartial()
CalculateStatsResponse
ContactCenterInsightsClient. calculateStats(CalculateStatsRequest request)
Gets conversation statistics.CalculateStatsResponse
ContactCenterInsightsClient. calculateStats(LocationName location)
Gets conversation statistics.CalculateStatsResponse
ContactCenterInsightsClient. calculateStats(String location)
Gets conversation statistics.CalculateStatsResponse
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. calculateStats(CalculateStatsRequest request)
Gets conversation statistics.static CalculateStatsResponse
CalculateStatsResponse. getDefaultInstance()
CalculateStatsResponse
CalculateStatsResponse.Builder. getDefaultInstanceForType()
CalculateStatsResponse
CalculateStatsResponse. getDefaultInstanceForType()
static CalculateStatsResponse
CalculateStatsResponse. parseDelimitedFrom(InputStream input)
static CalculateStatsResponse
CalculateStatsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(byte[] data)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(com.google.protobuf.ByteString data)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(InputStream input)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(ByteBuffer data)
static CalculateStatsResponse
CalculateStatsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type CalculateStatsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CalculateStatsResponse>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. calculateStats(CalculateStatsRequest request)
Gets conversation statistics.com.google.api.gax.rpc.UnaryCallable<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsClient. calculateStatsCallable()
Gets conversation statistics.com.google.api.gax.rpc.UnaryCallSettings.Builder<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsSettings.Builder. calculateStatsSettings()
Returns the builder for the settings used for calls to calculateStats.com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsSettings. calculateStatsSettings()
Returns the object with the settings used for calls to calculateStats.static io.grpc.MethodDescriptor<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsGrpc. getCalculateStatsMethod()
com.google.protobuf.Parser<CalculateStatsResponse>
CalculateStatsResponse. getParserForType()
static com.google.protobuf.Parser<CalculateStatsResponse>
CalculateStatsResponse. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type CalculateStatsResponse Modifier and Type Method Description CalculateStatsResponse.Builder
CalculateStatsResponse.Builder. mergeFrom(CalculateStatsResponse other)
static CalculateStatsResponse.Builder
CalculateStatsResponse. newBuilder(CalculateStatsResponse prototype)
Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type CalculateStatsResponse Modifier and Type Method Description default void
ContactCenterInsightsGrpc.AsyncService. calculateStats(CalculateStatsRequest request, io.grpc.stub.StreamObserver<CalculateStatsResponse> responseObserver)
Gets conversation statistics.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. calculateStats(CalculateStatsRequest request, io.grpc.stub.StreamObserver<CalculateStatsResponse> responseObserver)
Gets conversation statistics. -
Uses of CalculateStatsResponse in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type CalculateStatsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsStub. calculateStatsCallable()
com.google.api.gax.rpc.UnaryCallable<CalculateStatsRequest,CalculateStatsResponse>
GrpcContactCenterInsightsStub. calculateStatsCallable()
com.google.api.gax.rpc.UnaryCallable<CalculateStatsRequest,CalculateStatsResponse>
HttpJsonContactCenterInsightsStub. calculateStatsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsStubSettings.Builder. calculateStatsSettings()
Returns the builder for the settings used for calls to calculateStats.com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,CalculateStatsResponse>
ContactCenterInsightsStubSettings. calculateStatsSettings()
Returns the object with the settings used for calls to calculateStats.
-