| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/ |
| D | Instances.php | 50 * @param string $project Project ID of the project that contains the instance. 52 * project ID. 56 public function addServerCa($project, $instance, $optParams = []) argument 58 $params = ['project' => $project, 'instance' => $instance]; 66 * @param string $project Project ID of the source as well as the clone Cloud 69 * (source). This does not include the project ID. 74 …public function cloneInstances($project, $instance, InstancesCloneRequest $postBody, $optParams = … argument 76 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody]; 83 * @param string $project Project ID of the project that contains the instance 86 * project ID. [all …]
|
| D | Databases.php | 37 * @param string $project Project ID of the project that contains the instance. 39 * project ID. 44 public function delete($project, $instance, $database, $optParams = []) argument 46 $params = ['project' => $project, 'instance' => $instance, 'database' => $database]; 54 * @param string $project Project ID of the project that contains the instance. 56 * project ID. 61 public function get($project, $instance, $database, $optParams = []) argument 63 $params = ['project' => $project, 'instance' => $instance, 'database' => $database]; 71 * @param string $project Project ID of the project that contains the instance. 73 * project ID. [all …]
|
| D | SslCerts.php | 43 * @param string $project Project ID of the Cloud SQL project. 45 * project ID. 50 …public function createEphemeral($project, $instance, SslCertsCreateEphemeralRequest $postBody, $op… argument 52 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody]; 60 * @param string $project Project ID of the project that contains the instance. 62 * project ID. 67 public function delete($project, $instance, $sha1Fingerprint, $optParams = []) argument 69 … $params = ['project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint]; 78 * @param string $project Project ID of the project that contains the instance. 80 * project ID. [all …]
|
| D | Users.php | 37 * @param string $project Project ID of the project that contains the instance. 39 * project ID. 46 public function delete($project, $instance, $optParams = []) argument 48 $params = ['project' => $project, 'instance' => $instance]; 55 * @param string $project Project ID of the project that contains the instance. 57 * project ID. 62 public function insert($project, $instance, User $postBody, $optParams = []) argument 64 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody]; 71 * @param string $project Project ID of the project that contains the instance. 73 * project ID. [all …]
|
| D | BackupRuns.php | 37 * @param string $project Project ID of the project that contains the instance. 39 * project ID. 46 public function delete($project, $instance, $id, $optParams = []) argument 48 $params = ['project' => $project, 'instance' => $instance, 'id' => $id]; 56 * @param string $project Project ID of the project that contains the instance. 58 * project ID. 63 public function get($project, $instance, $id, $optParams = []) argument 65 $params = ['project' => $project, 'instance' => $instance, 'id' => $id]; 72 * @param string $project Project ID of the project that contains the instance. 74 * project ID. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
| D | Projects.php | 24 use Google\Service\Compute\Project; alias 44 * Disable this project as a shared VPC host project. (projects.disableXpnHost) 46 * @param string $project Project ID for this request. 61 public function disableXpnHost($project, $optParams = []) argument 63 $params = ['project' => $project]; 68 * Disable a service resource (also known as service project) associated with 69 * this host project. (projects.disableXpnResource) 71 * @param string $project Project ID for this request. 87 …public function disableXpnResource($project, ProjectsDisableXpnResourceRequest $postBody, $optPara… argument 89 $params = ['project' => $project, 'postBody' => $postBody]; [all …]
|
| D | NetworkFirewallPolicies.php | 44 * @param string $project Project ID for this request. 65 …public function addAssociation($project, $firewallPolicy, FirewallPolicyAssociation $postBody, $op… argument 67 $params = ['project' => $project, 'firewallPolicy' => $firewallPolicy, 'postBody' => $postBody]; 74 * @param string $project Project ID for this request. 97 public function addRule($project, $firewallPolicy, FirewallPolicyRule $postBody, $optParams = []) argument 99 $params = ['project' => $project, 'firewallPolicy' => $firewallPolicy, 'postBody' => $postBody]; 107 * @param string $project Project ID for this request. 125 public function cloneRules($project, $firewallPolicy, $optParams = []) argument 127 $params = ['project' => $project, 'firewallPolicy' => $firewallPolicy]; 134 * @param string $project Project ID for this request. [all …]
|
| D | Images.php | 43 * @param string $project Project ID for this request. 59 public function delete($project, $image, $optParams = []) argument 61 $params = ['project' => $project, 'image' => $image]; 69 * @param string $project Project ID for this request. 86 public function deprecate($project, $image, DeprecationStatus $postBody, $optParams = []) argument 88 $params = ['project' => $project, 'image' => $image, 'postBody' => $postBody]; 96 * @param string $project Project ID for this request. 101 public function get($project, $image, $optParams = []) argument 103 $params = ['project' => $project, 'image' => $image]; 111 * @param string $project Project ID for this request. [all …]
|
| D | RegionNetworkFirewallPolicies.php | 45 * @param string $project Project ID for this request. 66 …public function addAssociation($project, $region, $firewallPolicy, FirewallPolicyAssociation $post… argument 68 …$params = ['project' => $project, 'region' => $region, 'firewallPolicy' => $firewallPolicy, 'postB… 76 * @param string $project Project ID for this request. 100 …public function addRule($project, $region, $firewallPolicy, FirewallPolicyRule $postBody, $optPara… argument 102 …$params = ['project' => $project, 'region' => $region, 'firewallPolicy' => $firewallPolicy, 'postB… 110 * @param string $project Project ID for this request. 129 public function cloneRules($project, $region, $firewallPolicy, $optParams = []) argument 131 $params = ['project' => $project, 'region' => $region, 'firewallPolicy' => $firewallPolicy]; 139 * @param string $project Project ID for this request. [all …]
|
| D | Snapshots.php | 46 * @param string $project Project ID for this request. 62 public function delete($project, $snapshot, $optParams = []) argument 64 $params = ['project' => $project, 'snapshot' => $snapshot]; 72 * @param string $project Project ID for this request. 77 public function get($project, $snapshot, $optParams = []) argument 79 $params = ['project' => $project, 'snapshot' => $snapshot]; 87 * @param string $project Project ID for this request. 94 public function getIamPolicy($project, $resource, $optParams = []) argument 96 $params = ['project' => $project, 'resource' => $resource]; 101 * Creates a snapshot in the specified project using the data included in the [all …]
|
| D | Instances.php | 67 * @param string $project Project ID for this request. 87 …public function addAccessConfig($project, $zone, $instance, $networkInterface, AccessConfig $postB… argument 89 …$params = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => … 98 * @param string $project Project ID for this request. 116 …public function addResourcePolicies($project, $zone, $instance, InstancesAddResourcePoliciesReques… argument 118 …$params = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBod… 123 * Retrieves an aggregated list of all of the instances in your project across 125 * is specified on a project that has a very large number of instances. 128 * @param string $project Project ID for this request. 179 public function aggregatedList($project, $optParams = []) argument [all …]
|
| D | RegionUrlMaps.php | 39 * @param string $project Project ID for this request. 48 public function delete($project, $region, $urlMap, $optParams = []) argument 50 $params = ['project' => $project, 'region' => $region, 'urlMap' => $urlMap]; 58 * @param string $project Project ID for this request. 64 public function get($project, $region, $urlMap, $optParams = []) argument 66 $params = ['project' => $project, 'region' => $region, 'urlMap' => $urlMap]; 71 * Creates a UrlMap resource in the specified project using the data included in 74 * @param string $project Project ID for this request. 83 public function insert($project, $region, UrlMap $postBody, $optParams = []) argument 85 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody]; [all …]
|
| D | RegionDisks.php | 48 * @param string $project Project ID for this request. 66 …public function addResourcePolicies($project, $region, $disk, RegionDisksAddResourcePoliciesReques… argument 68 … $params = ['project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody]; 75 * more features, such as creating snapshots in a project different from the 76 * source disk project. (regionDisks.createSnapshot) 78 * @param string $project Project ID for this request. 96 public function createSnapshot($project, $region, $disk, Snapshot $postBody, $optParams = []) argument 98 … $params = ['project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody]; 108 * @param string $project Project ID for this request. 125 public function delete($project, $region, $disk, $optParams = []) argument [all …]
|
| D | Licenses.php | 43 * @param string $project Project ID for this request. 59 public function delete($project, $license, $optParams = []) argument 61 $params = ['project' => $project, 'license' => $license]; 70 * @param string $project Project ID for this request. 75 public function get($project, $license, $optParams = []) argument 77 $params = ['project' => $project, 'license' => $license]; 87 * @param string $project Project ID for this request. 94 public function getIamPolicy($project, $resource, $optParams = []) argument 96 $params = ['project' => $project, 'resource' => $resource]; 101 * Create a License resource in the specified project. *Caution* This resource [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | SQLAdmin.php | 78 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns/{id}', 81 'project' => [ 98 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns/{id}', 101 'project' => [ 118 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns', 121 'project' => [ 133 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns', 136 'project' => [ 166 'path' => 'v1/projects/{project}/instances/{instance}:generateEphemeralCert', 169 'project' => [ [all …]
|
| D | Compute.php | 167 'path' => 'projects/{project}/aggregated/acceleratorTypes', 170 'project' => [ 201 'path' => 'projects/{project}/zones/{zone}/acceleratorTypes/{acceleratorType}', 204 'project' => [ 221 'path' => 'projects/{project}/zones/{zone}/acceleratorTypes', 224 'project' => [ 266 'path' => 'projects/{project}/aggregated/addresses', 269 'project' => [ 300 'path' => 'projects/{project}/regions/{region}/addresses/{address}', 303 'project' => [ [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/ |
| D | Deployments.php | 44 * @param string $project The project ID for this request. 50 …public function cancelPreview($project, $deployment, DeploymentsCancelPreviewRequest $postBody, $o… argument 52 $params = ['project' => $project, 'deployment' => $deployment, 'postBody' => $postBody]; 60 * @param string $project The project ID for this request. 67 public function delete($project, $deployment, $optParams = []) argument 69 $params = ['project' => $project, 'deployment' => $deployment]; 76 * @param string $project The project ID for this request. 81 public function get($project, $deployment, $optParams = []) argument 83 $params = ['project' => $project, 'deployment' => $deployment]; 91 * @param string $project Project ID for this request. [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_SQLAdminService.php | 30 …* @param string $project Project ID of the project that contains the instance. You can find this o… 31 * @param string $instance Database instance ID. This does not include the project ID. 37 public function get($project, $instance, $backupConfiguration, $dueTime, $optParams = array()) { argument 38 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo… 51 …* @param string $project Project ID of the project that contains the instance. You can find this o… 52 * @param string $instance Database instance ID. This does not include the project ID. 60 … public function listBackupRuns($project, $instance, $backupConfiguration, $optParams = array()) { argument 61 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo… 85 …* @param string $project Project ID of the project that contains the instance to be deleted. You c… 86 * @param string $instance Database instance ID. This does not include the project ID. [all …]
|
| D | Google_ComputeService.php | 30 * @param string $project Name of the project scoping this request. 38 public function aggregatedList($project, $optParams = array()) { argument 39 $params = array('project' => $project); 51 * @param string $project Name of the project scoping this request. 57 public function delete($project, $region, $address, $optParams = array()) { argument 58 $params = array('project' => $project, 'region' => $region, 'address' => $address); 70 * @param string $project Name of the project scoping this request. 76 public function get($project, $region, $address, $optParams = array()) { argument 77 $params = array('project' => $project, 'region' => $region, 'address' => $address); 87 * Creates an address resource in the specified project using the data included in the request. [all …]
|
| /plugin/projects/action/ |
| D | action.php | 8 require_once(dirname(__FILE__).'/../lib/project.php'); 50 $tag = "<project-file type=\"$type\"$crosslink/>\n"; 67 $project = Project::project(); 68 if ($project == NULL) { 70 $project = getNS($ID); 71 $path = explode(":", $project); 72 if (!$project || $path[0] != PROJECTS_NAMESPACE) { 77 $parent = getNS($project); 83 echo "<p>This project does not exist!</p>"; 89 echo '<h1>Manage Project ' . $project->name() . '</h1>'; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/ |
| D | ResponsePolicies.php | 38 * @param string $project Identifies the project addressed by this request. 50 public function create($project, $location, ResponsePolicy $postBody, $optParams = []) argument 52 $params = ['project' => $project, 'location' => $location, 'postBody' => $postBody]; 60 * @param string $project Identifies the project addressed by this request. 71 public function delete($project, $location, $responsePolicy, $optParams = []) argument 73 $params = ['project' => $project, 'location' => $location, 'responsePolicy' => $responsePolicy]; 81 * @param string $project Identifies the project addressed by this request. 93 public function get($project, $location, $responsePolicy, $optParams = []) argument 95 $params = ['project' => $project, 'location' => $location, 'responsePolicy' => $responsePolicy]; 100 * Enumerates all Response Policies associated with a project. [all …]
|
| D | Policies.php | 38 * @param string $project Identifies the project addressed by this request. 49 public function create($project, $location, Policy $postBody, $optParams = []) argument 51 $params = ['project' => $project, 'location' => $location, 'postBody' => $postBody]; 59 * @param string $project Identifies the project addressed by this request. 70 public function delete($project, $location, $policy, $optParams = []) argument 72 $params = ['project' => $project, 'location' => $location, 'policy' => $policy]; 79 * @param string $project Identifies the project addressed by this request. 91 public function get($project, $location, $policy, $optParams = []) argument 93 $params = ['project' => $project, 'location' => $location, 'policy' => $policy]; 98 * Enumerates all Policies associated with a project. (policies.listPolicies) [all …]
|
| D | ManagedZones.php | 37 * @param string $project Identifies the project addressed by this request. 48 public function create($project, $location, ManagedZone $postBody, $optParams = []) argument 50 $params = ['project' => $project, 'location' => $location, 'postBody' => $postBody]; 57 * @param string $project Identifies the project addressed by this request. 68 public function delete($project, $location, $managedZone, $optParams = []) argument 70 $params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone]; 77 * @param string $project Identifies the project addressed by this request. 89 public function get($project, $location, $managedZone, $optParams = []) argument 91 $params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone]; 99 * @param string $project Identifies the project addressed by this request. [all …]
|
| D | ResponsePolicyRules.php | 38 * @param string $project Identifies the project addressed by this request. 51 …public function create($project, $location, $responsePolicy, ResponsePolicyRule $postBody, $optPar… argument 53 …$params = ['project' => $project, 'location' => $location, 'responsePolicy' => $responsePolicy, 'p… 61 * @param string $project Identifies the project addressed by this request. 74 public function delete($project, $location, $responsePolicy, $responsePolicyRule, $optParams = []) argument 76 …$params = ['project' => $project, 'location' => $location, 'responsePolicy' => $responsePolicy, 'r… 84 * @param string $project Identifies the project addressed by this request. 98 public function get($project, $location, $responsePolicy, $responsePolicyRule, $optParams = []) argument 100 …$params = ['project' => $project, 'location' => $location, 'responsePolicy' => $responsePolicy, 'r… 105 * Enumerates all Response Policy Rules associated with a project. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/Resource/ |
| D | Projects.php | 25 use Google\Service\CloudResourceManager\Project; alias 43 * Request that a new project be created. The result is an `Operation` which can 49 * @param Project $postBody 53 public function create(Project $postBody, $optParams = []) 60 * Marks the project identified by the specified `name` (for example, 62 * project if it has a lifecycle state of ACTIVE. This method changes the 63 * Project's lifecycle state from ACTIVE to DELETE_REQUESTED. The deletion 64 * starts at an unspecified time, at which point the Project is no longer 66 * checked by retrieving the project with GetProject, and the project remains 67 * visible to ListProjects. However, you cannot update the project. After the [all …]
|