type google.golang.org/genproto/googleapis/container/v1.SetMasterAuthRequest_Action

16 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L402: type SetMasterAuthRequest_Action int32
		cluster_service.pb.go#L406: 	SetMasterAuthRequest_UNKNOWN SetMasterAuthRequest_Action = 0
		cluster_service.pb.go#L408: 	SetMasterAuthRequest_SET_PASSWORD SetMasterAuthRequest_Action = 1
		cluster_service.pb.go#L410: 	SetMasterAuthRequest_GENERATE_PASSWORD SetMasterAuthRequest_Action = 2
		cluster_service.pb.go#L415: 	SetMasterAuthRequest_SET_USERNAME SetMasterAuthRequest_Action = 3
		cluster_service.pb.go#L434: func (x SetMasterAuthRequest_Action) Enum() *SetMasterAuthRequest_Action {
		cluster_service.pb.go#L435: 	p := new(SetMasterAuthRequest_Action)
		cluster_service.pb.go#L440: func (x SetMasterAuthRequest_Action) String() string {
		cluster_service.pb.go#L444: func (SetMasterAuthRequest_Action) Descriptor() protoreflect.EnumDescriptor {
		cluster_service.pb.go#L448: func (SetMasterAuthRequest_Action) Type() protoreflect.EnumType {
		cluster_service.pb.go#L452: func (x SetMasterAuthRequest_Action) Number() protoreflect.EnumNumber {
		cluster_service.pb.go#L457: func (SetMasterAuthRequest_Action) EnumDescriptor() ([]byte, []int) {
		cluster_service.pb.go#L4308: 	Action SetMasterAuthRequest_Action `protobuf:"varint,4,opt,name=action,proto3,enum=google.container.v1.SetMasterAuthRequest_Action" json:"action,omitempty"`
		cluster_service.pb.go#L4372: func (x *SetMasterAuthRequest) GetAction() SetMasterAuthRequest_Action {
		cluster_service.pb.go#L10289: 	(SetMasterAuthRequest_Action)(0),                 // 5: google.container.v1.SetMasterAuthRequest.Action