Uses of Class
com.google.api.FieldInfo.Builder
Packages that use FieldInfo.Builder
-
Uses of FieldInfo.Builder in com.google.api
Methods in com.google.api that return FieldInfo.BuilderModifier and TypeMethodDescriptionFieldInfo.Builder.addAllReferencedTypes(Iterable<? extends TypeReference> values) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes(int index, TypeReference value) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes(int index, TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes(TypeReference value) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes(TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.clear()FieldInfo.Builder.clearFormat()The standard format of a field value.FieldInfo.Builder.clearReferencedTypes()The type(s) that the annotated, generic field may represent.FieldInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FieldInfo.Builder.mergeFrom(com.google.protobuf.Message other) static FieldInfo.BuilderFieldInfo.newBuilder()static FieldInfo.BuilderFieldInfo.newBuilder(FieldInfo prototype) FieldInfo.newBuilderForType()protected FieldInfo.BuilderFieldInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FieldInfo.Builder.removeReferencedTypes(int index) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.setFormat(FieldInfo.Format value) The standard format of a field value.FieldInfo.Builder.setFormatValue(int value) The standard format of a field value.FieldInfo.Builder.setReferencedTypes(int index, TypeReference value) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.setReferencedTypes(int index, TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.toBuilder()