Uses of Class
com.google.cloud.contactcenterinsights.v1.RuntimeAnnotation
-
Packages that use RuntimeAnnotation Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of RuntimeAnnotation in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return RuntimeAnnotation Modifier and Type Method Description RuntimeAnnotation
RuntimeAnnotation.Builder. build()
RuntimeAnnotation
RuntimeAnnotation.Builder. buildPartial()
static RuntimeAnnotation
RuntimeAnnotation. getDefaultInstance()
RuntimeAnnotation
RuntimeAnnotation.Builder. getDefaultInstanceForType()
RuntimeAnnotation
RuntimeAnnotation. getDefaultInstanceForType()
RuntimeAnnotation
Conversation.Builder. getRuntimeAnnotations(int index)
Output only.RuntimeAnnotation
Conversation. getRuntimeAnnotations(int index)
Output only.RuntimeAnnotation
ConversationOrBuilder. getRuntimeAnnotations(int index)
Output only.static RuntimeAnnotation
RuntimeAnnotation. parseDelimitedFrom(InputStream input)
static RuntimeAnnotation
RuntimeAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(byte[] data)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(com.google.protobuf.ByteString data)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(InputStream input)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(ByteBuffer data)
static RuntimeAnnotation
RuntimeAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type RuntimeAnnotation Modifier and Type Method Description com.google.protobuf.Parser<RuntimeAnnotation>
RuntimeAnnotation. getParserForType()
List<RuntimeAnnotation>
Conversation.Builder. getRuntimeAnnotationsList()
Output only.List<RuntimeAnnotation>
Conversation. getRuntimeAnnotationsList()
Output only.List<RuntimeAnnotation>
ConversationOrBuilder. getRuntimeAnnotationsList()
Output only.static com.google.protobuf.Parser<RuntimeAnnotation>
RuntimeAnnotation. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type RuntimeAnnotation Modifier and Type Method Description Conversation.Builder
Conversation.Builder. addRuntimeAnnotations(int index, RuntimeAnnotation value)
Output only.Conversation.Builder
Conversation.Builder. addRuntimeAnnotations(RuntimeAnnotation value)
Output only.RuntimeAnnotation.Builder
RuntimeAnnotation.Builder. mergeFrom(RuntimeAnnotation other)
static RuntimeAnnotation.Builder
RuntimeAnnotation. newBuilder(RuntimeAnnotation prototype)
Conversation.Builder
Conversation.Builder. setRuntimeAnnotations(int index, RuntimeAnnotation value)
Output only.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type RuntimeAnnotation Modifier and Type Method Description Conversation.Builder
Conversation.Builder. addAllRuntimeAnnotations(Iterable<? extends RuntimeAnnotation> values)
Output only.
-