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