| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static ChangeType |
ChangeType.forNumber(int value) |
ChangeType |
ConfigChange.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
ChangeType |
ConfigChange.Builder.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
ChangeType |
ConfigChangeOrBuilder.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
static ChangeType |
ChangeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ChangeType |
ChangeType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.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<ChangeType> |
ChangeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ConfigChange.Builder |
ConfigChange.Builder.setChangeType(ChangeType value)
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
Copyright © 2022 Google LLC. All rights reserved.