Code Duplication    Length = 92-92 lines in 11 locations

geodirectory-admin/google-api-php-client/src/Google/Service/YouTube.php 11 locations

@@ 5028-5119 (lines=92) @@
5025
  }
5026
}
5027
5028
class Google_Service_YouTube_ActivityListResponse extends Google_Collection
5029
{
5030
  protected $collection_key = 'items';
5031
  protected $internal_gapi_mappings = array(
5032
  );
5033
  public $etag;
5034
  public $eventId;
5035
  protected $itemsType = 'Google_Service_YouTube_Activity';
5036
  protected $itemsDataType = 'array';
5037
  public $kind;
5038
  public $nextPageToken;
5039
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
5040
  protected $pageInfoDataType = '';
5041
  public $prevPageToken;
5042
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
5043
  protected $tokenPaginationDataType = '';
5044
  public $visitorId;
5045
5046
5047
  public function setEtag($etag)
5048
  {
5049
    $this->etag = $etag;
5050
  }
5051
  public function getEtag()
5052
  {
5053
    return $this->etag;
5054
  }
5055
  public function setEventId($eventId)
5056
  {
5057
    $this->eventId = $eventId;
5058
  }
5059
  public function getEventId()
5060
  {
5061
    return $this->eventId;
5062
  }
5063
  public function setItems($items)
5064
  {
5065
    $this->items = $items;
5066
  }
5067
  public function getItems()
5068
  {
5069
    return $this->items;
5070
  }
5071
  public function setKind($kind)
5072
  {
5073
    $this->kind = $kind;
5074
  }
5075
  public function getKind()
5076
  {
5077
    return $this->kind;
5078
  }
5079
  public function setNextPageToken($nextPageToken)
5080
  {
5081
    $this->nextPageToken = $nextPageToken;
5082
  }
5083
  public function getNextPageToken()
5084
  {
5085
    return $this->nextPageToken;
5086
  }
5087
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
5088
  {
5089
    $this->pageInfo = $pageInfo;
5090
  }
5091
  public function getPageInfo()
5092
  {
5093
    return $this->pageInfo;
5094
  }
5095
  public function setPrevPageToken($prevPageToken)
5096
  {
5097
    $this->prevPageToken = $prevPageToken;
5098
  }
5099
  public function getPrevPageToken()
5100
  {
5101
    return $this->prevPageToken;
5102
  }
5103
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
5104
  {
5105
    $this->tokenPagination = $tokenPagination;
5106
  }
5107
  public function getTokenPagination()
5108
  {
5109
    return $this->tokenPagination;
5110
  }
5111
  public function setVisitorId($visitorId)
5112
  {
5113
    $this->visitorId = $visitorId;
5114
  }
5115
  public function getVisitorId()
5116
  {
5117
    return $this->visitorId;
5118
  }
5119
}
5120
5121
class Google_Service_YouTube_ActivitySnippet extends Google_Model
5122
{
@@ 5904-5995 (lines=92) @@
5901
  }
