setExpressionBytes

open fun setExpressionBytes(value: ByteString): SpannerFieldOptions.Builder
Expression value for this field. Converts this field into a calculated value.
string expression = 7;

Return

This builder for chaining.

Parameters

value

The bytes for expression to set.