| Modifier and Type | Method and Description |
|---|---|
static Schema.Type |
Schema.Type.forNumber(int value) |
Schema.Type |
Schema.getType()
The type of the schema definition.
|
Schema.Type |
Schema.Builder.getType()
The type of the schema definition.
|
Schema.Type |
SchemaOrBuilder.getType()
The type of the schema definition.
|
static Schema.Type |
Schema.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Schema.Type |
Schema.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Schema.Type |
Schema.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.Type[] |
Schema.Type.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<Schema.Type> |
Schema.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.setType(Schema.Type value)
The type of the schema definition.
|
Copyright © 2023 Google LLC. All rights reserved.