public interface PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The description of the property
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the property
|
java.lang.String |
getName()
The name of the property (a.k.a key).
|
com.google.protobuf.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, hasOneofjava.lang.String getName()
The name of the property (a.k.a key).
string name = 1;com.google.protobuf.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;com.google.protobuf.ByteString getDescriptionBytes()
The description of the property
string description = 3;