Class protos.google.cloud.aiplatform.v1beta1.DeployIndexRequest (3.13.0)

Represents a DeployIndexRequest.

Package

@google-cloud/aiplatform

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.aiplatform.v1beta1.IDeployIndexRequest);

Constructs a new DeployIndexRequest.

Parameter
NameDescription
properties IDeployIndexRequest

Properties to set

Properties

deployedIndex

public deployedIndex?: (google.cloud.aiplatform.v1beta1.IDeployedIndex|null);

DeployIndexRequest deployedIndex.

indexEndpoint

public indexEndpoint: string;

DeployIndexRequest indexEndpoint.

Methods

create(properties)

public static create(properties?: google.cloud.aiplatform.v1beta1.IDeployIndexRequest): google.cloud.aiplatform.v1beta1.DeployIndexRequest;

Creates a new DeployIndexRequest instance using the specified properties.

Parameter
NameDescription
properties IDeployIndexRequest

Properties to set

Returns
TypeDescription
DeployIndexRequest

DeployIndexRequest instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.aiplatform.v1beta1.DeployIndexRequest;

Decodes a DeployIndexRequest message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
DeployIndexRequest

DeployIndexRequest

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.aiplatform.v1beta1.DeployIndexRequest;

Decodes a DeployIndexRequest message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
DeployIndexRequest

DeployIndexRequest

encode(message, writer)

public static encode(message: google.cloud.aiplatform.v1beta1.IDeployIndexRequest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployIndexRequest message. Does not implicitly messages.

Parameters
NameDescription
message IDeployIndexRequest

DeployIndexRequest message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.aiplatform.v1beta1.IDeployIndexRequest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployIndexRequest message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IDeployIndexRequest

DeployIndexRequest message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.aiplatform.v1beta1.DeployIndexRequest;

Creates a DeployIndexRequest message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
DeployIndexRequest

DeployIndexRequest

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for DeployIndexRequest

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this DeployIndexRequest to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.aiplatform.v1beta1.DeployIndexRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a DeployIndexRequest message. Also converts values to other types if specified.

Parameters
NameDescription
message DeployIndexRequest

DeployIndexRequest

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a DeployIndexRequest message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not