public static interface TableSchemaMessage.TableSchema.AttributeOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
required string name = 1; |
ByteString |
getNameBytes()
required string name = 1; |
String |
getValue()
required string value = 2; |
ByteString |
getValueBytes()
required string value = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasValue()
required string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasName()
required string name = 1;String getName()
required string name = 1;ByteString getNameBytes()
required string name = 1;boolean hasValue()
required string value = 2;String getValue()
required string value = 2;ByteString getValueBytes()
required string value = 2;Copyright © 2014 The Apache Software Foundation. All Rights Reserved.