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 ListFieldSchemaFULL_SCHEMAprivate static ListFieldSchemaLITE_SCHEMA
-
Constructor Summary
Constructors Modifier Constructor Description privateListFieldSchemas()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ListFieldSchemafull()(package private) static ListFieldSchemalite()private static ListFieldSchemaloadSchemaForFullRuntime()
-
-
-
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()
-
-