Google Cloud Gke Backup V1 Client - Class NamespacedName (0.5.3)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class NamespacedName.

A reference to a namespaced resource in Kubernetes.

Generated from protobuf message google.cloud.gkebackup.v1.NamespacedName

Namespace

Google \ Cloud \ GkeBackup \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ namespace string

The Namespace of the Kubernetes resource.

↳ name string

The name of the Kubernetes resource.

getNamespace

The Namespace of the Kubernetes resource.

Returns
TypeDescription
string

setNamespace

The Namespace of the Kubernetes resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

The name of the Kubernetes resource.

Returns
TypeDescription
string

setName

The name of the Kubernetes resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this