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-03-21 UTC."],[[["This webpage provides documentation for the `Service.Types.BasicService` class within the Google Cloud Monitoring v3 API, covering versions from 2.3.0 to the latest 3.15.0."],["`BasicService` is a well-defined service type utilized in SLO reporting, characterized by its service type and service labels as detailed in the provided link."],["The `BasicService` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties like `ServiceLabels` (a `MapField` of string key-value pairs) and `ServiceType` (a string), and it also provides constructors for both default initialization and copying an existing `BasicService` instance."],["The class is in the namespace `Google.Cloud.Monitoring.V3`, inside the `Google.Cloud.Monitoring.V3.dll` assembly, and it contains inherited members such as `GetHashCode`, `GetType`, and `ToString` from its base object."]]],[]]