Represents an Int64Array.
Package
@google-cloud/aiplatformConstructors
(constructor)(properties)
constructor(properties?: google.cloud.aiplatform.v1.IInt64Array);
Constructs a new Int64Array.
Name | Description |
properties |
IInt64Array
Properties to set |
Properties
values
public values: (number|Long|string)[];
Int64Array values.
Methods
create(properties)
public static create(properties?: google.cloud.aiplatform.v1.IInt64Array): google.cloud.aiplatform.v1.Int64Array;
Creates a new Int64Array instance using the specified properties.
Name | Description |
properties |
IInt64Array
Properties to set |
Type | Description |
google.cloud.aiplatform.v1.Int64Array | Int64Array instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1.Int64Array;
Decodes an Int64Array message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.aiplatform.v1.Int64Array | Int64Array |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1.Int64Array;
Decodes an Int64Array message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.aiplatform.v1.Int64Array | Int64Array |
encode(message, writer)
public static encode(message: google.cloud.aiplatform.v1.IInt64Array, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Int64Array message. Does not implicitly messages.
Name | Description |
message |
IInt64Array
Int64Array message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.aiplatform.v1.IInt64Array, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Int64Array message, length delimited. Does not implicitly messages.
Name | Description |
message |
IInt64Array
Int64Array message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.aiplatform.v1.Int64Array;
Creates an Int64Array message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.aiplatform.v1.Int64Array | Int64Array |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for Int64Array
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Type | Description |
string | The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Int64Array to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.aiplatform.v1.Int64Array, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an Int64Array message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.aiplatform.v1.Int64Array
Int64Array |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an Int64Array message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|