Package com.google.protobuf
Class ListFieldSchemas
- java.lang.Object
-
- com.google.protobuf.ListFieldSchemas
-
@CheckReturnValue final class ListFieldSchemas extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static ListFieldSchema
FULL_SCHEMA
private static ListFieldSchema
LITE_SCHEMA
-
Constructor Summary
Constructors Modifier Constructor Description private
ListFieldSchemas()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ListFieldSchema
full()
(package private) static ListFieldSchema
lite()
private static ListFieldSchema
loadSchemaForFullRuntime()
-
-
-
Field Detail
-
FULL_SCHEMA
private static final ListFieldSchema FULL_SCHEMA
-
LITE_SCHEMA
private static final ListFieldSchema LITE_SCHEMA
-
-
Method Detail
-
full
static ListFieldSchema full()
-
lite
static ListFieldSchema lite()
-
loadSchemaForFullRuntime
private static ListFieldSchema loadSchemaForFullRuntime()
-
-