Reference documentation and code samples for the Google Cloud Gke Hub V1 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.v1.TypeMeta
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setKind
Kind of the resource (e.g. Deployment).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getApiVersion
APIVersion of the resource (e.g. v1).
Returns | |
---|---|
Type | Description |
string |
setApiVersion
APIVersion of the resource (e.g. v1).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |