Class protos.google.cloud.compute.v1.DeprecationStatus (4.3.0)

Represents a DeprecationStatus.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.compute.v1.IDeprecationStatus);

Constructs a new DeprecationStatus.

Parameter
NameDescription
properties IDeprecationStatus

Properties to set

Properties

_deleted

public _deleted?: "deleted";

DeprecationStatus _deleted.

_deprecated

public _deprecated?: "deprecated";

DeprecationStatus _deprecated.

_obsolete

public _obsolete?: "obsolete";

DeprecationStatus _obsolete.

_replacement

public _replacement?: "replacement";

DeprecationStatus _replacement.

_state

public _state?: "state";

DeprecationStatus _state.

deleted

public deleted?: (string|null);

DeprecationStatus deleted.

deprecated

public deprecated?: (string|null);

DeprecationStatus deprecated.

obsolete

public obsolete?: (string|null);

DeprecationStatus obsolete.

replacement

public replacement?: (string|null);

DeprecationStatus replacement.

state

public state?: (string|null);

DeprecationStatus state.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.IDeprecationStatus): google.cloud.compute.v1.DeprecationStatus;

Creates a new DeprecationStatus instance using the specified properties.

Parameter
NameDescription
properties IDeprecationStatus

Properties to set

Returns
TypeDescription
DeprecationStatus

DeprecationStatus instance

decode(reader, length)

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

Decodes a DeprecationStatus 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
DeprecationStatus

DeprecationStatus

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
DeprecationStatus

DeprecationStatus

encode(message, writer)

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

Encodes the specified DeprecationStatus message. Does not implicitly messages.

Parameters
NameDescription
message IDeprecationStatus

DeprecationStatus 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.compute.v1.IDeprecationStatus, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IDeprecationStatus

DeprecationStatus 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.compute.v1.DeprecationStatus;

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

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

Plain object

Returns
TypeDescription
DeprecationStatus

DeprecationStatus

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for DeprecationStatus

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message DeprecationStatus

DeprecationStatus

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