[[["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 GKE Hub v1 API class TypeMeta is 2.5.0, with previous versions ranging from 2.4.0 down to 1.0.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eTypeMeta is a class used for content unmarshalling of Kubernetes resources and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe TypeMeta class inherits from \u003ccode\u003eobject\u003c/code\u003e and contains methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, and it also exists in the Google.Cloud.GkeHub.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eTypeMeta has two constructors: a default \u003ccode\u003eTypeMeta()\u003c/code\u003e and \u003ccode\u003eTypeMeta(TypeMeta other)\u003c/code\u003e for creating a new instance from an existing TypeMeta object.\u003c/p\u003e\n"],["\u003cp\u003eThe TypeMeta class contains two properties, \u003ccode\u003eApiVersion\u003c/code\u003e, for the resource's API version, and \u003ccode\u003eKind\u003c/code\u003e for specifying the resource type, both of which are of string type.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1 API - Class TypeMeta (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.TypeMeta)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.4.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.3.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.2.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.1.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.0.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.2.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.1.0/Google.Cloud.GkeHub.V1.TypeMeta)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.0.0/Google.Cloud.GkeHub.V1.TypeMeta) \n\n public sealed class TypeMeta : IMessage\u003cTypeMeta\u003e, IEquatable\u003cTypeMeta\u003e, IDeepCloneable\u003cTypeMeta\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1 API class TypeMeta.\n\nTypeMeta is the type information needed for content unmarshalling of\nKubernetes resources in the manifest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TypeMeta \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TypeMeta](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.TypeMeta), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TypeMeta](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.TypeMeta), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TypeMeta](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.TypeMeta), [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](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1.dll\n\nConstructors\n------------\n\n### TypeMeta()\n\n public TypeMeta()\n\n### TypeMeta(TypeMeta)\n\n public TypeMeta(TypeMeta other)\n\nProperties\n----------\n\n### ApiVersion\n\n public string ApiVersion { get; set; }\n\nAPIVersion of the resource (e.g. v1).\n\n### Kind\n\n public string Kind { get; set; }\n\nKind of the resource (e.g. Deployment)."]]