Show / Hide Table of Contents

Class ReportValue

Represents a single value in a report.

Inheritance
object
ReportValue
Implements
IMessage<ReportValue>
IEquatable<ReportValue>
IDeepCloneable<ReportValue>
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 ReportValue : IMessage<ReportValue>, IEquatable<ReportValue>, IDeepCloneable<ReportValue>, IBufferMessage, IMessage

Constructors

ReportValue()

Declaration
public ReportValue()

ReportValue(ReportValue)

Declaration
public ReportValue(ReportValue other)
Parameters
Type Name Description
ReportValue 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

DoubleListValue

For lists of double values.

Declaration
public ReportValue.Types.DoubleList DoubleListValue { get; set; }
Property Value
Type Description
ReportValue.Types.DoubleList

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 ReportValue.Types.IntList IntListValue { get; set; }
Property Value
Type Description
ReportValue.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 ReportValue.Types.StringList StringListValue { get; set; }
Property Value
Type Description
ReportValue.Types.StringList

StringValue

For string values.

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

ValueCase

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