Interface AttributeValueOrBuilder (0.14.1)

public interface AttributeValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getB()

public abstract boolean getB()

bool.

bool b = 3;

Returns
TypeDescription
boolean

The b.

getF()

public abstract float getF()

float.

float f = 2;

Returns
TypeDescription
float

The f.

getI()

public abstract long getI()

int.

int64 i = 1;

Returns
TypeDescription
long

The i.

getS()

public abstract ByteString getS()

string.

bytes s = 4;

Returns
TypeDescription
ByteString

The s.

getValueCase()

public abstract AttributeValue.ValueCase getValueCase()
Returns
TypeDescription
AttributeValue.ValueCase

hasB()

public abstract boolean hasB()

bool.

bool b = 3;

Returns
TypeDescription
boolean

Whether the b field is set.

hasF()

public abstract boolean hasF()

float.

float f = 2;

Returns
TypeDescription
boolean

Whether the f field is set.

hasI()

public abstract boolean hasI()

int.

int64 i = 1;

Returns
TypeDescription
boolean

Whether the i field is set.

hasS()

public abstract boolean hasS()

string.

bytes s = 4;

Returns
TypeDescription
boolean

Whether the s field is set.