Interface AttributeValueOrBuilder (0.2.0)

public interface AttributeValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getB()

public abstract boolean getB()

bool.

bool b = 3;

Returns
Type Description
boolean

The b.

getF()

public abstract float getF()

float.

float f = 2;

Returns
Type Description
float

The f.

getI()

public abstract long getI()

int.

int64 i = 1;

Returns
Type Description
long

The i.

getS()

public abstract ByteString getS()

string.

bytes s = 4;

Returns
Type Description
ByteString

The s.

getValueCase()

public abstract AttributeValue.ValueCase getValueCase()
Returns
Type Description
AttributeValue.ValueCase

hasB()

public abstract boolean hasB()

bool.

bool b = 3;

Returns
Type Description
boolean

Whether the b field is set.

hasF()

public abstract boolean hasF()

float.

float f = 2;

Returns
Type Description
boolean

Whether the f field is set.

hasI()

public abstract boolean hasI()

int.

int64 i = 1;

Returns
Type Description
boolean

Whether the i field is set.

hasS()

public abstract boolean hasS()

string.

bytes s = 4;

Returns
Type Description
boolean

Whether the s field is set.