Skip to content

Commit

Permalink
Autogenerated update for fix: array typehint (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 30, 2020
1 parent 1684fb9 commit 2f5e54f
Show file tree
Hide file tree
Showing 3,146 changed files with 8,220 additions and 8,199 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions src/Google/Service/AIPlatformNotebooks/Disk.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ public function getDiskSizeGb()
return $this->diskSizeGb;
}
/**
* @param Google_Service_AIPlatformNotebooks_GuestOsFeature
* @param Google_Service_AIPlatformNotebooks_GuestOsFeature[]
*/
public function setGuestOsFeatures($guestOsFeatures)
{
$this->guestOsFeatures = $guestOsFeatures;
}
/**
* @return Google_Service_AIPlatformNotebooks_GuestOsFeature
* @return Google_Service_AIPlatformNotebooks_GuestOsFeature[]
*/
public function getGuestOsFeatures()
{
Expand Down
8 changes: 4 additions & 4 deletions src/Google/Service/AIPlatformNotebooks/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ public function getDiskEncryption()
return $this->diskEncryption;
}
/**
* @param Google_Service_AIPlatformNotebooks_Disk
* @param Google_Service_AIPlatformNotebooks_Disk[]
*/
public function setDisks($disks)
{
$this->disks = $disks;
}
/**
* @return Google_Service_AIPlatformNotebooks_Disk
* @return Google_Service_AIPlatformNotebooks_Disk[]
*/
public function getDisks()
{
Expand Down Expand Up @@ -288,14 +288,14 @@ public function getUpdateTime()
return $this->updateTime;
}
/**
* @param Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry
* @param Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry[]
*/
public function setUpgradeHistory($upgradeHistory)
{
$this->upgradeHistory = $upgradeHistory;
}
/**
* @return Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry
* @return Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry[]
*/
public function getUpgradeHistory()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class Google_Service_AIPlatformNotebooks_ListEnvironmentsResponse extends Google
public $unreachable;

/**
* @param Google_Service_AIPlatformNotebooks_Environment
* @param Google_Service_AIPlatformNotebooks_Environment[]
*/
public function setEnvironments($environments)
{
$this->environments = $environments;
}
/**
* @return Google_Service_AIPlatformNotebooks_Environment
* @return Google_Service_AIPlatformNotebooks_Environment[]
*/
public function getEnvironments()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class Google_Service_AIPlatformNotebooks_ListInstancesResponse extends Google_Co
public $unreachable;

/**
* @param Google_Service_AIPlatformNotebooks_Instance
* @param Google_Service_AIPlatformNotebooks_Instance[]
*/
public function setInstances($instances)
{
$this->instances = $instances;
}
/**
* @return Google_Service_AIPlatformNotebooks_Instance
* @return Google_Service_AIPlatformNotebooks_Instance[]
*/
public function getInstances()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AIPlatformNotebooks_ListLocationsResponse extends Google_Co
public $nextPageToken;

/**
* @param Google_Service_AIPlatformNotebooks_Location
* @param Google_Service_AIPlatformNotebooks_Location[]
*/
public function setLocations($locations)
{
$this->locations = $locations;
}
/**
* @return Google_Service_AIPlatformNotebooks_Location
* @return Google_Service_AIPlatformNotebooks_Location[]
*/
public function getLocations()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public function getNextPageToken()
return $this->nextPageToken;
}
/**
* @param Google_Service_AIPlatformNotebooks_Operation
* @param Google_Service_AIPlatformNotebooks_Operation[]
*/
public function setOperations($operations)
{
$this->operations = $operations;
}
/**
* @return Google_Service_AIPlatformNotebooks_Operation
* @return Google_Service_AIPlatformNotebooks_Operation[]
*/
public function getOperations()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/AIPlatformNotebooks/Policy.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class Google_Service_AIPlatformNotebooks_Policy extends Google_Collection
public $version;

