| Modifier and Type | Method and Description |
|---|---|
RuntimeAnnotation |
RuntimeAnnotation.Builder.build() |
RuntimeAnnotation |
RuntimeAnnotation.Builder.buildPartial() |
static RuntimeAnnotation |
RuntimeAnnotation.getDefaultInstance() |
RuntimeAnnotation |
RuntimeAnnotation.getDefaultInstanceForType() |
RuntimeAnnotation |
RuntimeAnnotation.Builder.getDefaultInstanceForType() |
RuntimeAnnotation |
Conversation.getRuntimeAnnotations(int index)
Output only.
|
RuntimeAnnotation |
Conversation.Builder.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(ByteBuffer data) |
static RuntimeAnnotation |
RuntimeAnnotation.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RuntimeAnnotation> |
RuntimeAnnotation.getParserForType() |
List<RuntimeAnnotation> |
Conversation.getRuntimeAnnotationsList()
Output only.
|
List<RuntimeAnnotation> |
Conversation.Builder.getRuntimeAnnotationsList()
Output only.
|
List<RuntimeAnnotation> |
ConversationOrBuilder.getRuntimeAnnotationsList()
Output only.
|
static com.google.protobuf.Parser<RuntimeAnnotation> |
RuntimeAnnotation.parser() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.addAllRuntimeAnnotations(Iterable<? extends RuntimeAnnotation> values)
Output only.
|
Copyright © 2025 Google LLC. All rights reserved.