5902
}
5903
5904
class Google_Service_YouTube_ChannelListResponse extends Google_Collection
5905
{
5906
  protected $collection_key = 'items';
5907
  protected $internal_gapi_mappings = array(
5908
  );
5909
  public $etag;
5910
  public $eventId;
5911
  protected $itemsType = 'Google_Service_YouTube_Channel';
5912
  protected $itemsDataType = 'array';
5913
  public $kind;
5914
  public $nextPageToken;
5915
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
5916
  protected $pageInfoDataType = '';
5917
  public $prevPageToken;
5918
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
5919
  protected $tokenPaginationDataType = '';
5920
  public $visitorId;
5921
5922
5923
  public function setEtag($etag)
5924
  {
5925
    $this->etag = $etag;
5926
  }
5927
  public function getEtag()
5928
  {
5929
    return $this->etag;
5930
  }
5931
  public function setEventId($eventId)
5932
  {
5933
    $this->eventId = $eventId;
5934
  }
5935
  public function getEventId()
5936
  {
5937
    return $this->eventId;
5938
  }
5939
  public function setItems($items)
5940
  {
5941
    $this->items = $items;
5942
  }
5943
  public function getItems()
5944
  {
5945
    return $this->items;
5946
  }
5947
  public function setKind($kind)
5948
  {
5949
    $this->kind = $kind;
5950
  }
5951
  public function getKind()
5952
  {
5953
    return $this->kind;
5954
  }
5955
  public function setNextPageToken($nextPageToken)
5956
  {
5957
    $this->nextPageToken = $nextPageToken;
5958
  }
5959
  public function getNextPageToken()
5960
  {
5961
    return $this->nextPageToken;
5962
  }
5963
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
5964
  {
5965
    $this->pageInfo = $pageInfo;
5966
  }
5967
  public function getPageInfo()
5968
  {
5969
    return $this->pageInfo;
5970
  }
5971
  public function setPrevPageToken($prevPageToken)
5972
  {
5973
    $this->prevPageToken = $prevPageToken;
5974
  }
5975
  public function getPrevPageToken()
5976
  {
5977
    return $this->prevPageToken;
5978
  }
5979
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
5980
  {
5981
    $this->tokenPagination = $tokenPagination;
5982
  }
5983
  public function getTokenPagination()
5984
  {
5985
    return $this->tokenPagination;
5986
  }
5987
  public function setVisitorId($visitorId)
5988
  {
5989
    $this->visitorId = $visitorId;
5990
  }
5991
  public function getVisitorId()
5992
  {
5993
    return $this->visitorId;
5994
  }
5995
}
5996
5997
class Google_Service_YouTube_ChannelLocalization extends Google_Model
5998
{
@@ 7795-7886 (lines=92) @@
7792
  }
7793
}
7794
7795
class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
7796
{
7797
  protected $collection_key = 'items';
7798
  protected $internal_gapi_mappings = array(
7799
  );
7800
  public $etag;
7801
  public $eventId;
7802
  protected $itemsType = 'Google_Service_YouTube_GuideCategory';
7803
  protected $itemsDataType = 'array';
7804
  public $kind;
7805
  public $nextPageToken;
7806
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
7807
  protected $pageInfoDataType = '';
7808
  public $prevPageToken;
7809
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
7810
  protected $tokenPaginationDataType = '';
7811
  public $visitorId;
7812
7813
7814
  public function setEtag($etag)
7815
  {
7816
    $this->etag = $etag;
7817
  }
7818
  public function getEtag()
7819
  {
7820
    return $this->etag;
7821
  }
7822
  public function setEventId($eventId)
7823
  {
7824
    $this->eventId = $eventId;
7825
  }
7826
  public function getEventId()
7827
  {
7828
    return $this->eventId;
7829
  }
7830
  public function setItems($items)
7831
  {
7832
    $this->items = $items;
7833
  }
7834
  public function getItems()
7835
  {
7836
    return $this->items;
7837
  }
7838
  public function setKind($kind)
7839
  {
7840
    $this->kind = $kind;
7841
  }
7842
  public function getKind()
7843
  {
7844
    return $this->kind;
7845
  }
7846
  public function setNextPageToken($nextPageToken)
7847
  {
7848
    $this->nextPageToken = $nextPageToken;
7849
  }
7850
  public function getNextPageToken()
7851
  {
7852
    return $this->nextPageToken;
7853
  }
7854
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
7855
  {
7856
    $this->pageInfo = $pageInfo;
7857
  }
7858
  public function getPageInfo()
7859
  {
7860
    return $this->pageInfo;
7861
  }
7862
  public function setPrevPageToken($prevPageToken)
7863
  {
7864
    $this->prevPageToken = $prevPageToken;
7865
  }
7866
  public function getPrevPageToken()
7867
  {
7868
    return $this->prevPageToken;
7869
  }
7870
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
7871
  {
7872
    $this->tokenPagination = $tokenPagination;
7873
  }
7874
  public function getTokenPagination()
7875
  {
7876
    return $this->tokenPagination;
7877
  }
7878
  public function setVisitorId($visitorId)
7879
  {
7880
    $this->visitorId = $visitorId;
7881
  }
7882
  public function getVisitorId()
7883
  {
7884
    return $this->visitorId;
7885
  }
7886
}
7887
7888
class Google_Service_YouTube_GuideCategorySnippet extends Google_Model
7889
{
@@ 8768-8859 (lines=92) @@
8765
  }
8766
}
8767
8768
class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
8769
{
8770
  protected $collection_key = 'items';
8771
  protected $internal_gapi_mappings = array(
8772
  );
8773
  public $etag;
8774
  public $eventId;
8775
  protected $itemsType = 'Google_Service_YouTube_LiveBroadcast';
8776
  protected $itemsDataType = 'array';
8777
  public $kind;
8778
  public $nextPageToken;
8779
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
8780
  protected $pageInfoDataType = '';
8781
  public $prevPageToken;
8782
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
8783
  protected $tokenPaginationDataType = '';
8784
  public $visitorId;
8785
8786
8787
  public function setEtag($etag)
8788
  {
8789
    $this->etag = $etag;
8790
  }
8791
  public function getEtag()
8792
  {
8793
    return $this->etag;
8794
  }
8795
  public function setEventId($eventId)
8796
  {
8797
    $this->eventId = $eventId;
8798
  }
8799
  public function getEventId()
8800
  {
8801
    return $this->eventId;
8802
  }
8803
  public function setItems($items)
8804
  {
8805
    $this->items = $items;
8806
  }
8807
  public function getItems()
8808
  {
8809
    return $this->items;
8810
  }
8811
  public function setKind($kind)
8812
  {
8813
    $this->kind = $kind;
8814
  }
8815
  public function getKind()
8816
  {
8817
    return $this->kind;
8818
  }
8819
  public function setNextPageToken($nextPageToken)
8820
  {
8821
    $this->nextPageToken = $nextPageToken;
8822
  }
8823
  public function getNextPageToken()
8824
  {
8825
    return $this->nextPageToken;
8826
  }
8827
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
8828
  {
8829
    $this->pageInfo = $pageInfo;
8830
  }
8831
  public function getPageInfo()
8832
  {
8833
    return $this->pageInfo;
8834
  }
8835
  public function setPrevPageToken($prevPageToken)
8836
  {
8837
    $this->prevPageToken = $prevPageToken;
8838
  }
8839
  public function getPrevPageToken()
8840
  {
8841
    return $this->prevPageToken;
8842
  }
8843
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
8844
  {
8845
    $this->tokenPagination = $tokenPagination;
8846
  }
8847
  public function getTokenPagination()
8848
  {
8849
    return $this->tokenPagination;
8850
  }
8851
  public function setVisitorId($visitorId)
8852
  {
8853
    $this->visitorId = $visitorId;
8854
  }
8855
  public function getVisitorId()
8856
  {
8857
    return $this->visitorId;
8858
  }
8859
}
8860
8861
class Google_Service_YouTube_LiveBroadcastSnippet extends Google_Model
8862
{
@@ 9293-9384 (lines=92) @@
9290
  }
9291
}
9292
9293
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
9294
{
9295
  protected $collection_key = 'items';
9296
  protected $internal_gapi_mappings = array(
9297
  );
9298
  public $etag;
9299
  public $eventId;
9300
  protected $itemsType = 'Google_Service_YouTube_LiveStream';
9301
  protected $itemsDataType = 'array';
9302
  public $kind;
9303
  public $nextPageToken;
9304
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
9305
  protected $pageInfoDataType = '';
9306
  public $prevPageToken;
9307
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
9308
  protected $tokenPaginationDataType = '';
9309
  public $visitorId;
9310
9311
9312
  public function setEtag($etag)
9313
  {
9314
    $this->etag = $etag;
9315
  }
9316
  public function getEtag()
9317
  {
9318
    return $this->etag;
9319
  }
9320
  public function setEventId($eventId)
9321
  {
9322
    $this->eventId = $eventId;
9323
  }
9324
  public function getEventId()
9325
  {
9326
    return $this->eventId;
9327
  }
9328
  public function setItems($items)
9329
  {
9330
    $this->items = $items;
9331
  }
9332
  public function getItems()
9333
  {
9334
    return $this->items;
9335
  }
9336
  public function setKind($kind)
9337
  {
9338
    $this->kind = $kind;
9339
  }
9340
  public function getKind()
9341
  {
9342
    return $this->kind;
9343
  }
9344
  public function setNextPageToken($nextPageToken)
9345
  {
9346
    $this->nextPageToken = $nextPageToken;
9347
  }
9348
  public function getNextPageToken()
9349
  {
9350
    return $this->nextPageToken;
9351
  }
9352
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
9353
  {
9354
    $this->pageInfo = $pageInfo;
9355
  }
9356
  public function getPageInfo()
9357
  {
9358
    return $this->pageInfo;
9359
  }
9360
  public function setPrevPageToken($prevPageToken)
9361
  {
9362
    $this->prevPageToken = $prevPageToken;
9363
  }
9364
  public function getPrevPageToken()
9365
  {
9366
    return $this->prevPageToken;
9367
  }
9368
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
9369
  {
9370
    $this->tokenPagination = $tokenPagination;
9371
  }
9372
  public function getTokenPagination()
9373
  {
9374
    return $this->tokenPagination;
9375
  }
9376
  public function setVisitorId($visitorId)
9377
  {
9378
    $this->visitorId = $visitorId;
9379
  }
9380
  public function getVisitorId()
9381
  {
9382
    return $this->visitorId;
9383
  }
9384
}
9385
9386
class Google_Service_YouTube_LiveStreamSnippet extends Google_Model
9387
{
@@ 9802-9893 (lines=92) @@
9799
  }
