public sealed class LogConfigCounterOptionsCustomField : IMessage<LogConfigCounterOptionsCustomField>, IEquatable<LogConfigCounterOptionsCustomField>, IDeepCloneable<LogConfigCounterOptionsCustomField>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class LogConfigCounterOptionsCustomField.
This is deprecated and has no effect. Do not use.
Implements
IMessageLogConfigCounterOptionsCustomField, IEquatableLogConfigCounterOptionsCustomField, IDeepCloneableLogConfigCounterOptionsCustomField, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
LogConfigCounterOptionsCustomField()
public LogConfigCounterOptionsCustomField()
LogConfigCounterOptionsCustomField(LogConfigCounterOptionsCustomField)
public LogConfigCounterOptionsCustomField(LogConfigCounterOptionsCustomField other)
Parameter | |
---|---|
Name | Description |
other | LogConfigCounterOptionsCustomField |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasValue
public bool HasValue { get; }
Gets whether the "value" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
string |