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
Namespace
Google \ Cloud \ Monitoring \ V3 \ ServiceLevelObjectiveMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VIEW_UNSPECIFIED
Value: 0Same as FULL.
Generated from protobuf enum VIEW_UNSPECIFIED = 0;
FULL
Value: 2Return 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: 1For 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;