Google Cloud Gke Hub V1beta1 Client - Class ConnectAgentResource (0.6.3)

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

ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ type Google\Cloud\GkeHub\V1beta1\TypeMeta

Kubernetes type of the resource.

↳ manifest string

YAML manifest of the resource.

getType

Kubernetes type of the resource.

Returns
TypeDescription
Google\Cloud\GkeHub\V1beta1\TypeMeta|null

hasType

clearType

setType

Kubernetes type of the resource.

Parameter
NameDescription
var Google\Cloud\GkeHub\V1beta1\TypeMeta
Returns
TypeDescription
$this

getManifest

YAML manifest of the resource.

Returns
TypeDescription
string

setManifest

YAML manifest of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this