Google Cloud Gke Hub V1beta1 Client - Class TypeMeta (0.9.3)

Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class TypeMeta.

TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.

Generated from protobuf message google.cloud.gkehub.v1beta1.TypeMeta

Namespace

Google \ Cloud \ GkeHub \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

Kind of the resource (e.g. Deployment).

↳ api_version string

APIVersion of the resource (e.g. v1).

getKind

Kind of the resource (e.g. Deployment).

Returns
TypeDescription
string

setKind

Kind of the resource (e.g. Deployment).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getApiVersion

APIVersion of the resource (e.g. v1).

Returns
TypeDescription
string

setApiVersion

APIVersion of the resource (e.g. v1).

Parameter
NameDescription
var string
Returns
TypeDescription
$this