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