public static interface Versioning.VersioningAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviousMessageType()
Track the previous message type.
|
com.google.protobuf.ByteString |
getPreviousMessageTypeBytes()
Track the previous message type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPreviousMessageType()
Track the previous message type. E.g. this message might be udpa.foo.v3alpha.Foo and it was previously udpa.bar.v2.Bar. This information is consumed by UDPA via proto descriptors.
string previous_message_type = 1;com.google.protobuf.ByteString getPreviousMessageTypeBytes()
Track the previous message type. E.g. this message might be udpa.foo.v3alpha.Foo and it was previously udpa.bar.v2.Bar. This information is consumed by UDPA via proto descriptors.
string previous_message_type = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.