[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eOperatorState\u003c/code\u003e class in the GKE Hub v1 API is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 also being available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperatorState\u003c/code\u003e class provides state information for an ACM's (Anthos Config Management) Operator and it implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eDeploymentState\u003c/code\u003e, indicating the state of the Operator's deployment, \u003ccode\u003eErrors\u003c/code\u003e, which is a collection of install errors, and \u003ccode\u003eVersion\u003c/code\u003e, which stores the operator's semantic version.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the \u003ccode\u003eOperatorState\u003c/code\u003e class is \u003ccode\u003eGoogle.Cloud.GkeHub.V1.ConfigManagement\u003c/code\u003e, and the Assembly is \u003ccode\u003eGoogle.Cloud.GkeHub.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, one being a parameterless constructor and another that takes another \u003ccode\u003eOperatorState\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1 API - Class OperatorState (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.4.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.3.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.2.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.1.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.0.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.2.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.1.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.0.0/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState) \n\n public sealed class OperatorState : IMessage\u003cOperatorState\u003e, IEquatable\u003cOperatorState\u003e, IDeepCloneable\u003cOperatorState\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1 API class OperatorState.\n\nState information for an ACM's Operator \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e OperatorState \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[OperatorState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[OperatorState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[OperatorState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.OperatorState), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1.ConfigManagement](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1.dll\n\nConstructors\n------------\n\n### OperatorState()\n\n public OperatorState()\n\n### OperatorState(OperatorState)\n\n public OperatorState(OperatorState other)\n\nProperties\n----------\n\n### DeploymentState\n\n public DeploymentState DeploymentState { get; set; }\n\nThe state of the Operator's deployment\n\n### Errors\n\n public RepeatedField\u003cInstallError\u003e Errors { get; }\n\nInstall errors.\n\n### Version\n\n public string Version { get; set; }\n\nThe semenatic version number of the operator"]]