Interface AudienceDimensionValueOrBuilder (0.51.0)

public interface AudienceDimensionValueOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract AudienceDimensionValue.OneValueCase getOneValueCase()

getValue()

public abstract String getValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.

hasValue()

public abstract boolean hasValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
TypeDescription
boolean

Whether the value field is set.