Uses of Class
com.google.protobuf.Field
Packages that use Field
-
Uses of Field in com.google.protobuf
Fields in com.google.protobuf declared as FieldFields in com.google.protobuf with type parameters of type FieldMethods in com.google.protobuf that return FieldModifier and TypeMethodDescriptionstatic Field
Field.getDefaultInstance()
Type.Builder.getFields
(int index) The list of fields.Type.getFields
(int index) The list of fields.TypeOrBuilder.getFields
(int index) The list of fields.static Field
Field.parseDelimitedFrom
(InputStream input) static Field
Field.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(byte[] data) static Field
Field.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(ByteString data) static Field
Field.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(CodedInputStream input) static Field
Field.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(InputStream input) static Field
Field.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(ByteBuffer data) static Field
Field.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type FieldModifier and TypeMethodDescriptionType.Builder.getFieldsList()
The list of fields.Type.getFieldsList()
The list of fields.TypeOrBuilder.getFieldsList()
The list of fields.Field.parser()
Methods in com.google.protobuf with parameters of type FieldModifier and TypeMethodDescriptionprivate void
The list of fields.private void
The list of fields.The list of fields.The list of fields.static Field.Builder
Field.newBuilder
(Field prototype) The list of fields.private void
The list of fields.Method parameters in com.google.protobuf with type arguments of type FieldModifier and TypeMethodDescriptionprivate void
Type.addAllFields
(Iterable<? extends Field> values) The list of fields.Type.Builder.addAllFields
(Iterable<? extends Field> values) The list of fields.