Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesRequest.
The ListServiceLevelObjectives
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — A filter specifying what
ServiceLevelObjective
s to return.
#filter=
def filter=(value) -> ::String
-
value (::String) — A filter specifying what
ServiceLevelObjective
s to return.
-
(::String) — A filter specifying what
ServiceLevelObjective
s to return.
#page_size
def page_size() -> ::Integer
- (::Integer) — A non-negative number that is the maximum number of results to return. When 0, use default page size.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — A non-negative number that is the maximum number of results to return. When 0, use default page size.
- (::Integer) — A non-negative number that is the maximum number of results to return. When 0, use default page size.
#page_token
def page_token() -> ::String
-
(::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
-
(::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
#parent
def parent() -> ::String
-
(::String) —
Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Metrics Scope. The formats are:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
#parent=
def parent=(value) -> ::String
-
value (::String) —
Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Metrics Scope. The formats are:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
-
(::String) —
Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Metrics Scope. The formats are:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
#view
def view() -> ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
-
(::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View) — View of the
ServiceLevelObjective
s to return. IfDEFAULT
, return eachServiceLevelObjective
as originally defined. IfEXPLICIT
and theServiceLevelObjective
is defined in terms of aBasicSli
, replace theBasicSli
with aRequestBasedSli
spelling out how the SLI is computed.
#view=
def view=(value) -> ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
-
value (::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View) — View of the
ServiceLevelObjective
s to return. IfDEFAULT
, return eachServiceLevelObjective
as originally defined. IfEXPLICIT
and theServiceLevelObjective
is defined in terms of aBasicSli
, replace theBasicSli
with aRequestBasedSli
spelling out how the SLI is computed.
-
(::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View) — View of the
ServiceLevelObjective
s to return. IfDEFAULT
, return eachServiceLevelObjective
as originally defined. IfEXPLICIT
and theServiceLevelObjective
is defined in terms of aBasicSli
, replace theBasicSli
with aRequestBasedSli
spelling out how the SLI is computed.