Show / Hide Table of Contents

Class Report.Types.Value

Represents a single value in a report.

Inheritance
object
Report.Types.Value
Implements
IMessage<Report.Types.Value>
IEquatable<Report.Types.Value>
IDeepCloneable<Report.Types.Value>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report.Types.Value : IMessage<Report.Types.Value>, IEquatable<Report.Types.Value>, IDeepCloneable<Report.Types.Value>, IBufferMessage, IMessage

Constructors

Value()

Declaration
public Value()

Value(Value)

Declaration
public Value(Report.Types.Value other)
Parameters
Type Name Description
Report.Types.Value other

Properties

BoolValue

For boolean values.

Declaration
public bool BoolValue { get; set; }
Property Value
Type Description
bool

BytesValue

For bytes values.

Declaration
public ByteString BytesValue { get; set; }
Property Value
Type Description
ByteString

DoubleValue

For double values.

Declaration
public double DoubleValue { get; set; }
Property Value
Type Description
double

HasBoolValue

Gets whether the "bool_value" field is set

Declaration
public bool HasBoolValue { get; }
Property Value
Type Description
bool

HasBytesValue

Gets whether the "bytes_value" field is set

Declaration
public bool HasBytesValue { get; }
Property Value
Type Description
bool

HasDoubleValue

Gets whether the "double_value" field is set

Declaration
public bool HasDoubleValue { get; }
Property Value
Type Description
bool

HasIntValue

Gets whether the "int_value" field is set

Declaration
public bool HasIntValue { get; }
Property Value
Type Description
bool

HasStringValue

Gets whether the "string_value" field is set

Declaration
public bool HasStringValue { get; }
Property Value
Type Description
bool

IntListValue

For lists of integer values.

Declaration
public Report.Types.Value.Types.IntList IntListValue { get; set; }
Property Value
Type Description
Report.Types.Value.Types.IntList

IntValue

For integer values.

Declaration
public long IntValue { get; set; }
Property Value
Type Description
long

StringListValue

For lists of string values.

Declaration
public Report.Types.Value.Types.StringList StringListValue { get; set; }
Property Value
Type Description
Report.Types.Value.Types.StringList

StringValue

For string values.

Declaration
public string StringValue { get; set; }
Property Value
Type Description
string

ValueCase

Declaration
public Report.Types.Value.ValueOneofCase ValueCase { get; }
Property Value
Type Description
Report.Types.Value.ValueOneofCase
In this article
Back to top Generated by DocFX