| Modifier and Type | Method and Description |
|---|---|
static Instance.DisabledReason |
Instance.DisabledReason.forNumber(int value) |
Instance.DisabledReason |
Instance.getDisabledReason(int index)
Output only.
|
Instance.DisabledReason |
Instance.Builder.getDisabledReason(int index)
Output only.
|
Instance.DisabledReason |
InstanceOrBuilder.getDisabledReason(int index)
Output only.
|
static Instance.DisabledReason |
Instance.DisabledReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.DisabledReason |
Instance.DisabledReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.DisabledReason |
Instance.DisabledReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.DisabledReason[] |
Instance.DisabledReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance.DisabledReason> |
Instance.getDisabledReasonList()
Output only.
|
List<Instance.DisabledReason> |
Instance.Builder.getDisabledReasonList()
Output only.
|
List<Instance.DisabledReason> |
InstanceOrBuilder.getDisabledReasonList()
Output only.
|
static com.google.protobuf.Internal.EnumLiteMap<Instance.DisabledReason> |
Instance.DisabledReason.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addDisabledReason(Instance.DisabledReason value)
Output only.
|
Instance.Builder |
Instance.Builder.setDisabledReason(int index,
Instance.DisabledReason value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addAllDisabledReason(Iterable<? extends Instance.DisabledReason> values)
Output only.
|
Copyright © 2025 Google LLC. All rights reserved.