9800
}
9801
9802
class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
9803
{
9804
  protected $collection_key = 'items';
9805
  protected $internal_gapi_mappings = array(
9806
  );
9807
  public $etag;
9808
  public $eventId;
9809
  protected $itemsType = 'Google_Service_YouTube_PlaylistItem';
9810
  protected $itemsDataType = 'array';
9811
  public $kind;
9812
  public $nextPageToken;
9813
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
9814
  protected $pageInfoDataType = '';
9815
  public $prevPageToken;
9816
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
9817
  protected $tokenPaginationDataType = '';
9818
  public $visitorId;
9819
9820
9821
  public function setEtag($etag)
9822
  {
9823
    $this->etag = $etag;
9824
  }
9825
  public function getEtag()
9826
  {
9827
    return $this->etag;
9828
  }
9829
  public function setEventId($eventId)
9830
  {
9831
    $this->eventId = $eventId;
9832
  }
9833
  public function getEventId()
9834
  {
9835
    return $this->eventId;
9836
  }
9837
  public function setItems($items)
9838
  {
9839
    $this->items = $items;
9840
  }
9841
  public function getItems()
9842
  {
9843
    return $this->items;
9844
  }
9845
  public function setKind($kind)
9846
  {
9847
    $this->kind = $kind;
9848
  }
9849
  public function getKind()
9850
  {
9851
    return $this->kind;
9852
  }
9853
  public function setNextPageToken($nextPageToken)
9854
  {
9855
    $this->nextPageToken = $nextPageToken;
9856
  }
9857
  public function getNextPageToken()
9858
  {
9859
    return $this->nextPageToken;
9860
  }
9861
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
9862
  {
9863
    $this->pageInfo = $pageInfo;
9864
  }
9865
  public function getPageInfo()
9866
  {
9867
    return $this->pageInfo;
9868
  }
9869
  public function setPrevPageToken($prevPageToken)
9870
  {
9871
    $this->prevPageToken = $prevPageToken;
9872
  }
9873
  public function getPrevPageToken()
9874
  {
9875
    return $this->prevPageToken;
9876
  }
9877
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
9878
  {
9879
    $this->tokenPagination = $tokenPagination;
9880
  }
9881
  public function getTokenPagination()
9882
  {
9883
    return $this->tokenPagination;
9884
  }
9885
  public function setVisitorId($visitorId)
9886
  {
9887
    $this->visitorId = $visitorId;
9888
  }
9889
  public function getVisitorId()
9890
  {
9891
    return $this->visitorId;
9892
  }
9893
}
9894
9895
class Google_Service_YouTube_PlaylistItemSnippet extends Google_Model
9896
{
@@ 10003-10094 (lines=92) @@
10000
  }
10001
}
10002
10003
class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
10004
{
10005
  protected $collection_key = 'items';
10006
  protected $internal_gapi_mappings = array(
10007
  );
10008
  public $etag;
10009
  public $eventId;
10010
  protected $itemsType = 'Google_Service_YouTube_Playlist';
10011
  protected $itemsDataType = 'array';
10012
  public $kind;
10013
  public $nextPageToken;
10014
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
10015
  protected $pageInfoDataType = '';
10016
  public $prevPageToken;
10017
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
10018
  protected $tokenPaginationDataType = '';
10019
  public $visitorId;
10020
10021
10022
  public function setEtag($etag)
10023
  {
10024
    $this->etag = $etag;
10025
  }
10026
  public function getEtag()
10027
  {
10028
    return $this->etag;
10029
  }
10030
  public function setEventId($eventId)
10031
  {
10032
    $this->eventId = $eventId;
10033
  }
10034
  public function getEventId()
10035
  {
10036
    return $this->eventId;
10037
  }
10038
  public function setItems($items)
10039
  {
10040
    $this->items = $items;
10041
  }
10042
  public function getItems()
10043
  {
10044
    return $this->items;
10045
  }
10046
  public function setKind($kind)
10047
  {
10048
    $this->kind = $kind;
10049
  }
10050
  public function getKind()
10051
  {
10052
    return $this->kind;
10053
  }
10054
  public function setNextPageToken($nextPageToken)
10055
  {
10056
    $this->nextPageToken = $nextPageToken;
10057
  }
10058
  public function getNextPageToken()
10059
  {
10060
    return $this->nextPageToken;
10061
  }
10062
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10063
  {
10064
    $this->pageInfo = $pageInfo;
10065
  }
10066
  public function getPageInfo()
10067
  {
10068
    return $this->pageInfo;
10069
  }
10070
  public function setPrevPageToken($prevPageToken)
10071
  {
10072
    $this->prevPageToken = $prevPageToken;
10073
  }
10074
  public function getPrevPageToken()
10075
  {
10076
    return $this->prevPageToken;
10077
  }
10078
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10079
  {
10080
    $this->tokenPagination = $tokenPagination;
10081
  }
10082
  public function getTokenPagination()
10083
  {
10084
    return $this->tokenPagination;
10085
  }
10086
  public function setVisitorId($visitorId)
10087
  {
10088
    $this->visitorId = $visitorId;
10089
  }
10090
  public function getVisitorId()
10091
  {
10092
    return $this->visitorId;
10093
  }
10094
}
10095
10096
class Google_Service_YouTube_PlaylistLocalization extends Google_Model
10097
{
@@ 10412-10503 (lines=92) @@
10409
  }
10410
}
10411
10412
class Google_Service_YouTube_SearchListResponse extends Google_Collection
10413
{
10414
  protected $collection_key = 'items';
10415
  protected $internal_gapi_mappings = array(
10416
  );
10417
  public $etag;
10418
  public $eventId;
10419
  protected $itemsType = 'Google_Service_YouTube_SearchResult';
10420
  protected $itemsDataType = 'array';
10421
  public $kind;
10422
  public $nextPageToken;
10423
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
10424
  protected $pageInfoDataType = '';
10425
  public $prevPageToken;
10426
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
10427
  protected $tokenPaginationDataType = '';
10428
  public $visitorId;
10429
10430
10431
  public function setEtag($etag)
10432
  {
10433
    $this->etag = $etag;
10434
  }
10435
  public function getEtag()
10436
  {
10437
    return $this->etag;
10438
  }
10439
  public function setEventId($eventId)
10440
  {
10441
    $this->eventId = $eventId;
10442
  }
10443
  public function getEventId()
10444
  {
10445
    return $this->eventId;
10446
  }
10447
  public function setItems($items)
10448
  {
10449
    $this->items = $items;
10450
  }
10451
  public function getItems()
10452
  {
10453
    return $this->items;
10454
  }
10455
  public function setKind($kind)
10456
  {
10457
    $this->kind = $kind;
10458
  }
10459
  public function getKind()
10460
  {
10461
    return $this->kind;
10462
  }
10463
  public function setNextPageToken($nextPageToken)
10464
  {
10465
    $this->nextPageToken = $nextPageToken;
10466
  }
10467
  public function getNextPageToken()
10468
  {
10469
    return $this->nextPageToken;
10470
  }
10471
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10472
  {
10473
    $this->pageInfo = $pageInfo;
10474
  }
10475
  public function getPageInfo()
10476
  {
10477
    return $this->pageInfo;
10478
  }
10479
  public function setPrevPageToken($prevPageToken)
10480
  {
10481
    $this->prevPageToken = $prevPageToken;
10482
  }
10483
  public function getPrevPageToken()
10484
  {
10485
    return $this->prevPageToken;
10486
  }
10487
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10488
  {
10489
    $this->tokenPagination = $tokenPagination;
10490
  }
10491
  public function getTokenPagination()
10492
  {
10493
    return $this->tokenPagination;
10494
  }
10495
  public function setVisitorId($visitorId)
10496
  {
10497
    $this->visitorId = $visitorId;
10498
  }
10499
  public function getVisitorId()
10500
  {
10501
    return $this->visitorId;
10502
  }
10503
}
10504
10505
class Google_Service_YouTube_SearchResult extends Google_Model
10506
{
@@ 10723-10814 (lines=92) @@
10720
  }
10721
}
10722
10723
class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
10724
{
10725
  protected $collection_key = 'items';
10726
  protected $internal_gapi_mappings = array(
10727
  );
10728
  public $etag;
10729
  public $eventId;
10730
  protected $itemsType = 'Google_Service_YouTube_Subscription';
10731
  protected $itemsDataType = 'array';
10732
  public $kind;
10733
  public $nextPageToken;
10734
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
10735
  protected $pageInfoDataType = '';
10736
  public $prevPageToken;
10737
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
10738
  protected $tokenPaginationDataType = '';
10739
  public $visitorId;
10740
10741
10742
  public function setEtag($etag)
10743
  {
10744
    $this->etag = $etag;
10745
  }
10746
  public function getEtag()
10747
  {
10748
    return $this->etag;
10749
  }
10750
  public function setEventId($eventId)
10751
  {
10752
    $this->eventId = $eventId;
10753
  }
10754
  public function getEventId()
10755
  {
10756
    return $this->eventId;
10757
  }
10758
  public function setItems($items)
10759
  {
10760
    $this->items = $items;
10761
  }
10762
  public function getItems()
10763
  {
10764
    return $this->items;
10765
  }
10766
  public function setKind($kind)
10767
  {
10768
    $this->kind = $kind;
10769
  }
10770
  public function getKind()
10771
  {
10772
    return $this->kind;
10773
  }
10774
  public function setNextPageToken($nextPageToken)
10775
  {
10776
    $this->nextPageToken = $nextPageToken;
10777
  }
10778
  public function getNextPageToken()
10779
  {
10780
    return $this->nextPageToken;
10781
  }
10782
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10783
  {
10784
    $this->pageInfo = $pageInfo;
10785
  }
10786
  public function getPageInfo()
10787
  {
10788
    return $this->pageInfo;
10789
  }
10790
  public function setPrevPageToken($prevPageToken)
10791
  {
10792
    $this->prevPageToken = $prevPageToken;
10793
  }
10794
  public function getPrevPageToken()
10795
  {
10796
    return $this->prevPageToken;
10797
  }
10798
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10799
  {
10800
    $this->tokenPagination = $tokenPagination;
10801
  }
10802
  public function getTokenPagination()
10803
  {
10804
    return $this->tokenPagination;
10805
  }
10806
  public function setVisitorId($visitorId)
10807
  {
10808
    $this->visitorId = $visitorId;
10809
  }
10810
  public function getVisitorId()
10811
  {
10812
    return $this->visitorId;
10813
  }
10814
}
10815
10816
class Google_Service_YouTube_SubscriptionSnippet extends Google_Model
10817
{
@@ 11568-11659 (lines=92) @@
11565
  }
