public static interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
required string key = 1; |
ByteString |
getKeyBytes()
required string key = 1; |
String |
getValue()
required string value = 2; |
ByteString |
getValueBytes()
required string value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasKey()
required string key = 1;String getKey()
required string key = 1;ByteString getKeyBytes()
required string key = 1;boolean hasValue()
required string value = 2;String getValue()
required string value = 2;ByteString getValueBytes()
required string value = 2;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.