/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Spanner
/
Resource
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner/Resource
mkdir
upload
Name
Size
Mode
Actions
Projects.php
1044
0644
edit
dl
rm
ProjectsInstanceConfigOperations.php
4660
0644
edit
dl
rm
ProjectsInstanceConfigs.php
8166
0644
edit
dl
rm
ProjectsInstanceConfigsOperations.php
4294
0644
edit
dl
rm
ProjectsInstances.php
11822
0644
edit
dl
rm
ProjectsInstancesBackupOperations.php
5986
0644
edit
dl
rm
ProjectsInstancesBackups.php
12717
0644
edit
dl
rm
ProjectsInstancesBackupsOperations.php
4301
0644
edit
dl
rm
ProjectsInstancesDatabaseOperations.php
4577
0644
edit
dl
rm
ProjectsInstancesDatabases.php
14269
0644
edit
dl
rm
ProjectsInstancesDatabasesDatabaseRoles.php
3529
0644
edit
dl
rm
ProjectsInstancesDatabasesOperations.php
4313
0644
edit
dl
rm
ProjectsInstancesDatabasesSessions.php
17097
0644
edit
dl
rm
ProjectsInstancesInstancePartitions.php
1174
0644
edit
dl
rm
ProjectsInstancesInstancePartitionsOperations.php
4367
0644
edit
dl
rm
ProjectsInstancesOperations.php
4258
0644
edit
dl
rm
Scans.php
2218
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner/Resource/Scans.php
(2218B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Spanner\Resource; use Google\Service\Spanner\ListScansResponse; /** * The "scans" collection of methods. * Typical usage is: * <code> * $spannerService = new Google\Service\Spanner(...); * $scans = $spannerService->scans; * </code> */ class Scans extends \Google\Service\Resource { /** * Return available scans given a Database-specific resource name. * (scans.listScans) * * @param string $parent Required. The unique name of the parent resource, * specific to the Database service implementing this interface. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression to restrict the results based on * information present in the available Scan collection. The filter applies to * all fields within the Scan message except for `data`. * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string view Specifies which parts of the Scan should be returned * in the response. Note, only the SUMMARY view (the default) is currently * supported for ListScans. * @return ListScansResponse */ public function listScans($parent, $optParams = []) { $params = ['parent' => $parent]; $params = array_merge($params, $optParams); return $this->call('list', [$params], ListScansResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Scans::class, 'Google_Service_Spanner_Resource_Scans');
Save
cmd:
run