public sealed class Service.Types.BasicService : IMessage<Service.Types.BasicService>, IEquatable<Service.Types.BasicService>, IDeepCloneable<Service.Types.BasicService>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.BasicService.
A well-known service type, defined by its service type and service labels.
Documentation and examples
here.
public MapField<string, string> ServiceLabels { get; }
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.
[[["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-04-17 UTC."],[[["The latest version available for the Google Cloud Monitoring v3 API class `Service.Types.BasicService` is 3.15.0, with a range of versions from 3.15.0 to 2.3.0 listed."],["`Service.Types.BasicService` is a well-defined service type used for SLO reporting, characterized by its service type and labels, with additional documentation and examples available via an external link."],["The `Service.Types.BasicService` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor `BasicService()` and an overloaded one `BasicService(Service.Types.BasicService other)` that accepts another instance of `BasicService` as a parameter."],["The class has properties `ServiceLabels`, a map of strings specifying resource labels for monitoring data, and `ServiceType`, which defines the type of service, with corresponding documentation for more context."]]],[]]