Grafeas V1 Client - Class ContinuousAnalysis (0.10.3)

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 \ DiscoveryOccurrence

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTINUOUS_ANALYSIS_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum CONTINUOUS_ANALYSIS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The resource is continuously analyzed.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The resource is ignored for continuous analysis.

Generated from protobuf enum INACTIVE = 2;