public enum Dependency.State extends Enum<Dependency.State> implements ProtocolMessageEnum
Possible states for a dependency.
Protobuf enum google.cloud.apihub.v1.Dependency.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROPOSED |
Dependency will be in a proposed state when it is newly identified by the API hub on its own. |
PROPOSED_VALUE |
Dependency will be in a proposed state when it is newly identified by the API hub on its own. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
VALIDATED |
Dependency will be in a validated state when it is validated by the admin or manually created in the API hub. |
VALIDATED_VALUE |
Dependency will be in a validated state when it is validated by the admin or manually created in the API hub. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |