Class protos.google.container.v1.UpdateNodePoolRequest (2.4.4)

Represents an UpdateNodePoolRequest.

Package

@google-cloud/container!

Constructors

(constructor)(properties)

constructor(properties?: google.container.v1.IUpdateNodePoolRequest);

Constructs a new UpdateNodePoolRequest.

Parameter
NameDescription
properties google.container.v1.IUpdateNodePoolRequest

Properties to set

Properties

clusterId

public clusterId: string;

UpdateNodePoolRequest clusterId.

Property Value
TypeDescription
string

imageType

public imageType: string;

UpdateNodePoolRequest imageType.

Property Value
TypeDescription
string

locations

public locations: string[];

UpdateNodePoolRequest locations.

Property Value
TypeDescription
string[]

name

public name: string;

UpdateNodePoolRequest name.

Property Value
TypeDescription
string

nodePoolId

public nodePoolId: string;

UpdateNodePoolRequest nodePoolId.

Property Value
TypeDescription
string

nodeVersion

public nodeVersion: string;

UpdateNodePoolRequest nodeVersion.

Property Value
TypeDescription
string

projectId

public projectId: string;

UpdateNodePoolRequest projectId.

Property Value
TypeDescription
string

upgradeSettings

public upgradeSettings?: (google.container.v1.NodePool.IUpgradeSettings|null);

UpdateNodePoolRequest upgradeSettings.

Property Value
TypeDescription
(google.container.v1.NodePool.IUpgradeSettings|null)

workloadMetadataConfig

public workloadMetadataConfig?: (google.container.v1.IWorkloadMetadataConfig|null);

UpdateNodePoolRequest workloadMetadataConfig.

Property Value
TypeDescription
(google.container.v1.IWorkloadMetadataConfig|null)

zone

public zone: string;

UpdateNodePoolRequest zone.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.container.v1.IUpdateNodePoolRequest): google.container.v1.UpdateNodePoolRequest;

Creates a new UpdateNodePoolRequest instance using the specified properties.

Parameter
NameDescription
properties google.container.v1.IUpdateNodePoolRequest

Properties to set

Returns
TypeDescription
google.container.v1.UpdateNodePoolRequest

UpdateNodePoolRequest instance

decode(reader, length)

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

Decodes an UpdateNodePoolRequest 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.container.v1.UpdateNodePoolRequest

UpdateNodePoolRequest

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.container.v1.UpdateNodePoolRequest;

Decodes an UpdateNodePoolRequest message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.container.v1.UpdateNodePoolRequest

UpdateNodePoolRequest

encode(message, writer)

public static encode(message: google.container.v1.IUpdateNodePoolRequest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified UpdateNodePoolRequest message. Does not implicitly messages.

Parameters
NameDescription
message google.container.v1.IUpdateNodePoolRequest

UpdateNodePoolRequest 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.container.v1.IUpdateNodePoolRequest, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message google.container.v1.IUpdateNodePoolRequest

UpdateNodePoolRequest 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.container.v1.UpdateNodePoolRequest;

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

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

Plain object

Returns
TypeDescription
google.container.v1.UpdateNodePoolRequest

UpdateNodePoolRequest

toJSON()

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

Converts this UpdateNodePoolRequest to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.container.v1.UpdateNodePoolRequest

UpdateNodePoolRequest

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an UpdateNodePoolRequest 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