Class Int64Array (1.8.0)

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

A list of int64 values.

Inheritance

Object > Int64Array

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Int64Array()

public Int64Array()

Int64Array(Int64Array)

public Int64Array(Int64Array other)
Parameter
NameDescription
otherInt64Array

Properties

Values

public RepeatedField<long> Values { get; }

A list of int64 values.

Property Value
TypeDescription
RepeatedField<Int64>