Reference documentation and code samples for the Grafeas V1 Client class ContinuousAnalysis.
Whether the resource is continuously analyzed.
Protobuf type grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis
Namespace
Grafeas \ V1 \ DiscoveryOccurrenceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTINUOUS_ANALYSIS_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum CONTINUOUS_ANALYSIS_UNSPECIFIED = 0;
ACTIVE
Value: 1The resource is continuously analyzed.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2The resource is ignored for continuous analysis.
Generated from protobuf enum INACTIVE = 2;