Interface FieldInfoOrBuilder (2.37.1)

public interface FieldInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormat()

public abstract FieldInfo.Format getFormat()

The standard format of a field value. This does not explicitly configure any API consumer, just documents the API's format for the field it is applied to.

.google.api.FieldInfo.Format format = 1;

Returns
TypeDescription
FieldInfo.Format

The format.

getFormatValue()

public abstract int getFormatValue()

The standard format of a field value. This does not explicitly configure any API consumer, just documents the API's format for the field it is applied to.

.google.api.FieldInfo.Format format = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for format.