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.
Implements
IMessageServiceTypesBasicService, IEquatableServiceTypesBasicService, IDeepCloneableServiceTypesBasicService, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
BasicService()
public BasicService()
BasicService(BasicService)
public BasicService(Service.Types.BasicService other)
Parameter | |
---|---|
Name | Description |
other |
ServiceTypesBasicService |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |