Interface FieldInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FieldInfo, FieldInfo.Builder

public interface FieldInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The standard format of a field value.
    int
    The standard format of a field value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFormatValue

      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:
      The enum numeric value on the wire for format.
    • getFormat

      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:
      The format.