Class: Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service_service.rb

Overview

The ListServiceLevelObjectives request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter specifying what ServiceLevelObjectives to return.

Returns:

  • (::String)

    A filter specifying what ServiceLevelObjectives to return.



200
201
202
203
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200

class ListServiceLevelObjectivesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns A non-negative number that is the maximum number of results to return. When 0, use default page size.

Returns:

  • (::Integer)

    A non-negative number that is the maximum number of results to return. When 0, use default page size.



200
201
202
203
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200

class ListServiceLevelObjectivesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::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.

Returns:

  • (::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.



200
201
202
203
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200

class ListServiceLevelObjectivesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are:

projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-.

Returns:

  • (::String)

    Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are:

    projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
    workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
    


200
201
202
203
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200

class ListServiceLevelObjectivesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View

Returns View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

Returns:

  • (::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View)

    View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.



200
201
202
203
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200

class ListServiceLevelObjectivesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end