Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::Service::BasicService.
A well-known service type, defined by its service type and service labels. Documentation and examples here.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service_labels
def service_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Labels that specify the resource that emits the monitoring data which
is used for SLO reporting of this
Service
. Documentation and valid values for given service types here.
#service_labels=
def service_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Labels that specify the resource that emits the monitoring data which
is used for SLO reporting of this
Service
. Documentation and valid values for given service types here.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Labels that specify the resource that emits the monitoring data which
is used for SLO reporting of this
Service
. Documentation and valid values for given service types here.
#service_type
def service_type() -> ::String
Returns
- (::String) — The type of service that this basic service defines, e.g. APP_ENGINE service type. Documentation and valid values here.
#service_type=
def service_type=(value) -> ::String
Parameter
- value (::String) — The type of service that this basic service defines, e.g. APP_ENGINE service type. Documentation and valid values here.
Returns
- (::String) — The type of service that this basic service defines, e.g. APP_ENGINE service type. Documentation and valid values here.