public sealed class ServiceContextFilter : IMessage<ServiceContextFilter>, IEquatable<ServiceContextFilter>, IDeepCloneable<ServiceContextFilter>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ServiceContextFilter.
Specifies criteria for filtering a subset of service contexts.
The fields in the filter correspond to the fields in ServiceContext.
Only exact, case-sensitive matches are supported.
If a field is unset or empty, it matches arbitrary values.
Implements
IMessageServiceContextFilter, IEquatableServiceContextFilter, IDeepCloneableServiceContextFilter, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ServiceContextFilter()
public ServiceContextFilter()ServiceContextFilter(ServiceContextFilter)
public ServiceContextFilter(ServiceContextFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceContextFilter |
Properties
ResourceType
public string ResourceType { get; set; }Optional. The exact value to match against
ServiceContext.resource_type.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Service
public string Service { get; set; }Optional. The exact value to match against
ServiceContext.service.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Optional. The exact value to match against
ServiceContext.version.
| Property Value | |
|---|---|
| Type | Description |
string |
|