Google Cloud Monitoring v3 API - Class Service.Types.BasicService (3.9.0)

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.

Inheritance

object > Service.Types.BasicService

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

BasicService()

public BasicService()

BasicService(BasicService)

public BasicService(Service.Types.BasicService other)
Parameter
NameDescription
otherServiceTypesBasicService

Properties

ServiceLabels

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.

Property Value
TypeDescription
MapFieldstringstring

ServiceType

public string ServiceType { get; set; }

The type of service that this basic service defines, e.g. APP_ENGINE service type. Documentation and valid values here.

Property Value
TypeDescription
string