| Modifier and Type | Method and Description |
|---|---|
AnnotationBoundary |
AnnotationBoundary.Builder.build() |
AnnotationBoundary |
AnnotationBoundary.Builder.buildPartial() |
AnnotationBoundary |
CallAnnotation.getAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
CallAnnotation.Builder.getAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
CallAnnotationOrBuilder.getAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
CallAnnotation.getAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary |
CallAnnotation.Builder.getAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary |
CallAnnotationOrBuilder.getAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
static AnnotationBoundary |
AnnotationBoundary.getDefaultInstance() |
AnnotationBoundary |
AnnotationBoundary.getDefaultInstanceForType() |
AnnotationBoundary |
AnnotationBoundary.Builder.getDefaultInstanceForType() |
AnnotationBoundary |
RuntimeAnnotation.getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
RuntimeAnnotation.Builder.getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
RuntimeAnnotationOrBuilder.getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
RuntimeAnnotation.getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary |
RuntimeAnnotation.Builder.getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary |
RuntimeAnnotationOrBuilder.getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
static AnnotationBoundary |
AnnotationBoundary.parseDelimitedFrom(InputStream input) |
static AnnotationBoundary |
AnnotationBoundary.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(byte[] data) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(ByteBuffer data) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(com.google.protobuf.ByteString data) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(com.google.protobuf.CodedInputStream input) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(InputStream input) |
static AnnotationBoundary |
AnnotationBoundary.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AnnotationBoundary> |
AnnotationBoundary.getParserForType() |
static com.google.protobuf.Parser<AnnotationBoundary> |
AnnotationBoundary.parser() |
| Modifier and Type | Method and Description |
|---|---|
CallAnnotation.Builder |
CallAnnotation.Builder.mergeAnnotationEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
|
CallAnnotation.Builder |
CallAnnotation.Builder.mergeAnnotationStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
|
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.mergeEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.mergeFrom(AnnotationBoundary other) |
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.mergeStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
|
static AnnotationBoundary.Builder |
AnnotationBoundary.newBuilder(AnnotationBoundary prototype) |
CallAnnotation.Builder |
CallAnnotation.Builder.setAnnotationEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
|
CallAnnotation.Builder |
CallAnnotation.Builder.setAnnotationStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
|
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.setEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
|
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.setStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
|
Copyright © 2025 Google LLC. All rights reserved.