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 NewInstanceSchema
FULL_SCHEMA
private static NewInstanceSchema
LITE_SCHEMA
-
Constructor Summary
Constructors Modifier Constructor Description private
NewInstanceSchemas()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static NewInstanceSchema
full()
(package private) static NewInstanceSchema
lite()
private static NewInstanceSchema
loadSchemaForFullRuntime()
-
-
-
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()
-
-