| Modifier and Type | Method and Description |
|---|---|
InterruptionData |
InterruptionData.Builder.build() |
InterruptionData |
InterruptionData.Builder.buildPartial() |
static InterruptionData |
InterruptionData.getDefaultInstance() |
InterruptionData |
InterruptionData.getDefaultInstanceForType() |
InterruptionData |
InterruptionData.Builder.getDefaultInstanceForType() |
InterruptionData |
CallAnnotationOrBuilder.getInterruptionData()
Data specifying an interruption.
|
InterruptionData |
CallAnnotation.getInterruptionData()
Data specifying an interruption.
|
InterruptionData |
CallAnnotation.Builder.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(ByteBuffer data) |
static InterruptionData |
InterruptionData.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InterruptionData> |
InterruptionData.getParserForType() |
static com.google.protobuf.Parser<InterruptionData> |
InterruptionData.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.