Class protos.google.cloud.clouddms.v1.MigrationJob (2.2.1)

Represents a MigrationJob.

Package

@google-cloud/dms

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.clouddms.v1.IMigrationJob);

Constructs a new MigrationJob.

Parameter
NameDescription
properties IMigrationJob

Properties to set

Properties

connectivity

public connectivity?: ("reverseSshConnectivity"|"vpcPeeringConnectivity"|"staticIpConnectivity");

MigrationJob connectivity.

createTime

public createTime?: (google.protobuf.ITimestamp|null);

MigrationJob createTime.

destination

public destination: string;

MigrationJob destination.

destinationDatabase

public destinationDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);

MigrationJob destinationDatabase.

displayName

public displayName: string;

MigrationJob displayName.

dumpPath

public dumpPath: string;

MigrationJob dumpPath.

duration

public duration?: (google.protobuf.IDuration|null);

MigrationJob duration.

endTime

public endTime?: (google.protobuf.ITimestamp|null);

MigrationJob endTime.

error

public error?: (google.rpc.IStatus|null);

MigrationJob error.

labels

public labels: { [k: string]: string };

MigrationJob labels.

name

public name: string;

MigrationJob name.

phase

public phase: (google.cloud.clouddms.v1.MigrationJob.Phase|keyof typeof google.cloud.clouddms.v1.MigrationJob.Phase);

MigrationJob phase.

reverseSshConnectivity

public reverseSshConnectivity?: (google.cloud.clouddms.v1.IReverseSshConnectivity|null);

MigrationJob reverseSshConnectivity.

source

public source: string;

MigrationJob source.

sourceDatabase

public sourceDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);

MigrationJob sourceDatabase.

state

public state: (google.cloud.clouddms.v1.MigrationJob.State|keyof typeof google.cloud.clouddms.v1.MigrationJob.State);

MigrationJob state.

staticIpConnectivity

public staticIpConnectivity?: (google.cloud.clouddms.v1.IStaticIpConnectivity|null);

MigrationJob staticIpConnectivity.

type

public type: (google.cloud.clouddms.v1.MigrationJob.Type|keyof typeof google.cloud.clouddms.v1.MigrationJob.Type);

MigrationJob type.

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

MigrationJob updateTime.

vpcPeeringConnectivity

public vpcPeeringConnectivity?: (google.cloud.clouddms.v1.IVpcPeeringConnectivity|null);

MigrationJob vpcPeeringConnectivity.

Methods

create(properties)

public static create(properties?: google.cloud.clouddms.v1.IMigrationJob): google.cloud.clouddms.v1.MigrationJob;

Creates a new MigrationJob instance using the specified properties.

Parameter
NameDescription
properties IMigrationJob

Properties to set

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.clouddms.v1.MigrationJob;

Decodes a MigrationJob message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.clouddms.v1.MigrationJob;

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

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

encode(message, writer)

public static encode(message: google.cloud.clouddms.v1.IMigrationJob, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified MigrationJob message. Does not implicitly messages.

Parameters
NameDescription
message IMigrationJob

MigrationJob 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.clouddms.v1.IMigrationJob, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IMigrationJob

MigrationJob 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.clouddms.v1.MigrationJob;

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

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

Plain object

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for MigrationJob

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 MigrationJob to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.clouddms.v1.MigrationJob

MigrationJob

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 MigrationJob 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