public static interface MigrationJob.DumpFlagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the flag
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the flag
|
String |
getValue()
The value of the flag.
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the flag.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the flag
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the flag
string name = 1;String getValue()
The value of the flag.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The value of the flag.
string value = 2;Copyright © 2024 Google LLC. All rights reserved.