Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::ServiceLevelObjective::View.
ServiceLevelObjective.View determines what form of
ServiceLevelObjective is returned from GetServiceLevelObjective,
ListServiceLevelObjectives, and ListServiceLevelObjectiveVersions RPCs.
Constants
VIEW_UNSPECIFIED
value: 0 Same as FULL.
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.
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.
[[["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,["# Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::ServiceLevelObjective::View (v1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/ruby/docs/reference/google-cloud-monitoring-v3/latest/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.6.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.6.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.5.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.5.1/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.4.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.4.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.3.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.3.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.2.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.2.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.1.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.1.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [1.0.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.0.1/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.18.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.18.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.17.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.17.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.16.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.16.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.15.2](/ruby/docs/reference/google-cloud-monitoring-v3/0.15.2/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.14.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.14.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.13.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.13.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.12.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.12.1/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.11.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.11.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.10.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.10.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.9.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.9.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.8.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.8.0/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View)\n- [0.7.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.7.1/Google-Cloud-Monitoring-V3-ServiceLevelObjective-View) \nReference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::ServiceLevelObjective::View.\n\n`ServiceLevelObjective.View` determines what form of\n`ServiceLevelObjective` is returned from `GetServiceLevelObjective`,\n`ListServiceLevelObjectives`, and `ListServiceLevelObjectiveVersions` RPCs.\n\nConstants\n---------\n\n### VIEW_UNSPECIFIED\n\n**value:** 0 \nSame as FULL.\n\n### FULL\n\n**value:** 2 \nReturn the embedded `ServiceLevelIndicator` in the form in which it was\ndefined. If it was defined using a `BasicSli`, return that `BasicSli`.\n\n### EXPLICIT\n\n**value:** 1 \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."]]