11566
}
11567
11568
class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
11569
{
11570
  protected $collection_key = 'items';
11571
  protected $internal_gapi_mappings = array(
11572
  );
11573
  public $etag;
11574
  public $eventId;
11575
  protected $itemsType = 'Google_Service_YouTube_VideoCategory';
11576
  protected $itemsDataType = 'array';
11577
  public $kind;
11578
  public $nextPageToken;
11579
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
11580
  protected $pageInfoDataType = '';
11581
  public $prevPageToken;
11582
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
11583
  protected $tokenPaginationDataType = '';
11584
  public $visitorId;
11585
11586
11587
  public function setEtag($etag)
11588
  {
11589
    $this->etag = $etag;
11590
  }
11591
  public function getEtag()
11592
  {
11593
    return $this->etag;
11594
  }
11595
  public function setEventId($eventId)
11596
  {
11597
    $this->eventId = $eventId;
11598
  }
11599
  public function getEventId()
11600
  {
11601
    return $this->eventId;
11602
  }
11603
  public function setItems($items)
11604
  {
11605
    $this->items = $items;
11606
  }
11607
  public function getItems()
11608
  {
11609
    return $this->items;
11610
  }
11611
  public function setKind($kind)
11612
  {
11613
    $this->kind = $kind;
11614
  }
11615
  public function getKind()
11616
  {
11617
    return $this->kind;
11618
  }
11619
  public function setNextPageToken($nextPageToken)
11620
  {
11621
    $this->nextPageToken = $nextPageToken;
11622
  }
11623
  public function getNextPageToken()
11624
  {
11625
    return $this->nextPageToken;
11626
  }
11627
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
11628
  {
11629
    $this->pageInfo = $pageInfo;
11630
  }
11631
  public function getPageInfo()
11632
  {
11633
    return $this->pageInfo;
11634
  }
11635
  public function setPrevPageToken($prevPageToken)
11636
  {
11637
    $this->prevPageToken = $prevPageToken;
11638
  }
11639
  public function getPrevPageToken()
11640
  {
11641
    return $this->prevPageToken;
11642
  }
11643
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
11644
  {
11645
    $this->tokenPagination = $tokenPagination;
11646
  }
11647
  public function getTokenPagination()
11648
  {
11649
    return $this->tokenPagination;
11650
  }
11651
  public function setVisitorId($visitorId)
11652
  {
11653
    $this->visitorId = $visitorId;
11654
  }
11655
  public function getVisitorId()
11656
  {
11657
    return $this->visitorId;
11658
  }
11659
}
11660
11661
class Google_Service_YouTube_VideoCategorySnippet extends Google_Model
11662
{
@@ 12132-12223 (lines=92) @@
12129
  }
12130
}
12131
12132
class Google_Service_YouTube_VideoListResponse extends Google_Collection
12133
{
12134
  protected $collection_key = 'items';
12135
  protected $internal_gapi_mappings = array(
12136
  );
12137
  public $etag;
12138
  public $eventId;
12139
  protected $itemsType = 'Google_Service_YouTube_Video';
12140
  protected $itemsDataType = 'array';
12141
  public $kind;
12142
  public $nextPageToken;
12143
  protected $pageInfoType = 'Google_Service_YouTube_PageInfo';
12144
  protected $pageInfoDataType = '';
12145
  public $prevPageToken;
12146
  protected $tokenPaginationType = 'Google_Service_YouTube_TokenPagination';
12147
  protected $tokenPaginationDataType = '';
12148
  public $visitorId;
12149
12150
12151
  public function setEtag($etag)
12152
  {
12153
    $this->etag = $etag;
12154
  }
12155
  public function getEtag()
12156
  {
12157
    return $this->etag;
12158
  }
12159
  public function setEventId($eventId)
12160
  {
12161
    $this->eventId = $eventId;
12162
  }
12163
  public function getEventId()
12164
  {
12165
    return $this->eventId;
12166
  }
12167
  public function setItems($items)
12168
  {
12169
    $this->items = $items;
12170
  }
12171
  public function getItems()
12172
  {
12173
    return $this->items;
12174
  }
12175
  public function setKind($kind)
12176
  {
12177
    $this->kind = $kind;
12178
  }
12179
  public function getKind()
12180
  {
12181
    return $this->kind;
12182
  }
12183
  public function setNextPageToken($nextPageToken)
12184
  {
12185
    $this->nextPageToken = $nextPageToken;
12186
  }
12187
  public function getNextPageToken()
12188
  {
12189
    return $this->nextPageToken;
12190
  }
12191
  public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
12192
  {
12193
    $this->pageInfo = $pageInfo;
12194
  }
12195
  public function getPageInfo()
12196
  {
12197
    return $this->pageInfo;
12198
  }
12199
  public function setPrevPageToken($prevPageToken)
12200
  {
12201
    $this->prevPageToken = $prevPageToken;
12202
  }
12203
  public function getPrevPageToken()
12204
  {
12205
    return $this->prevPageToken;
12206
  }
12207
  public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
12208
  {
12209
    $this->tokenPagination = $tokenPagination;
12210
  }
12211
  public function getTokenPagination()
12212
  {
12213
    return $this->tokenPagination;
12214
  }
12215
  public function setVisitorId($visitorId)
12216
  {
12217
    $this->visitorId = $visitorId;
12218
  }
12219
  public function getVisitorId()
12220
  {
12221
    return $this->visitorId;
12222
  }
12223
}
12224
12225
class Google_Service_YouTube_VideoLiveStreamingDetails extends Google_Model
12226
{