Class BoolArray (1.7.0)

public sealed class BoolArray : IMessage<BoolArray>, IEquatable<BoolArray>, IDeepCloneable<BoolArray>, IBufferMessage, IMessage

A list of boolean values.

Inheritance

Object > BoolArray

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BoolArray()

public BoolArray()

BoolArray(BoolArray)

public BoolArray(BoolArray other)
Parameter
NameDescription
otherBoolArray

Properties

Values

public RepeatedField<bool> Values { get; }

A list of bool values.

Property Value
TypeDescription
RepeatedField<Boolean>