public sealed class LogConfigCounterOptions : IMessage<LogConfigCounterOptions>, IEquatable<LogConfigCounterOptions>, IDeepCloneable<LogConfigCounterOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class LogConfigCounterOptions.
This is deprecated and has no effect. Do not use.
Implements
IMessageLogConfigCounterOptions, IEquatableLogConfigCounterOptions, IDeepCloneableLogConfigCounterOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
LogConfigCounterOptions()
public LogConfigCounterOptions()
LogConfigCounterOptions(LogConfigCounterOptions)
public LogConfigCounterOptions(LogConfigCounterOptions other)
Parameter | |
---|---|
Name | Description |
other | LogConfigCounterOptions |
Properties
CustomFields
public RepeatedField<LogConfigCounterOptionsCustomField> CustomFields { get; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLogConfigCounterOptionsCustomField |
Field
public string Field { get; set; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
string |
HasField
public bool HasField { get; }
Gets whether the "field" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasMetric
public bool HasMetric { get; }
Gets whether the "metric" field is set
Property Value | |
---|---|
Type | Description |
bool |
Metric
public string Metric { get; set; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
string |