Reference documentation and code samples for the Google Cloud Api Hub V1 Client class DiscoveryMode.
Possible modes of discovering the dependency.
Protobuf type google.cloud.apihub.v1.Dependency.DiscoveryMode
Namespace
Google \ Cloud \ ApiHub \ V1 \ DependencyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISCOVERY_MODE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum DISCOVERY_MODE_UNSPECIFIED = 0;
MANUAL
Value: 1Manual mode of discovery when the dependency is defined by the user.
Generated from protobuf enum MANUAL = 1;