bindings = $bindings; } /** * @return Google_Service_BinaryAuthorization_Binding */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }