Home
last modified time | relevance | path

Searched refs:selectedNamespaces (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
DBackupConfig.php114 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
116 $this->selectedNamespaces = $selectedNamespaces;
123 return $this->selectedNamespaces;
DRestoreConfig.php121 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
123 $this->selectedNamespaces = $selectedNamespaces;
130 return $this->selectedNamespaces;
DBackup.php406 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
408 $this->selectedNamespaces = $selectedNamespaces;
415 return $this->selectedNamespaces;