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/
H A DBackupConfig.php114 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
116 $this->selectedNamespaces = $selectedNamespaces;
123 return $this->selectedNamespaces;
H A DRestoreConfig.php121 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
123 $this->selectedNamespaces = $selectedNamespaces;
130 return $this->selectedNamespaces;
H A DBackup.php406 public function setSelectedNamespaces(Namespaces $selectedNamespaces) argument
408 $this->selectedNamespaces = $selectedNamespaces;
415 return $this->selectedNamespaces;