/**
* @param Google_Service_AIPlatformNotebooks_Binding
* @param Google_Service_AIPlatformNotebooks_Binding[]
*/
public function setBindings($bindings)
{
$this->bindings = $bindings;
}
/**
* @return Google_Service_AIPlatformNotebooks_Binding
* @return Google_Service_AIPlatformNotebooks_Binding[]
*/
public function getBindings()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Google_Service_AbusiveExperienceReport_ViolatingSitesResponse extends Goog
protected $violatingSitesDataType = 'array';

/**
* @param Google_Service_AbusiveExperienceReport_SiteSummaryResponse
* @param Google_Service_AbusiveExperienceReport_SiteSummaryResponse[]
*/
public function setViolatingSites($violatingSites)
{
$this->violatingSites = $violatingSites;
}
/**
* @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse
* @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse[]
*/
public function getViolatingSites()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ class Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse extends Go
protected $urlErrorsDataType = 'array';

/**
* @param Google_Service_Acceleratedmobilepageurl_AmpUrl
* @param Google_Service_Acceleratedmobilepageurl_AmpUrl[]
*/
public function setAmpUrls($ampUrls)
{
$this->ampUrls = $ampUrls;
}
/**
* @return Google_Service_Acceleratedmobilepageurl_AmpUrl
* @return Google_Service_Acceleratedmobilepageurl_AmpUrl[]
*/
public function getAmpUrls()
{
return $this->ampUrls;
}
/**
* @param Google_Service_Acceleratedmobilepageurl_AmpUrlError
* @param Google_Service_Acceleratedmobilepageurl_AmpUrlError[]
*/
public function setUrlErrors($urlErrors)
{
$this->urlErrors = $urlErrors;
}
/**
* @return Google_Service_Acceleratedmobilepageurl_AmpUrlError
* @return Google_Service_Acceleratedmobilepageurl_AmpUrlError[]
*/
public function getUrlErrors()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/AccessApproval/AccessApprovalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ public function getEnrolledAncestor()
return $this->enrolledAncestor;
}
/**
* @param Google_Service_AccessApproval_EnrolledService
* @param Google_Service_AccessApproval_EnrolledService[]
*/
public function setEnrolledServices($enrolledServices)
{
$this->enrolledServices = $enrolledServices;
}
/**
* @return Google_Service_AccessApproval_EnrolledService
* @return Google_Service_AccessApproval_EnrolledService[]
*/
public function getEnrolledServices()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AccessApproval_ListApprovalRequestsResponse extends Google_
public $nextPageToken;

/**
* @param Google_Service_AccessApproval_ApprovalRequest
* @param Google_Service_AccessApproval_ApprovalRequest[]
*/
public function setApprovalRequests($approvalRequests)
{
$this->approvalRequests = $approvalRequests;
}
/**
* @return Google_Service_AccessApproval_ApprovalRequest
* @return Google_Service_AccessApproval_ApprovalRequest[]
*/
public function getApprovalRequests()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/AccessContextManager/BasicLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public function getCombiningFunction()
return $this->combiningFunction;
}
/**
* @param Google_Service_AccessContextManager_Condition
* @param Google_Service_AccessContextManager_Condition[]
*/
public function setConditions($conditions)
{
$this->conditions = $conditions;
}
/**
* @return Google_Service_AccessContextManager_Condition
* @return Google_Service_AccessContextManager_Condition[]
*/
public function getConditions()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Google_Service_AccessContextManager_CommitServicePerimetersResponse extend
protected $servicePerimetersDataType = 'array';

/**
* @param Google_Service_AccessContextManager_ServicePerimeter
* @param Google_Service_AccessContextManager_ServicePerimeter[]
*/
public function setServicePerimeters($servicePerimeters)
{
$this->servicePerimeters = $servicePerimeters;
}
/**
* @return Google_Service_AccessContextManager_ServicePerimeter
* @return Google_Service_AccessContextManager_ServicePerimeter[]
*/
public function getServicePerimeters()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/AccessContextManager/DevicePolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ public function getAllowedEncryptionStatuses()
return $this->allowedEncryptionStatuses;
}
/**
* @param Google_Service_AccessContextManager_OsConstraint
* @param Google_Service_AccessContextManager_OsConstraint[]
*/
public function setOsConstraints($osConstraints)
{
$this->osConstraints = $osConstraints;
}
/**
* @return Google_Service_AccessContextManager_OsConstraint
* @return Google_Service_AccessContextManager_OsConstraint[]
*/
public function getOsConstraints()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AccessContextManager_ListAccessLevelsResponse extends Googl
public $nextPageToken;

