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 | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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 ServiceLevelIndicator
s using BasicSli
articulation, instead
return the ServiceLevelIndicator
with its mode of computation fully
spelled out as a RequestBasedSli
. For ServiceLevelIndicator
s using
RequestBasedSli
or WindowsBasedSli
, return the
ServiceLevelIndicator
as it was provided.
Generated from protobuf enum EXPLICIT = 1;