Uses of Enum
com.google.api.FieldInfo.Format
Packages that use FieldInfo.Format
-
Uses of FieldInfo.Format in com.google.api
Methods in com.google.api that return FieldInfo.FormatModifier and TypeMethodDescriptionstatic FieldInfo.FormatFieldInfo.Format.forNumber(int value) FieldInfo.Builder.getFormat()The standard format of a field value.FieldInfo.getFormat()The standard format of a field value.FieldInfoOrBuilder.getFormat()The standard format of a field value.static FieldInfo.FormatFieldInfo.Format.valueOf(int value) Deprecated.static FieldInfo.FormatFieldInfo.Format.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FieldInfo.FormatReturns the enum constant of this type with the specified name.static FieldInfo.Format[]FieldInfo.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type FieldInfo.FormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FieldInfo.Format>FieldInfo.Format.internalGetValueMap()Methods in com.google.api with parameters of type FieldInfo.FormatModifier and TypeMethodDescriptionFieldInfo.Builder.setFormat(FieldInfo.Format value) The standard format of a field value.