/**
* @param Google_Service_AccessContextManager_AccessLevel
* @param Google_Service_AccessContextManager_AccessLevel[]
*/
public function setAccessLevels($accessLevels)
{
$this->accessLevels = $accessLevels;
}
/**
* @return Google_Service_AccessContextManager_AccessLevel
* @return Google_Service_AccessContextManager_AccessLevel[]
*/
public function getAccessLevels()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AccessContextManager_ListAccessPoliciesResponse extends Goo
public $nextPageToken;

/**
* @param Google_Service_AccessContextManager_AccessPolicy
* @param Google_Service_AccessContextManager_AccessPolicy[]
*/
public function setAccessPolicies($accessPolicies)
{
$this->accessPolicies = $accessPolicies;
}
/**
* @return Google_Service_AccessContextManager_AccessPolicy
* @return Google_Service_AccessContextManager_AccessPolicy[]
*/
public function getAccessPolicies()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AccessContextManager_ListGcpUserAccessBindingsResponse exte
public $nextPageToken;

/**
* @param Google_Service_AccessContextManager_GcpUserAccessBinding
* @param Google_Service_AccessContextManager_GcpUserAccessBinding[]
*/
public function setGcpUserAccessBindings($gcpUserAccessBindings)
{
$this->gcpUserAccessBindings = $gcpUserAccessBindings;
}
/**
* @return Google_Service_AccessContextManager_GcpUserAccessBinding
* @return Google_Service_AccessContextManager_GcpUserAccessBinding[]
*/
public function getGcpUserAccessBindings()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public function getNextPageToken()
return $this->nextPageToken;
}
/**
* @param Google_Service_AccessContextManager_Operation
* @param Google_Service_AccessContextManager_Operation[]
*/
public function setOperations($operations)
{
$this->operations = $operations;
}
/**
* @return Google_Service_AccessContextManager_Operation
* @return Google_Service_AccessContextManager_Operation[]
*/
public function getOperations()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public function getNextPageToken()
return $this->nextPageToken;
}
/**
* @param Google_Service_AccessContextManager_ServicePerimeter
* @param Google_Service_AccessContextManager_ServicePerimeter[]
*/
public function setServicePerimeters($servicePerimeters)
{
$this->servicePerimeters = $servicePerimeters;
}
/**
* @return Google_Service_AccessContextManager_ServicePerimeter
* @return Google_Service_AccessContextManager_ServicePerimeter[]
*/
public function getServicePerimeters()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Google_Service_AccessContextManager_ReplaceAccessLevelsRequest extends Goo
public $etag;

/**
* @param Google_Service_AccessContextManager_AccessLevel
* @param Google_Service_AccessContextManager_AccessLevel[]
*/
public function setAccessLevels($accessLevels)
{
$this->accessLevels = $accessLevels;
}
/**
* @return Google_Service_AccessContextManager_AccessLevel
* @return Google_Service_AccessContextManager_AccessLevel[]
*/
public function getAccessLevels()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Google_Service_AccessContextManager_ReplaceAccessLevelsResponse extends Go
protected $accessLevelsDataType = 'array';

/**
* @param Google_Service_AccessContextManager_AccessLevel
* @param Google_Service_AccessContextManager_AccessLevel[]
*/
public function setAccessLevels($accessLevels)
{
$this->accessLevels = $accessLevels;
}
/**
* @return Google_Service_AccessContextManager_AccessLevel
* @return Google_Service_AccessContextManager_AccessLevel[]
*/
public function getAccessLevels()
{
Expand Down
Loading

0 comments on commit 2f5e54f

Please sign in to comment.