Compute Engine v1 API - Class LogConfigCounterOptionsCustomField (2.4.0)

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.

Inheritance

Object > LogConfigCounterOptionsCustomField

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

LogConfigCounterOptionsCustomField()

public LogConfigCounterOptionsCustomField()

LogConfigCounterOptionsCustomField(LogConfigCounterOptionsCustomField)

public LogConfigCounterOptionsCustomField(LogConfigCounterOptionsCustomField other)
Parameter
NameDescription
otherLogConfigCounterOptionsCustomField

Properties

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
Boolean

HasValue

public bool HasValue { get; }

Gets whether the "value" field is set

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

This is deprecated and has no effect. Do not use.

Property Value
TypeDescription
String

Value

public string Value { get; set; }

This is deprecated and has no effect. Do not use.

Property Value
TypeDescription
String