Interface protos.google.container.v1.ISetLabelsRequest (2.3.2)

Properties of a SetLabelsRequest.

Package

@google-cloud/container!

Properties

clusterId

clusterId?: (string|null);

SetLabelsRequest clusterId

Property Value
TypeDescription
(string|null)

labelFingerprint

labelFingerprint?: (string|null);

SetLabelsRequest labelFingerprint

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

SetLabelsRequest name

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

SetLabelsRequest projectId

Property Value
TypeDescription
(string|null)

resourceLabels

resourceLabels?: ({ [k: string]: string }|null);

SetLabelsRequest resourceLabels

Property Value
TypeDescription
({ [k: string]: string }|null)

zone

zone?: (string|null);

SetLabelsRequest zone

Property Value
TypeDescription
(string|null)