Uses of Class
com.google.protobuf.FieldType.Collection
-
Packages that use FieldType.Collection Package Description com.google.protobuf -
-
Uses of FieldType.Collection in com.google.protobuf
Fields in com.google.protobuf declared as FieldType.Collection Modifier and Type Field Description private FieldType.Collection
FieldType. collection
Methods in com.google.protobuf that return FieldType.Collection Modifier and Type Method Description static FieldType.Collection
FieldType.Collection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldType.Collection[]
FieldType.Collection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.protobuf with parameters of type FieldType.Collection Constructor Description FieldType(int id, FieldType.Collection collection, JavaType javaType)
-