Compute Engine v1 API - Class LogConfigCounterOptionsCustomField (2.9.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

GoogleCloudGoogle.Cloud.ComputeV1

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
bool

HasValue

public bool HasValue { get; }

Gets whether the "value" field is set

Property Value
TypeDescription
bool

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