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 RuntimeAnnotationRuntimeAnnotation.Builder. build()RuntimeAnnotationRuntimeAnnotation.Builder. buildPartial()static RuntimeAnnotationRuntimeAnnotation. getDefaultInstance()RuntimeAnnotationRuntimeAnnotation.Builder. getDefaultInstanceForType()RuntimeAnnotationRuntimeAnnotation. getDefaultInstanceForType()RuntimeAnnotationConversation.Builder. getRuntimeAnnotations(int index)Output only.RuntimeAnnotationConversation. getRuntimeAnnotations(int index)Output only.RuntimeAnnotationConversationOrBuilder. getRuntimeAnnotations(int index)Output only.static RuntimeAnnotationRuntimeAnnotation. parseDelimitedFrom(InputStream input)static RuntimeAnnotationRuntimeAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeAnnotationRuntimeAnnotation. parseFrom(byte[] data)static RuntimeAnnotationRuntimeAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeAnnotationRuntimeAnnotation. parseFrom(com.google.protobuf.ByteString data)static RuntimeAnnotationRuntimeAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeAnnotationRuntimeAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static RuntimeAnnotationRuntimeAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeAnnotationRuntimeAnnotation. parseFrom(InputStream input)static RuntimeAnnotationRuntimeAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeAnnotationRuntimeAnnotation. parseFrom(ByteBuffer data)static RuntimeAnnotationRuntimeAnnotation. 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.BuilderConversation.Builder. addRuntimeAnnotations(int index, RuntimeAnnotation value)Output only.Conversation.BuilderConversation.Builder. addRuntimeAnnotations(RuntimeAnnotation value)Output only.RuntimeAnnotation.BuilderRuntimeAnnotation.Builder. mergeFrom(RuntimeAnnotation other)static RuntimeAnnotation.BuilderRuntimeAnnotation. newBuilder(RuntimeAnnotation prototype)Conversation.BuilderConversation.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.BuilderConversation.Builder. addAllRuntimeAnnotations(Iterable<? extends RuntimeAnnotation> values)Output only.
-