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

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
Name Description
data array

Optional. Data for populating the Message object.

↳ namespace string

Optional. The Namespace of the Kubernetes resource.

↳ name string

Optional. The name of the Kubernetes resource.

getNamespace

Optional. The Namespace of the Kubernetes resource.

Returns
Type Description
string

setNamespace

Optional. The Namespace of the Kubernetes resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getName

Optional. The name of the Kubernetes resource.

Returns
Type Description
string

setName

Optional. The name of the Kubernetes resource.

Parameter
Name Description
var string
Returns
Type Description
$this