Lines Matching refs:items

1690   public $items;  variable in Google_AddressAggregatedList
1700 public function setItems(Google_AddressesScopedList $items) { argument
1701 $this->items = $items;
1704 return $this->items;
1730 public $items; variable in Google_AddressList
1740 public function setItems(/* array(Google_Address) */ $items) { argument
1741 $this->assertIsArray($items, 'Google_Address', __METHOD__);
1742 $this->items = $items;
1745 return $this->items;
2014 public $items; variable in Google_DiskAggregatedList
2024 public function setItems(Google_DisksScopedList $items) { argument
2025 $this->items = $items;
2028 return $this->items;
2054 public $items; variable in Google_DiskList
2064 public function setItems(/* array(Google_Disk) */ $items) { argument
2065 $this->assertIsArray($items, 'Google_Disk', __METHOD__);
2066 $this->items = $items;
2069 return $this->items;
2265 public $items; variable in Google_FirewallList
2275 public function setItems(/* array(Google_Firewall) */ $items) { argument
2276 $this->assertIsArray($items, 'Google_Firewall', __METHOD__);
2277 $this->items = $items;
2280 return $this->items;
2390 public $items; variable in Google_ImageList
2400 public function setItems(/* array(Google_Image) */ $items) { argument
2401 $this->assertIsArray($items, 'Google_Image', __METHOD__);
2402 $this->items = $items;
2405 return $this->items;
2597 public $items; variable in Google_InstanceAggregatedList
2607 public function setItems(Google_InstancesScopedList $items) { argument
2608 $this->items = $items;
2611 return $this->items;
2637 public $items; variable in Google_InstanceList
2647 public function setItems(/* array(Google_Instance) */ $items) { argument
2648 $this->assertIsArray($items, 'Google_Instance', __METHOD__);
2649 $this->items = $items;
2652 return $this->items;
2798 public $items; variable in Google_KernelList
2808 public function setItems(/* array(Google_Kernel) */ $items) { argument
2809 $this->assertIsArray($items, 'Google_Kernel', __METHOD__);
2810 $this->items = $items;
2813 return $this->items;
2945 public $items; variable in Google_MachineTypeAggregatedList
2955 public function setItems(Google_MachineTypesScopedList $items) { argument
2956 $this->items = $items;
2959 return $this->items;
2985 public $items; variable in Google_MachineTypeList
2995 public function setItems(/* array(Google_MachineType) */ $items) { argument
2996 $this->assertIsArray($items, 'Google_MachineType', __METHOD__);
2997 $this->items = $items;
3000 return $this->items;
3102 public $items; variable in Google_Metadata
3110 public function setItems(/* array(Google_MetadataItems) */ $items) { argument
3111 $this->assertIsArray($items, 'Google_MetadataItems', __METHOD__);
3112 $this->items = $items;
3115 return $this->items;
3239 public $items; variable in Google_NetworkList
3249 public function setItems(/* array(Google_Network) */ $items) { argument
3250 $this->assertIsArray($items, 'Google_Network', __METHOD__);
3251 $this->items = $items;
3254 return $this->items;
3442 public $items; variable in Google_OperationAggregatedList
3452 public function setItems(Google_OperationsScopedList $items) { argument
3453 $this->items = $items;
3456 return $this->items;
3519 public $items; variable in Google_OperationList
3529 public function setItems(/* array(Google_Operation) */ $items) { argument
3530 $this->assertIsArray($items, 'Google_Operation', __METHOD__);
3531 $this->items = $items;
3534 return $this->items;
3837 public $items; variable in Google_RegionList
3847 public function setItems(/* array(Google_Region) */ $items) { argument
3848 $this->assertIsArray($items, 'Google_Region', __METHOD__);
3849 $this->items = $items;
3852 return $this->items;
3990 public $items; variable in Google_RouteList
4000 public function setItems(/* array(Google_Route) */ $items) { argument
4001 $this->assertIsArray($items, 'Google_Route', __METHOD__);
4002 $this->items = $items;
4005 return $this->items;
4190 public $items; variable in Google_SnapshotList
4200 public function setItems(/* array(Google_Snapshot) */ $items) { argument
4201 $this->assertIsArray($items, 'Google_Snapshot', __METHOD__);
4202 $this->items = $items;
4205 return $this->items;
4229 public $items; variable in Google_Tags
4236 public function setItems(/* array(Google_string) */ $items) { argument
4237 $this->assertIsArray($items, 'Google_string', __METHOD__);
4238 $this->items = $items;
4241 return $this->items;
4337 public $items; variable in Google_ZoneList
4347 public function setItems(/* array(Google_Zone) */ $items) { argument
4348 $this->assertIsArray($items, 'Google_Zone', __METHOD__);
4349 $this->items = $items;
4352 return $this->items;