| @@ 2510-2532 (lines=23) @@ | ||
| 2507 | } |
|
| 2508 | } |
|
| 2509 | ||
| 2510 | class Google_GaDataColumnHeaders extends Google_Model { |
|
| 2511 | public $columnType; |
|
| 2512 | public $dataType; |
|
| 2513 | public $name; |
|
| 2514 | public function setColumnType( $columnType) { |
|
| 2515 | $this->columnType = $columnType; |
|
| 2516 | } |
|
| 2517 | public function getColumnType() { |
|
| 2518 | return $this->columnType; |
|
| 2519 | } |
|
| 2520 | public function setDataType( $dataType) { |
|
| 2521 | $this->dataType = $dataType; |
|
| 2522 | } |
|
| 2523 | public function getDataType() { |
|
| 2524 | return $this->dataType; |
|
| 2525 | } |
|
| 2526 | public function setName( $name) { |
|
| 2527 | $this->name = $name; |
|
| 2528 | } |
|
| 2529 | public function getName() { |
|
| 2530 | return $this->name; |
|
| 2531 | } |
|
| 2532 | } |
|
| 2533 | ||
| 2534 | class Google_GaDataProfileInfo extends Google_Model { |
|
| 2535 | public $accountId; |
|
| @@ 3133-3155 (lines=23) @@ | ||
| 3130 | } |
|
| 3131 | } |
|
| 3132 | ||
| 3133 | class Google_McfDataColumnHeaders extends Google_Model { |
|
| 3134 | public $columnType; |
|
| 3135 | public $dataType; |
|
| 3136 | public $name; |
|
| 3137 | public function setColumnType( $columnType) { |
|
| 3138 | $this->columnType = $columnType; |
|
| 3139 | } |
|
| 3140 | public function getColumnType() { |
|
| 3141 | return $this->columnType; |
|
| 3142 | } |
|
| 3143 | public function setDataType( $dataType) { |
|
| 3144 | $this->dataType = $dataType; |
|
| 3145 | } |
|
| 3146 | public function getDataType() { |
|
| 3147 | return $this->dataType; |
|
| 3148 | } |
|
| 3149 | public function setName( $name) { |
|
| 3150 | $this->name = $name; |
|
| 3151 | } |
|
| 3152 | public function getName() { |
|
| 3153 | return $this->name; |
|
| 3154 | } |
|
| 3155 | } |
|
| 3156 | ||
| 3157 | class Google_McfDataProfileInfo extends Google_Model { |
|
| 3158 | public $accountId; |
|
| @@ 3703-3725 (lines=23) @@ | ||
| 3700 | } |
|
| 3701 | } |
|
| 3702 | ||
| 3703 | class Google_RealtimeDataColumnHeaders extends Google_Model { |
|
| 3704 | public $columnType; |
|
| 3705 | public $dataType; |
|
| 3706 | public $name; |
|
| 3707 | public function setColumnType( $columnType) { |
|
| 3708 | $this->columnType = $columnType; |
|
| 3709 | } |
|
| 3710 | public function getColumnType() { |
|
| 3711 | return $this->columnType; |
|
| 3712 | } |
|
| 3713 | public function setDataType( $dataType) { |
|
| 3714 | $this->dataType = $dataType; |
|
| 3715 | } |
|
| 3716 | public function getDataType() { |
|
| 3717 | return $this->dataType; |
|
| 3718 | } |
|
| 3719 | public function setName( $name) { |
|
| 3720 | $this->name = $name; |
|
| 3721 | } |
|
| 3722 | public function getName() { |
|
| 3723 | return $this->name; |
|
| 3724 | } |
|
| 3725 | } |
|
| 3726 | ||
| 3727 | class Google_RealtimeDataProfileInfo extends Google_Model { |
|
| 3728 | public $accountId; |
|