public interface PropertyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the property
|
ByteString |
getDescriptionBytes()
The description of the property
|
java.lang.String |
getName()
The name of the property (a.k.a key).
|
ByteString |
getNameBytes()
The name of the property (a.k.a key).
|
Property.PropertyType |
getType()
The type of this property.
|
int |
getTypeValue()
The type of this property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The name of the property (a.k.a key).
string name = 1;
ByteString getNameBytes()
The name of the property (a.k.a key).
string name = 1;
int getTypeValue()
The type of this property.
.google.api.Property.PropertyType type = 2;
Property.PropertyType getType()
The type of this property.
.google.api.Property.PropertyType type = 2;
java.lang.String getDescription()
The description of the property
string description = 3;
ByteString getDescriptionBytes()
The description of the property
string description = 3;