| Modifier and Type | Method and Description |
|---|---|
static JsonFileFormat.SchemaFileFormat |
JsonFileFormat.SchemaFileFormat.forNumber(int value) |
JsonFileFormat.SchemaFileFormat |
JsonFileFormat.getSchemaFileFormat()
The schema file format along JSON data files.
|
JsonFileFormat.SchemaFileFormat |
JsonFileFormat.Builder.getSchemaFileFormat()
The schema file format along JSON data files.
|
JsonFileFormat.SchemaFileFormat |
JsonFileFormatOrBuilder.getSchemaFileFormat()
The schema file format along JSON data files.
|
static JsonFileFormat.SchemaFileFormat |
JsonFileFormat.SchemaFileFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JsonFileFormat.SchemaFileFormat |
JsonFileFormat.SchemaFileFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JsonFileFormat.SchemaFileFormat |
JsonFileFormat.SchemaFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFileFormat.SchemaFileFormat[] |
JsonFileFormat.SchemaFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<JsonFileFormat.SchemaFileFormat> |
JsonFileFormat.SchemaFileFormat.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JsonFileFormat.Builder |
JsonFileFormat.Builder.setSchemaFileFormat(JsonFileFormat.SchemaFileFormat value)
The schema file format along JSON data files.
|
Copyright © 2022 Google LLC. All rights reserved.