| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.ResourceType |
ValidationMessage.ResourceType.forNumber(int value) |
ValidationMessage.ResourceType |
ValidationMessage.getResourceType()
The type of the resources where the message is found.
|
ValidationMessage.ResourceType |
ValidationMessage.Builder.getResourceType()
The type of the resources where the message is found.
|
ValidationMessage.ResourceType |
ValidationMessageOrBuilder.getResourceType()
The type of the resources where the message is found.
|
static ValidationMessage.ResourceType |
ValidationMessage.ResourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ValidationMessage.ResourceType |
ValidationMessage.ResourceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ValidationMessage.ResourceType |
ValidationMessage.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.ResourceType[] |
ValidationMessage.ResourceType.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<ValidationMessage.ResourceType> |
ValidationMessage.ResourceType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage.Builder |
ValidationMessage.Builder.setResourceType(ValidationMessage.ResourceType value)
The type of the resources where the message is found.
|
Copyright © 2025 Google LLC. All rights reserved.