public static interface Migrate.FieldMigrateAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOneofPromotion()
Add the field to a named oneof in next version.
|
com.google.protobuf.ByteString |
getOneofPromotionBytes()
Add the field to a named oneof in next version.
|
String |
getRename()
Rename the field in next version.
|
com.google.protobuf.ByteString |
getRenameBytes()
Rename the field in next version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRename()
Rename the field in next version.
string rename = 1;com.google.protobuf.ByteString getRenameBytes()
Rename the field in next version.
string rename = 1;String getOneofPromotion()
Add the field to a named oneof in next version. If this already exists, the field will join its siblings under the oneof, otherwise a new oneof will be created with the given name.
string oneof_promotion = 2;com.google.protobuf.ByteString getOneofPromotionBytes()
Add the field to a named oneof in next version. If this already exists, the field will join its siblings under the oneof, otherwise a new oneof will be created with the given name.
string oneof_promotion = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.