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