Interface PropertyOrBuilder (2.8.3)

public interface PropertyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

The description of the property

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The description of the property

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getName()

public abstract String getName()

The name of the property (a.k.a key).

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the property (a.k.a key).

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getType()

public abstract Property.PropertyType getType()

The type of this property.

.google.api.Property.PropertyType type = 2;

Returns
TypeDescription
Property.PropertyType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of this property.

.google.api.Property.PropertyType type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.