Stackdriver Monitoring V3 Client - Class View (1.4.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class View.

ServiceLevelObjective.View determines what form of ServiceLevelObjective is returned from GetServiceLevelObjective, ListServiceLevelObjectives, and ListServiceLevelObjectiveVersions RPCs.

Protobuf type google.monitoring.v3.ServiceLevelObjective.View

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

VIEW_UNSPECIFIED

Value: 0

Same as FULL.

Generated from protobuf enum VIEW_UNSPECIFIED = 0;

FULL

Value: 2

Return the embedded ServiceLevelIndicator in the form in which it was defined. If it was defined using a BasicSli, return that BasicSli.

Generated from protobuf enum FULL = 2;

EXPLICIT

Value: 1

For ServiceLevelIndicators using BasicSli articulation, instead return the ServiceLevelIndicator with its mode of computation fully spelled out as a RequestBasedSli. For ServiceLevelIndicators using RequestBasedSli or WindowsBasedSli, return the ServiceLevelIndicator as it was provided.

Generated from protobuf enum EXPLICIT = 1;