public sealed class LogConfigCounterOptionsCustomField : IMessage<LogConfigCounterOptionsCustomField>, IEquatable<LogConfigCounterOptionsCustomField>, IDeepCloneable<LogConfigCounterOptionsCustomField>, IBufferMessage, IMessage
This is deprecated and has no effect. Do not use.
Implements
IMessage<LogConfigCounterOptionsCustomField>, IEquatable<LogConfigCounterOptionsCustomField>, IDeepCloneable<LogConfigCounterOptionsCustomField>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
HasValue
public bool HasValue { get; }
Gets whether the "value" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |