Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../includes/Google/Service
File: Logging.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright 2010 Google Inc.
[2] Fix | Delete
*
[3] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
[4] Fix | Delete
* use this file except in compliance with the License. You may obtain a copy of
[5] Fix | Delete
* the License at
[6] Fix | Delete
*
[7] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[8] Fix | Delete
*
[9] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[10] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
[11] Fix | Delete
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
[12] Fix | Delete
* License for the specific language governing permissions and limitations under
[13] Fix | Delete
* the License.
[14] Fix | Delete
*/
[15] Fix | Delete
[16] Fix | Delete
/**
[17] Fix | Delete
* Service definition for Logging (v1beta3).
[18] Fix | Delete
*
[19] Fix | Delete
* <p>
[20] Fix | Delete
* Google Cloud Logging API lets you create logs, ingest log entries, and manage
[21] Fix | Delete
* log sinks.</p>
[22] Fix | Delete
*
[23] Fix | Delete
* <p>
[24] Fix | Delete
* For more information about this service, see the API
[25] Fix | Delete
* <a href="" target="_blank">Documentation</a>
[26] Fix | Delete
* </p>
[27] Fix | Delete
*
[28] Fix | Delete
* @author Google, Inc.
[29] Fix | Delete
*/
[30] Fix | Delete
class Google_Service_Logging extends UDP_Google_Service
[31] Fix | Delete
{
[32] Fix | Delete
/** View and manage your data across Google Cloud Platform services. */
[33] Fix | Delete
const CLOUD_PLATFORM =
[34] Fix | Delete
"https://www.googleapis.com/auth/cloud-platform";
[35] Fix | Delete
[36] Fix | Delete
public $projects_logServices;
[37] Fix | Delete
public $projects_logServices_indexes;
[38] Fix | Delete
public $projects_logServices_sinks;
[39] Fix | Delete
public $projects_logs;
[40] Fix | Delete
public $projects_logs_entries;
[41] Fix | Delete
public $projects_logs_sinks;
[42] Fix | Delete
[43] Fix | Delete
[44] Fix | Delete
/**
[45] Fix | Delete
* Constructs the internal representation of the Logging service.
[46] Fix | Delete
*
[47] Fix | Delete
* @param Google_Client $client
[48] Fix | Delete
*/
[49] Fix | Delete
public function __construct(UDP_Google_Client $client)
[50] Fix | Delete
{
[51] Fix | Delete
parent::__construct($client);
[52] Fix | Delete
$this->servicePath = '';
[53] Fix | Delete
$this->version = 'v1beta3';
[54] Fix | Delete
$this->serviceName = 'logging';
[55] Fix | Delete
[56] Fix | Delete
$this->projects_logServices = new Google_Service_Logging_ProjectsLogServices_Resource(
[57] Fix | Delete
$this,
[58] Fix | Delete
$this->serviceName,
[59] Fix | Delete
'logServices',
[60] Fix | Delete
array(
[61] Fix | Delete
'methods' => array(
[62] Fix | Delete
'list' => array(
[63] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices',
[64] Fix | Delete
'httpMethod' => 'GET',
[65] Fix | Delete
'parameters' => array(
[66] Fix | Delete
'projectsId' => array(
[67] Fix | Delete
'location' => 'path',
[68] Fix | Delete
'type' => 'string',
[69] Fix | Delete
'required' => true,
[70] Fix | Delete
),
[71] Fix | Delete
'pageToken' => array(
[72] Fix | Delete
'location' => 'query',
[73] Fix | Delete
'type' => 'string',
[74] Fix | Delete
),
[75] Fix | Delete
'log' => array(
[76] Fix | Delete
'location' => 'query',
[77] Fix | Delete
'type' => 'string',
[78] Fix | Delete
),
[79] Fix | Delete
'pageSize' => array(
[80] Fix | Delete
'location' => 'query',
[81] Fix | Delete
'type' => 'integer',
[82] Fix | Delete
),
[83] Fix | Delete
),
[84] Fix | Delete
),
[85] Fix | Delete
)
[86] Fix | Delete
)
[87] Fix | Delete
);
[88] Fix | Delete
$this->projects_logServices_indexes = new Google_Service_Logging_ProjectsLogServicesIndexes_Resource(
[89] Fix | Delete
$this,
[90] Fix | Delete
$this->serviceName,
[91] Fix | Delete
'indexes',
[92] Fix | Delete
array(
[93] Fix | Delete
'methods' => array(
[94] Fix | Delete
'list' => array(
[95] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/indexes',
[96] Fix | Delete
'httpMethod' => 'GET',
[97] Fix | Delete
'parameters' => array(
[98] Fix | Delete
'projectsId' => array(
[99] Fix | Delete
'location' => 'path',
[100] Fix | Delete
'type' => 'string',
[101] Fix | Delete
'required' => true,
[102] Fix | Delete
),
[103] Fix | Delete
'logServicesId' => array(
[104] Fix | Delete
'location' => 'path',
[105] Fix | Delete
'type' => 'string',
[106] Fix | Delete
'required' => true,
[107] Fix | Delete
),
[108] Fix | Delete
'log' => array(
[109] Fix | Delete
'location' => 'query',
[110] Fix | Delete
'type' => 'string',
[111] Fix | Delete
),
[112] Fix | Delete
'pageSize' => array(
[113] Fix | Delete
'location' => 'query',
[114] Fix | Delete
'type' => 'integer',
[115] Fix | Delete
),
[116] Fix | Delete
'pageToken' => array(
[117] Fix | Delete
'location' => 'query',
[118] Fix | Delete
'type' => 'string',
[119] Fix | Delete
),
[120] Fix | Delete
'depth' => array(
[121] Fix | Delete
'location' => 'query',
[122] Fix | Delete
'type' => 'integer',
[123] Fix | Delete
),
[124] Fix | Delete
'indexPrefix' => array(
[125] Fix | Delete
'location' => 'query',
[126] Fix | Delete
'type' => 'string',
[127] Fix | Delete
),
[128] Fix | Delete
),
[129] Fix | Delete
),
[130] Fix | Delete
)
[131] Fix | Delete
)
[132] Fix | Delete
);
[133] Fix | Delete
$this->projects_logServices_sinks = new Google_Service_Logging_ProjectsLogServicesSinks_Resource(
[134] Fix | Delete
$this,
[135] Fix | Delete
$this->serviceName,
[136] Fix | Delete
'sinks',
[137] Fix | Delete
array(
[138] Fix | Delete
'methods' => array(
[139] Fix | Delete
'create' => array(
[140] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
[141] Fix | Delete
'httpMethod' => 'POST',
[142] Fix | Delete
'parameters' => array(
[143] Fix | Delete
'projectsId' => array(
[144] Fix | Delete
'location' => 'path',
[145] Fix | Delete
'type' => 'string',
[146] Fix | Delete
'required' => true,
[147] Fix | Delete
),
[148] Fix | Delete
'logServicesId' => array(
[149] Fix | Delete
'location' => 'path',
[150] Fix | Delete
'type' => 'string',
[151] Fix | Delete
'required' => true,
[152] Fix | Delete
),
[153] Fix | Delete
),
[154] Fix | Delete
),'delete' => array(
[155] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
[156] Fix | Delete
'httpMethod' => 'DELETE',
[157] Fix | Delete
'parameters' => array(
[158] Fix | Delete
'projectsId' => array(
[159] Fix | Delete
'location' => 'path',
[160] Fix | Delete
'type' => 'string',
[161] Fix | Delete
'required' => true,
[162] Fix | Delete
),
[163] Fix | Delete
'logServicesId' => array(
[164] Fix | Delete
'location' => 'path',
[165] Fix | Delete
'type' => 'string',
[166] Fix | Delete
'required' => true,
[167] Fix | Delete
),
[168] Fix | Delete
'sinksId' => array(
[169] Fix | Delete
'location' => 'path',
[170] Fix | Delete
'type' => 'string',
[171] Fix | Delete
'required' => true,
[172] Fix | Delete
),
[173] Fix | Delete
),
[174] Fix | Delete
),'get' => array(
[175] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
[176] Fix | Delete
'httpMethod' => 'GET',
[177] Fix | Delete
'parameters' => array(
[178] Fix | Delete
'projectsId' => array(
[179] Fix | Delete
'location' => 'path',
[180] Fix | Delete
'type' => 'string',
[181] Fix | Delete
'required' => true,
[182] Fix | Delete
),
[183] Fix | Delete
'logServicesId' => array(
[184] Fix | Delete
'location' => 'path',
[185] Fix | Delete
'type' => 'string',
[186] Fix | Delete
'required' => true,
[187] Fix | Delete
),
[188] Fix | Delete
'sinksId' => array(
[189] Fix | Delete
'location' => 'path',
[190] Fix | Delete
'type' => 'string',
[191] Fix | Delete
'required' => true,
[192] Fix | Delete
),
[193] Fix | Delete
),
[194] Fix | Delete
),'list' => array(
[195] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks',
[196] Fix | Delete
'httpMethod' => 'GET',
[197] Fix | Delete
'parameters' => array(
[198] Fix | Delete
'projectsId' => array(
[199] Fix | Delete
'location' => 'path',
[200] Fix | Delete
'type' => 'string',
[201] Fix | Delete
'required' => true,
[202] Fix | Delete
),
[203] Fix | Delete
'logServicesId' => array(
[204] Fix | Delete
'location' => 'path',
[205] Fix | Delete
'type' => 'string',
[206] Fix | Delete
'required' => true,
[207] Fix | Delete
),
[208] Fix | Delete
),
[209] Fix | Delete
),'update' => array(
[210] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logServices/{logServicesId}/sinks/{sinksId}',
[211] Fix | Delete
'httpMethod' => 'PUT',
[212] Fix | Delete
'parameters' => array(
[213] Fix | Delete
'projectsId' => array(
[214] Fix | Delete
'location' => 'path',
[215] Fix | Delete
'type' => 'string',
[216] Fix | Delete
'required' => true,
[217] Fix | Delete
),
[218] Fix | Delete
'logServicesId' => array(
[219] Fix | Delete
'location' => 'path',
[220] Fix | Delete
'type' => 'string',
[221] Fix | Delete
'required' => true,
[222] Fix | Delete
),
[223] Fix | Delete
'sinksId' => array(
[224] Fix | Delete
'location' => 'path',
[225] Fix | Delete
'type' => 'string',
[226] Fix | Delete
'required' => true,
[227] Fix | Delete
),
[228] Fix | Delete
),
[229] Fix | Delete
),
[230] Fix | Delete
)
[231] Fix | Delete
)
[232] Fix | Delete
);
[233] Fix | Delete
$this->projects_logs = new Google_Service_Logging_ProjectsLogs_Resource(
[234] Fix | Delete
$this,
[235] Fix | Delete
$this->serviceName,
[236] Fix | Delete
'logs',
[237] Fix | Delete
array(
[238] Fix | Delete
'methods' => array(
[239] Fix | Delete
'delete' => array(
[240] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}',
[241] Fix | Delete
'httpMethod' => 'DELETE',
[242] Fix | Delete
'parameters' => array(
[243] Fix | Delete
'projectsId' => array(
[244] Fix | Delete
'location' => 'path',
[245] Fix | Delete
'type' => 'string',
[246] Fix | Delete
'required' => true,
[247] Fix | Delete
),
[248] Fix | Delete
'logsId' => array(
[249] Fix | Delete
'location' => 'path',
[250] Fix | Delete
'type' => 'string',
[251] Fix | Delete
'required' => true,
[252] Fix | Delete
),
[253] Fix | Delete
),
[254] Fix | Delete
),'list' => array(
[255] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs',
[256] Fix | Delete
'httpMethod' => 'GET',
[257] Fix | Delete
'parameters' => array(
[258] Fix | Delete
'projectsId' => array(
[259] Fix | Delete
'location' => 'path',
[260] Fix | Delete
'type' => 'string',
[261] Fix | Delete
'required' => true,
[262] Fix | Delete
),
[263] Fix | Delete
'pageToken' => array(
[264] Fix | Delete
'location' => 'query',
[265] Fix | Delete
'type' => 'string',
[266] Fix | Delete
),
[267] Fix | Delete
'serviceName' => array(
[268] Fix | Delete
'location' => 'query',
[269] Fix | Delete
'type' => 'string',
[270] Fix | Delete
),
[271] Fix | Delete
'serviceIndexPrefix' => array(
[272] Fix | Delete
'location' => 'query',
[273] Fix | Delete
'type' => 'string',
[274] Fix | Delete
),
[275] Fix | Delete
'pageSize' => array(
[276] Fix | Delete
'location' => 'query',
[277] Fix | Delete
'type' => 'integer',
[278] Fix | Delete
),
[279] Fix | Delete
),
[280] Fix | Delete
),
[281] Fix | Delete
)
[282] Fix | Delete
)
[283] Fix | Delete
);
[284] Fix | Delete
$this->projects_logs_entries = new Google_Service_Logging_ProjectsLogsEntries_Resource(
[285] Fix | Delete
$this,
[286] Fix | Delete
$this->serviceName,
[287] Fix | Delete
'entries',
[288] Fix | Delete
array(
[289] Fix | Delete
'methods' => array(
[290] Fix | Delete
'write' => array(
[291] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/entries:write',
[292] Fix | Delete
'httpMethod' => 'POST',
[293] Fix | Delete
'parameters' => array(
[294] Fix | Delete
'projectsId' => array(
[295] Fix | Delete
'location' => 'path',
[296] Fix | Delete
'type' => 'string',
[297] Fix | Delete
'required' => true,
[298] Fix | Delete
),
[299] Fix | Delete
'logsId' => array(
[300] Fix | Delete
'location' => 'path',
[301] Fix | Delete
'type' => 'string',
[302] Fix | Delete
'required' => true,
[303] Fix | Delete
),
[304] Fix | Delete
),
[305] Fix | Delete
),
[306] Fix | Delete
)
[307] Fix | Delete
)
[308] Fix | Delete
);
[309] Fix | Delete
$this->projects_logs_sinks = new Google_Service_Logging_ProjectsLogsSinks_Resource(
[310] Fix | Delete
$this,
[311] Fix | Delete
$this->serviceName,
[312] Fix | Delete
'sinks',
[313] Fix | Delete
array(
[314] Fix | Delete
'methods' => array(
[315] Fix | Delete
'create' => array(
[316] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
[317] Fix | Delete
'httpMethod' => 'POST',
[318] Fix | Delete
'parameters' => array(
[319] Fix | Delete
'projectsId' => array(
[320] Fix | Delete
'location' => 'path',
[321] Fix | Delete
'type' => 'string',
[322] Fix | Delete
'required' => true,
[323] Fix | Delete
),
[324] Fix | Delete
'logsId' => array(
[325] Fix | Delete
'location' => 'path',
[326] Fix | Delete
'type' => 'string',
[327] Fix | Delete
'required' => true,
[328] Fix | Delete
),
[329] Fix | Delete
),
[330] Fix | Delete
),'delete' => array(
[331] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
[332] Fix | Delete
'httpMethod' => 'DELETE',
[333] Fix | Delete
'parameters' => array(
[334] Fix | Delete
'projectsId' => array(
[335] Fix | Delete
'location' => 'path',
[336] Fix | Delete
'type' => 'string',
[337] Fix | Delete
'required' => true,
[338] Fix | Delete
),
[339] Fix | Delete
'logsId' => array(
[340] Fix | Delete
'location' => 'path',
[341] Fix | Delete
'type' => 'string',
[342] Fix | Delete
'required' => true,
[343] Fix | Delete
),
[344] Fix | Delete
'sinksId' => array(
[345] Fix | Delete
'location' => 'path',
[346] Fix | Delete
'type' => 'string',
[347] Fix | Delete
'required' => true,
[348] Fix | Delete
),
[349] Fix | Delete
),
[350] Fix | Delete
),'get' => array(
[351] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
[352] Fix | Delete
'httpMethod' => 'GET',
[353] Fix | Delete
'parameters' => array(
[354] Fix | Delete
'projectsId' => array(
[355] Fix | Delete
'location' => 'path',
[356] Fix | Delete
'type' => 'string',
[357] Fix | Delete
'required' => true,
[358] Fix | Delete
),
[359] Fix | Delete
'logsId' => array(
[360] Fix | Delete
'location' => 'path',
[361] Fix | Delete
'type' => 'string',
[362] Fix | Delete
'required' => true,
[363] Fix | Delete
),
[364] Fix | Delete
'sinksId' => array(
[365] Fix | Delete
'location' => 'path',
[366] Fix | Delete
'type' => 'string',
[367] Fix | Delete
'required' => true,
[368] Fix | Delete
),
[369] Fix | Delete
),
[370] Fix | Delete
),'list' => array(
[371] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks',
[372] Fix | Delete
'httpMethod' => 'GET',
[373] Fix | Delete
'parameters' => array(
[374] Fix | Delete
'projectsId' => array(
[375] Fix | Delete
'location' => 'path',
[376] Fix | Delete
'type' => 'string',
[377] Fix | Delete
'required' => true,
[378] Fix | Delete
),
[379] Fix | Delete
'logsId' => array(
[380] Fix | Delete
'location' => 'path',
[381] Fix | Delete
'type' => 'string',
[382] Fix | Delete
'required' => true,
[383] Fix | Delete
),
[384] Fix | Delete
),
[385] Fix | Delete
),'update' => array(
[386] Fix | Delete
'path' => 'v1beta3/projects/{projectsId}/logs/{logsId}/sinks/{sinksId}',
[387] Fix | Delete
'httpMethod' => 'PUT',
[388] Fix | Delete
'parameters' => array(
[389] Fix | Delete
'projectsId' => array(
[390] Fix | Delete
'location' => 'path',
[391] Fix | Delete
'type' => 'string',
[392] Fix | Delete
'required' => true,
[393] Fix | Delete
),
[394] Fix | Delete
'logsId' => array(
[395] Fix | Delete
'location' => 'path',
[396] Fix | Delete
'type' => 'string',
[397] Fix | Delete
'required' => true,
[398] Fix | Delete
),
[399] Fix | Delete
'sinksId' => array(
[400] Fix | Delete
'location' => 'path',
[401] Fix | Delete
'type' => 'string',
[402] Fix | Delete
'required' => true,
[403] Fix | Delete
),
[404] Fix | Delete
),
[405] Fix | Delete
),
[406] Fix | Delete
)
[407] Fix | Delete
)
[408] Fix | Delete
);
[409] Fix | Delete
}
[410] Fix | Delete
}
[411] Fix | Delete
[412] Fix | Delete
[413] Fix | Delete
/**
[414] Fix | Delete
* The "projects" collection of methods.
[415] Fix | Delete
* Typical usage is:
[416] Fix | Delete
* <code>
[417] Fix | Delete
* $loggingService = new Google_Service_Logging(...);
[418] Fix | Delete
* $projects = $loggingService->projects;
[419] Fix | Delete
* </code>
[420] Fix | Delete
*/
[421] Fix | Delete
class Google_Service_Logging_Projects_Resource extends UDP_Google_Service_Resource
[422] Fix | Delete
{
[423] Fix | Delete
}
[424] Fix | Delete
[425] Fix | Delete
/**
[426] Fix | Delete
* The "logServices" collection of methods.
[427] Fix | Delete
* Typical usage is:
[428] Fix | Delete
* <code>
[429] Fix | Delete
* $loggingService = new Google_Service_Logging(...);
[430] Fix | Delete
* $logServices = $loggingService->logServices;
[431] Fix | Delete
* </code>
[432] Fix | Delete
*/
[433] Fix | Delete
class Google_Service_Logging_ProjectsLogServices_Resource extends UDP_Google_Service_Resource
[434] Fix | Delete
{
[435] Fix | Delete
[436] Fix | Delete
/**
[437] Fix | Delete
* Lists log services associated with log entries ingested for a project.
[438] Fix | Delete
* (logServices.listProjectsLogServices)
[439] Fix | Delete
*
[440] Fix | Delete
* @param string $projectsId Part of `projectName`. The project resource whose
[441] Fix | Delete
* services are to be listed.
[442] Fix | Delete
* @param array $optParams Optional parameters.
[443] Fix | Delete
*
[444] Fix | Delete
* @opt_param string pageToken An opaque token, returned as `nextPageToken` by a
[445] Fix | Delete
* prior `ListLogServices` operation. If `pageToken` is supplied, then the other
[446] Fix | Delete
* fields of this request are ignored, and instead the previous
[447] Fix | Delete
* `ListLogServices` operation is continued.
[448] Fix | Delete
* @opt_param string log The name of the log resource whose services are to be
[449] Fix | Delete
* listed. log for which to list services. When empty, all services are listed.
[450] Fix | Delete
* @opt_param int pageSize The maximum number of `LogService` objects to return
[451] Fix | Delete
* in one operation.
[452] Fix | Delete
* @return Google_Service_Logging_ListLogServicesResponse
[453] Fix | Delete
*/
[454] Fix | Delete
public function listProjectsLogServices($projectsId, $optParams = array())
[455] Fix | Delete
{
[456] Fix | Delete
$params = array('projectsId' => $projectsId);
[457] Fix | Delete
$params = array_merge($params, $optParams);
[458] Fix | Delete
return $this->call('list', array($params), "Google_Service_Logging_ListLogServicesResponse");
[459] Fix | Delete
}
[460] Fix | Delete
}
[461] Fix | Delete
[462] Fix | Delete
/**
[463] Fix | Delete
* The "indexes" collection of methods.
[464] Fix | Delete
* Typical usage is:
[465] Fix | Delete
* <code>
[466] Fix | Delete
* $loggingService = new Google_Service_Logging(...);
[467] Fix | Delete
* $indexes = $loggingService->indexes;
[468] Fix | Delete
* </code>
[469] Fix | Delete
*/
[470] Fix | Delete
class Google_Service_Logging_ProjectsLogServicesIndexes_Resource extends UDP_Google_Service_Resource
[471] Fix | Delete
{
[472] Fix | Delete
[473] Fix | Delete
/**
[474] Fix | Delete
* Lists log service indexes associated with a log service.
[475] Fix | Delete
* (indexes.listProjectsLogServicesIndexes)
[476] Fix | Delete
*
[477] Fix | Delete
* @param string $projectsId Part of `serviceName`. A log service resource of
[478] Fix | Delete
* the form `/projects/logServices`. The service indexes of the log service are
[479] Fix | Delete
* returned. Example: `"/projects/myProj/logServices/appengine.googleapis.com"`.
[480] Fix | Delete
* @param string $logServicesId Part of `serviceName`. See documentation of
[481] Fix | Delete
* `projectsId`.
[482] Fix | Delete
* @param array $optParams Optional parameters.
[483] Fix | Delete
*
[484] Fix | Delete
* @opt_param string log A log resource like
[485] Fix | Delete
* `/projects/project_id/logs/log_name`, identifying the log for which to list
[486] Fix | Delete
* service indexes.
[487] Fix | Delete
* @opt_param int pageSize The maximum number of log service index resources to
[488] Fix | Delete
* return in one operation.
[489] Fix | Delete
* @opt_param string pageToken An opaque token, returned as `nextPageToken` by a
[490] Fix | Delete
* prior `ListLogServiceIndexes` operation. If `pageToken` is supplied, then the
[491] Fix | Delete
* other fields of this request are ignored, and instead the previous
[492] Fix | Delete
* `ListLogServiceIndexes` operation is continued.
[493] Fix | Delete
* @opt_param int depth A limit to the number of levels of the index hierarchy
[494] Fix | Delete
* that are expanded. If `depth` is 0, it defaults to the level specified by the
[495] Fix | Delete
* prefix field (the number of slash separators). The default empty prefix
[496] Fix | Delete
* implies a `depth` of 1. It is an error for `depth` to be any non-zero value
[497] Fix | Delete
* less than the number of components in `indexPrefix`.
[498] Fix | Delete
* @opt_param string indexPrefix Restricts the indexes returned to be those with
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function