public interface PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the property.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the property.
|
long |
getUint64Value()
Value of numeric properties.
|
String |
getValue()
Value of the property.
|
com.google.protobuf.ByteString |
getValueBytes()
Value of the property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the property.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the property.
string name = 1;String getValue()
Value of the property.
string value = 2;com.google.protobuf.ByteString getValueBytes()
Value of the property.
string value = 2;long getUint64Value()
Value of numeric properties.
uint64 uint64_value = 3;Copyright © 2020 Google LLC. All rights reserved.