Uses of Class
com.google.cloud.contactcenterinsights.v1.InterruptionData
-
Packages that use InterruptionData Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of InterruptionData in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return InterruptionData Modifier and Type Method Description InterruptionData
InterruptionData.Builder. build()
InterruptionData
InterruptionData.Builder. buildPartial()
static InterruptionData
InterruptionData. getDefaultInstance()
InterruptionData
InterruptionData.Builder. getDefaultInstanceForType()
InterruptionData
InterruptionData. getDefaultInstanceForType()
InterruptionData
CallAnnotation.Builder. getInterruptionData()
Data specifying an interruption.InterruptionData
CallAnnotation. getInterruptionData()
Data specifying an interruption.InterruptionData
CallAnnotationOrBuilder. getInterruptionData()
Data specifying an interruption.static InterruptionData
InterruptionData. parseDelimitedFrom(InputStream input)
static InterruptionData
InterruptionData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterruptionData
InterruptionData. parseFrom(byte[] data)
static InterruptionData
InterruptionData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterruptionData
InterruptionData. parseFrom(com.google.protobuf.ByteString data)
static InterruptionData
InterruptionData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterruptionData
InterruptionData. parseFrom(com.google.protobuf.CodedInputStream input)
static InterruptionData
InterruptionData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterruptionData
InterruptionData. parseFrom(InputStream input)
static InterruptionData
InterruptionData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterruptionData
InterruptionData. parseFrom(ByteBuffer data)
static InterruptionData
InterruptionData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type InterruptionData Modifier and Type Method Description com.google.protobuf.Parser<InterruptionData>
InterruptionData. getParserForType()
static com.google.protobuf.Parser<InterruptionData>
InterruptionData. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type InterruptionData Modifier and Type Method Description InterruptionData.Builder
InterruptionData.Builder. mergeFrom(InterruptionData other)
CallAnnotation.Builder
CallAnnotation.Builder. mergeInterruptionData(InterruptionData value)
Data specifying an interruption.static InterruptionData.Builder
InterruptionData. newBuilder(InterruptionData prototype)
CallAnnotation.Builder
CallAnnotation.Builder. setInterruptionData(InterruptionData value)
Data specifying an interruption.
-