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