| Modifier and Type | Method and Description |
|---|---|
static Encoding |
Encoding.forNumber(int value) |
Encoding |
SchemaSettingsOrBuilder.getEncoding()
The encoding of messages validated against `schema`.
|
Encoding |
SchemaSettings.getEncoding()
The encoding of messages validated against `schema`.
|
Encoding |
SchemaSettings.Builder.getEncoding()
The encoding of messages validated against `schema`.
|
Encoding |
ValidateMessageRequest.getEncoding()
The encoding expected for messages
|
Encoding |
ValidateMessageRequest.Builder.getEncoding()
The encoding expected for messages
|
Encoding |
ValidateMessageRequestOrBuilder.getEncoding()
The encoding expected for messages
|
static Encoding |
Encoding.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Encoding |
Encoding.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Encoding |
Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
Encoding.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<Encoding> |
Encoding.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SchemaSettings.Builder |
SchemaSettings.Builder.setEncoding(Encoding value)
The encoding of messages validated against `schema`.
|
ValidateMessageRequest.Builder |
ValidateMessageRequest.Builder.setEncoding(Encoding value)
The encoding expected for messages
|
Copyright © 2023 Google LLC. All rights reserved.