Interface AccessMetricValueOrBuilder (0.57.0)

See more code actions.
public interface AccessMetricValueOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getValue()

The measurement value. For example, this value may be '13'.

string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The measurement value. For example, this value may be '13'.

string value = 1;

Returns
Type Description
ByteString

The bytes for value.