public enum Dependency.State extends Enum<Dependency.State> implements ProtocolMessageEnumPossible states for a dependency.
 Protobuf enum google.cloud.apihub.v1.Dependency.State
Implements
ProtocolMessageEnum| Static 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() | |