!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/dokan/script/vendor/google/apiclient-services/src/Google/Service/   drwxrwxrwx
Free 13.03 GB of 57.97 GB (22.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     YouTube.php (66.53 KB)      -rwxrwxrwx
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.
 */

/**
 * Service definition for YouTube (v3).
 *
 * <p>
 * The YouTube Data API v3 is an API that provides access to YouTube data, such
 * as videos, playlists, and channels.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://developers.google.com/youtube/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_YouTube extends Google_Service
{
  
/** Manage your YouTube account. */
  
const YOUTUBE =
      
"https://www.googleapis.com/auth/youtube";
  
/** See a list of your current active channel members, their current level, and when they became a member. */
  
const YOUTUBE_CHANNEL_MEMBERSHIPS_CREATOR =
      
"https://www.googleapis.com/auth/youtube.channel-memberships.creator";
  
/** See, edit, and permanently delete your YouTube videos, ratings, comments and captions. */
  
const YOUTUBE_FORCE_SSL =
      
"https://www.googleapis.com/auth/youtube.force-ssl";
  
/** View your YouTube account. */
  
const YOUTUBE_READONLY =
      
"https://www.googleapis.com/auth/youtube.readonly";
  
/** Manage your YouTube videos. */
  
const YOUTUBE_UPLOAD =
      
"https://www.googleapis.com/auth/youtube.upload";
  
/** View and manage your assets and associated content on YouTube. */
  
const YOUTUBEPARTNER =
      
"https://www.googleapis.com/auth/youtubepartner";
  
/** View private information of your YouTube channel relevant during the audit process with a YouTube partner. */
  
const YOUTUBEPARTNER_CHANNEL_AUDIT =
      
"https://www.googleapis.com/auth/youtubepartner-channel-audit";

  public 
$abuseReports;
  public 
$activities;
  public 
$captions;
  public 
$channelBanners;
  public 
$channelSections;
  public 
$channels;
  public 
$commentThreads;
  public 
$comments;
  public 
$i18nLanguages;
  public 
$i18nRegions;
  public 
$liveBroadcasts;
  public 
$liveChatBans;
  public 
$liveChatMessages;
  public 
$liveChatModerators;
  public 
$liveStreams;
  public 
$members;
  public 
$membershipsLevels;
  public 
$playlistItems;
  public 
$playlists;
  public 
$search;
  public 
$subscriptions;
  public 
$superChatEvents;
  public 
$tests;
  public 
$thirdPartyLinks;
  public 
$thumbnails;
  public 
$videoAbuseReportReasons;
  public 
$videoCategories;
  public 
$videos;
  public 
$watermarks;

  
/**
   * Constructs the internal representation of the YouTube service.
   *
   * @param Google_Client $client The client used to deliver requests.
   * @param string $rootUrl The root URL used for requests to the service.
   */
  
public function __construct(Google_Client $client$rootUrl null)
  {
    
parent::__construct($client);
    
$this->rootUrl $rootUrl ?: 'https://youtube.googleapis.com/';
    
$this->servicePath '';
    
$this->batchPath 'batch';
    
$this->version 'v3';
    
$this->serviceName 'youtube';

    
$this->abuseReports = new Google_Service_YouTube_Resource_AbuseReports(
        
$this,
        
$this->serviceName,
        
'abuseReports',
        array(
          
'methods' => array(
            
'insert' => array(
              
'path' => 'youtube/v3/abuseReports',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->activities = new Google_Service_YouTube_Resource_Activities(
        
$this,
        
$this->serviceName,
        
'activities',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/activities',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'home' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'publishedAfter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'publishedBefore' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'regionCode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->captions = new Google_Service_YouTube_Resource_Captions(
        
$this,
        
$this->serviceName,
        
'captions',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/captions',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOf' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'download' => array(
              
'path' => 'youtube/v3/captions/{id}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOf' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tfmt' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tlang' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/captions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOf' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sync' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/captions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'videoId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'onBehalfOf' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/captions',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOf' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sync' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->channelBanners = new Google_Service_YouTube_Resource_ChannelBanners(
        
$this,
        
$this->serviceName,
        
'channelBanners',
        array(
          
'methods' => array(
            
'insert' => array(
              
'path' => 'youtube/v3/channelBanners/insert',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->channelSections = new Google_Service_YouTube_Resource_ChannelSections(
        
$this,
        
$this->serviceName,
        
'channelSections',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/channelSections',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/channelSections',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/channelSections',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/channelSections',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->channels = new Google_Service_YouTube_Resource_Channels(
        
$this,
        
$this->serviceName,
        
'channels',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/channels',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'categoryId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'forUsername' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'managedByMe' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'mySubscribers' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/channels',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->commentThreads = new Google_Service_YouTube_Resource_CommentThreads(
        
$this,
        
$this->serviceName,
        
'commentThreads',
        array(
          
'methods' => array(
            
'insert' => array(
              
'path' => 'youtube/v3/commentThreads',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/commentThreads',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'allThreadsRelatedToChannelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'moderationStatus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'order' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'searchTerms' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'textFormat' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/commentThreads',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->comments = new Google_Service_YouTube_Resource_Comments(
        
$this,
        
$this->serviceName,
        
'comments',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/comments',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/comments',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/comments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'parentId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'textFormat' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'markAsSpam' => array(
              
'path' => 'youtube/v3/comments/markAsSpam',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'setModerationStatus' => array(
              
'path' => 'youtube/v3/comments/setModerationStatus',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'moderationStatus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'banAuthor' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/comments',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->i18nLanguages = new Google_Service_YouTube_Resource_I18nLanguages(
        
$this,
        
$this->serviceName,
        
'i18nLanguages',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/i18nLanguages',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->i18nRegions = new Google_Service_YouTube_Resource_I18nRegions(
        
$this,
        
$this->serviceName,
        
'i18nRegions',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/i18nRegions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->liveBroadcasts = new Google_Service_YouTube_Resource_LiveBroadcasts(
        
$this,
        
$this->serviceName,
        
'liveBroadcasts',
        array(
          
'methods' => array(
            
'bind' => array(
              
'path' => 'youtube/v3/liveBroadcasts/bind',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'streamId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'youtube/v3/liveBroadcasts',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/liveBroadcasts',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/liveBroadcasts',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'broadcastStatus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'broadcastType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'transition' => array(
              
'path' => 'youtube/v3/liveBroadcasts/transition',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'broadcastStatus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/liveBroadcasts',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->liveChatBans = new Google_Service_YouTube_Resource_LiveChatBans(
        
$this,
        
$this->serviceName,
        
'liveChatBans',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/liveChat/bans',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/liveChat/bans',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->liveChatMessages = new Google_Service_YouTube_Resource_LiveChatMessages(
        
$this,
        
$this->serviceName,
        
'liveChatMessages',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/liveChat/messages',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/liveChat/messages',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/liveChat/messages',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'liveChatId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'profileImageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
          )
        )
    );
    
$this->liveChatModerators = new Google_Service_YouTube_Resource_LiveChatModerators(
        
$this,
        
$this->serviceName,
        
'liveChatModerators',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/liveChat/moderators',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/liveChat/moderators',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/liveChat/moderators',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'liveChatId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->liveStreams = new Google_Service_YouTube_Resource_LiveStreams(
        
$this,
        
$this->serviceName,
        
'liveStreams',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/liveStreams',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/liveStreams',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/liveStreams',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/liveStreams',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->members = new Google_Service_YouTube_Resource_Members(
        
$this,
        
$this->serviceName,
        
'members',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/members',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'filterByMemberChannelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'hasAccessToLevel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->membershipsLevels = new Google_Service_YouTube_Resource_MembershipsLevels(
        
$this,
        
$this->serviceName,
        
'membershipsLevels',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/membershipsLevels',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->playlistItems = new Google_Service_YouTube_Resource_PlaylistItems(
        
$this,
        
$this->serviceName,
        
'playlistItems',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/playlistItems',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/playlistItems',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/playlistItems',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'playlistId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/playlistItems',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->playlists = new Google_Service_YouTube_Resource_Playlists(
        
$this,
        
$this->serviceName,
        
'playlists',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/playlists',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/playlists',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/playlists',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/playlists',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->search = new Google_Service_YouTube_Resource_Search(
        
$this,
        
$this->serviceName,
        
'search',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/search',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'channelType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'eventType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'forContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'forDeveloper' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'forMine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'locationRadius' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'order' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'publishedAfter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'publishedBefore' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'q' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'regionCode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'relatedToVideoId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'relevanceLanguage' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'safeSearch' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'topicId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'videoCaption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoCategoryId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoDefinition' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoDimension' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoDuration' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoEmbeddable' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoLicense' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoSyndicated' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->subscriptions = new Google_Service_YouTube_Resource_Subscriptions(
        
$this,
        
$this->serviceName,
        
'subscriptions',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/subscriptions',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/subscriptions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/subscriptions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'forChannelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mine' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'myRecentSubscribers' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'mySubscribers' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'order' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->superChatEvents = new Google_Service_YouTube_Resource_SuperChatEvents(
        
$this,
        
$this->serviceName,
        
'superChatEvents',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/superChatEvents',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->tests = new Google_Service_YouTube_Resource_Tests(
        
$this,
        
$this->serviceName,
        
'tests',
        array(
          
'methods' => array(
            
'insert' => array(
              
'path' => 'youtube/v3/tests',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->thirdPartyLinks = new Google_Service_YouTube_Resource_ThirdPartyLinks(
        
$this,
        
$this->serviceName,
        
'thirdPartyLinks',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/thirdPartyLinks',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'linkingToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/thirdPartyLinks',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/thirdPartyLinks',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'linkingToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/thirdPartyLinks',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->thumbnails = new Google_Service_YouTube_Resource_Thumbnails(
        
$this,
        
$this->serviceName,
        
'thumbnails',
        array(
          
'methods' => array(
            
'set' => array(
              
'path' => 'youtube/v3/thumbnails/set',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'videoId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->videoAbuseReportReasons = new Google_Service_YouTube_Resource_VideoAbuseReportReasons(
        
$this,
        
$this->serviceName,
        
'videoAbuseReportReasons',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/videoAbuseReportReasons',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->videoCategories = new Google_Service_YouTube_Resource_VideoCategories(
        
$this,
        
$this->serviceName,
        
'videoCategories',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'youtube/v3/videoCategories',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'regionCode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->videos = new Google_Service_YouTube_Resource_Videos(
        
$this,
        
$this->serviceName,
        
'videos',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'youtube/v3/videos',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getRating' => array(
              
'path' => 'youtube/v3/videos/getRating',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'insert' => array(
              
'path' => 'youtube/v3/videos',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'autoLevels' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'notifySubscribers' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwnerChannel' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'stabilize' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'youtube/v3/videos',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'chart' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'hl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'locale' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxHeight' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'maxWidth' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'myRating' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'regionCode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'videoCategoryId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'rate' => array(
              
'path' => 'youtube/v3/videos/rate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'id' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'rating' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'reportAbuse' => array(
              
'path' => 'youtube/v3/videos/reportAbuse',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'youtube/v3/videos',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'part' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->watermarks = new Google_Service_YouTube_Resource_Watermarks(
        
$this,
        
$this->serviceName,
        
'watermarks',
        array(
          
'methods' => array(
            
'set' => array(
              
'path' => 'youtube/v3/watermarks/set',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'unset' => array(
              
'path' => 'youtube/v3/watermarks/unset',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'channelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'onBehalfOfContentOwner' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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