Reference documentation and code samples for the Stackdriver Monitoring V3 Client class View.
ServiceLevelObjective.Viewdetermines what form ofServiceLevelObjectiveis returned fromGetServiceLevelObjective,ListServiceLevelObjectives, andListServiceLevelObjectiveVersionsRPCs.
Google \ Cloud \ Monitoring \ V3 \ ServiceLevelObjective
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
VIEW_UNSPECIFIED
Value: 0
Same as FULL.
Generated from protobuf enumVIEW_UNSPECIFIED = 0;
FULL
Value: 2
Return the embeddedServiceLevelIndicatorin the form in which it was
defined. If it was defined using aBasicSli, return thatBasicSli.
Generated from protobuf enumFULL = 2;
EXPLICIT
Value: 1
ForServiceLevelIndicators usingBasicSliarticulation, instead
return theServiceLevelIndicatorwith its mode of computation fully
spelled out as aRequestBasedSli. ForServiceLevelIndicators usingRequestBasedSliorWindowsBasedSli, return theServiceLevelIndicatoras it was provided.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Monitoring V3 Client - Class View (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-monitoring/latest/V3.ServiceLevelObjective.View)\n- [2.1.1](/php/docs/reference/cloud-monitoring/2.1.1/V3.ServiceLevelObjective.View)\n- [2.0.1](/php/docs/reference/cloud-monitoring/2.0.1/V3.ServiceLevelObjective.View)\n- [1.12.1](/php/docs/reference/cloud-monitoring/1.12.1/V3.ServiceLevelObjective.View)\n- [1.11.1](/php/docs/reference/cloud-monitoring/1.11.1/V3.ServiceLevelObjective.View)\n- [1.10.3](/php/docs/reference/cloud-monitoring/1.10.3/V3.ServiceLevelObjective.View)\n- [1.9.0](/php/docs/reference/cloud-monitoring/1.9.0/V3.ServiceLevelObjective.View)\n- [1.8.0](/php/docs/reference/cloud-monitoring/1.8.0/V3.ServiceLevelObjective.View)\n- [1.7.1](/php/docs/reference/cloud-monitoring/1.7.1/V3.ServiceLevelObjective.View)\n- [1.6.0](/php/docs/reference/cloud-monitoring/1.6.0/V3.ServiceLevelObjective.View)\n- [1.5.1](/php/docs/reference/cloud-monitoring/1.5.1/V3.ServiceLevelObjective.View)\n- [1.4.0](/php/docs/reference/cloud-monitoring/1.4.0/V3.ServiceLevelObjective.View)\n- [1.3.2](/php/docs/reference/cloud-monitoring/1.3.2/V3.ServiceLevelObjective.View)\n- [1.2.2](/php/docs/reference/cloud-monitoring/1.2.2/V3.ServiceLevelObjective.View) \nReference documentation and code samples for the Stackdriver Monitoring V3 Client class View.\n\n`ServiceLevelObjective.View` determines what form of\n`ServiceLevelObjective` is returned from `GetServiceLevelObjective`,\n`ListServiceLevelObjectives`, and `ListServiceLevelObjectiveVersions` RPCs.\n\nProtobuf type `google.monitoring.v3.ServiceLevelObjective.View`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Monitoring \\\\ V3 \\\\ ServiceLevelObjective\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### VIEW_UNSPECIFIED\n\n Value: 0\n\nSame as FULL.\n\nGenerated from protobuf enum `VIEW_UNSPECIFIED = 0;`\n\n### FULL\n\n Value: 2\n\nReturn the embedded `ServiceLevelIndicator` in the form in which it was\ndefined. If it was defined using a `BasicSli`, return that `BasicSli`.\n\nGenerated from protobuf enum `FULL = 2;`\n\n### EXPLICIT\n\n Value: 1\n\nFor `ServiceLevelIndicator`s using `BasicSli` articulation, instead\nreturn the `ServiceLevelIndicator` with its mode of computation fully\nspelled out as a `RequestBasedSli`. For `ServiceLevelIndicator`s using\n`RequestBasedSli` or `WindowsBasedSli`, return the\n`ServiceLevelIndicator` as it was provided.\n\nGenerated from protobuf enum `EXPLICIT = 1;`"]]