public interface PropertyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
The description of the property
string description = 3;
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
The description of the property
string description = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getName()
public abstract String getName()
The name of the property (a.k.a key).
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the property (a.k.a key).
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getType()
public abstract Property.PropertyType getType()
The type of this property.
.google.api.Property.PropertyType type = 2;
Returns | |
---|---|
Type | Description |
Property.PropertyType | The type. |
getTypeValue()
public abstract int getTypeValue()
The type of this property.
.google.api.Property.PropertyType type = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for type. |