Google \ Cloud \ Container \ V1 \ SetMasterAuthRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNKNOWN
Value: 0
Operation is unknown and will error out.
Generated from protobuf enumUNKNOWN = 0;
SET_PASSWORD
Value: 1
Set the password to a user generated value.
Generated from protobuf enumSET_PASSWORD = 1;
GENERATE_PASSWORD
Value: 2
Generate a new password and set it to that.
Generated from protobuf enumGENERATE_PASSWORD = 2;
SET_USERNAME
Value: 3
Set the username. If an empty username is provided, basic authentication
is disabled for the cluster. If a non-empty username is provided, basic
authentication is enabled, with either a provided password or a generated
one.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Container V1 Client - Class Action (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-container/latest/V1.SetMasterAuthRequest.Action)\n- [2.4.0](/php/docs/reference/cloud-container/2.4.0/V1.SetMasterAuthRequest.Action)\n- [2.3.4](/php/docs/reference/cloud-container/2.3.4/V1.SetMasterAuthRequest.Action)\n- [2.2.1](/php/docs/reference/cloud-container/2.2.1/V1.SetMasterAuthRequest.Action)\n- [2.1.0](/php/docs/reference/cloud-container/2.1.0/V1.SetMasterAuthRequest.Action)\n- [2.0.0](/php/docs/reference/cloud-container/2.0.0/V1.SetMasterAuthRequest.Action)\n- [1.33.0](/php/docs/reference/cloud-container/1.33.0/V1.SetMasterAuthRequest.Action)\n- [1.32.0](/php/docs/reference/cloud-container/1.32.0/V1.SetMasterAuthRequest.Action)\n- [1.31.0](/php/docs/reference/cloud-container/1.31.0/V1.SetMasterAuthRequest.Action)\n- [1.30.3](/php/docs/reference/cloud-container/1.30.3/V1.SetMasterAuthRequest.Action)\n- [1.24.0](/php/docs/reference/cloud-container/1.24.0/V1.SetMasterAuthRequest.Action)\n- [1.23.0](/php/docs/reference/cloud-container/1.23.0/V1.SetMasterAuthRequest.Action)\n- [1.22.0](/php/docs/reference/cloud-container/1.22.0/V1.SetMasterAuthRequest.Action)\n- [1.21.1](/php/docs/reference/cloud-container/1.21.1/V1.SetMasterAuthRequest.Action)\n- [1.20.0](/php/docs/reference/cloud-container/1.20.0/V1.SetMasterAuthRequest.Action)\n- [1.19.0](/php/docs/reference/cloud-container/1.19.0/V1.SetMasterAuthRequest.Action)\n- [1.18.0](/php/docs/reference/cloud-container/1.18.0/V1.SetMasterAuthRequest.Action)\n- [1.17.1](/php/docs/reference/cloud-container/1.17.1/V1.SetMasterAuthRequest.Action)\n- [1.16.0](/php/docs/reference/cloud-container/1.16.0/V1.SetMasterAuthRequest.Action)\n- [1.15.0](/php/docs/reference/cloud-container/1.15.0/V1.SetMasterAuthRequest.Action)\n- [1.14.0](/php/docs/reference/cloud-container/1.14.0/V1.SetMasterAuthRequest.Action)\n- [1.13.1](/php/docs/reference/cloud-container/1.13.1/V1.SetMasterAuthRequest.Action)\n- [1.12.1](/php/docs/reference/cloud-container/1.12.1/V1.SetMasterAuthRequest.Action)\n- [1.10.3](/php/docs/reference/cloud-container/1.10.3/V1.SetMasterAuthRequest.Action)\n- [1.9.1](/php/docs/reference/cloud-container/1.9.1/V1.SetMasterAuthRequest.Action) \nReference documentation and code samples for the Google Cloud Container V1 Client class Action.\n\nOperation type: what type update to perform.\n\nProtobuf type `google.container.v1.SetMasterAuthRequest.Action`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Container \\\\ V1 \\\\ SetMasterAuthRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNKNOWN\n\n Value: 0\n\nOperation is unknown and will error out.\n\nGenerated from protobuf enum `UNKNOWN = 0;`\n\n### SET_PASSWORD\n\n Value: 1\n\nSet the password to a user generated value.\n\nGenerated from protobuf enum `SET_PASSWORD = 1;`\n\n### GENERATE_PASSWORD\n\n Value: 2\n\nGenerate a new password and set it to that.\n\nGenerated from protobuf enum `GENERATE_PASSWORD = 2;`\n\n### SET_USERNAME\n\n Value: 3\n\nSet the username. If an empty username is provided, basic authentication\nis disabled for the cluster. If a non-empty username is provided, basic\nauthentication is enabled, with either a provided password or a generated\none.\n\nGenerated from protobuf enum `SET_USERNAME = 3;`"]]