Searched refs:viewSpec (Results 1 – 3 of 3) sorted by relevance
62 public function setViewSpec(GoogleCloudDatacatalogV1ViewSpec $viewSpec) argument64 $this->viewSpec = $viewSpec;71 return $this->viewSpec;
53 public function setViewSpec(GoogleCloudDatacatalogV1beta1ViewSpec $viewSpec) argument55 $this->viewSpec = $viewSpec;62 return $this->viewSpec;
3790 function View(calendar, viewSpec) {3791 var _this = _super.call(this, null, viewSpec.options) || this;3795 _this.viewSpec = viewSpec;3797 _this.type = viewSpec.type;5792 var viewSpec = this._view.viewSpec;5797 if (viewSpec.duration) {5798 duration = viewSpec.duration;5799 unit = viewSpec.durationUnit;7935 function BasicView(calendar, viewSpec) {7936 var _this = _super.call(this, calendar, viewSpec) || this;[all …]