Interface ObjectCustomContextPayloadOrBuilder (0.27.0)

public interface ObjectCustomContextPayloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract String getValue()

The value of the object custom context. If set, value must NOT be an empty string since it is a required field in custom context. If unset, value will be ignored and no changes will be made to the value field of the custom context payload.

optional string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value of the object custom context. If set, value must NOT be an empty string since it is a required field in custom context. If unset, value will be ignored and no changes will be made to the value field of the custom context payload.

optional string value = 1;

Returns
Type Description
ByteString

The bytes for value.

hasValue()

public abstract boolean hasValue()

The value of the object custom context. If set, value must NOT be an empty string since it is a required field in custom context. If unset, value will be ignored and no changes will be made to the value field of the custom context payload.

optional string value = 1;

Returns
Type Description
boolean

Whether the value field is set.