google-api-client 0.9.pre4 → 0.9.pre5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +9 -0
- data/README.md +11 -1
- data/api_names.yaml +1 -0
- data/api_names_out.yaml +163 -98
- data/generated/google/apis/admin_datatransfer_v1.rb +1 -1
- data/generated/google/apis/analytics_v3.rb +1 -1
- data/generated/google/apis/analytics_v3/classes.rb +7 -0
- data/generated/google/apis/analytics_v3/representations.rb +1 -0
- data/generated/google/apis/analytics_v3/service.rb +42 -0
- data/generated/google/apis/appstate_v1.rb +1 -1
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +23 -66
- data/generated/google/apis/bigquery_v2/representations.rb +1 -17
- data/generated/google/apis/bigquery_v2/service.rb +6 -6
- data/generated/google/apis/cloudbilling_v1.rb +1 -1
- data/generated/google/apis/cloudmonitoring_v2beta2.rb +1 -1
- data/generated/google/apis/deploymentmanager_v2.rb +1 -1
- data/generated/google/apis/deploymentmanager_v2/classes.rb +5 -4
- data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/service.rb +4 -3
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
- data/generated/google/apis/games_management_v1management.rb +1 -1
- data/generated/google/apis/games_v1.rb +1 -1
- data/generated/google/apis/genomics_v1.rb +1 -1
- data/generated/google/apis/gmail_v1.rb +1 -1
- data/generated/google/apis/gmail_v1/classes.rb +2 -2
- data/generated/google/apis/plus_domains_v1.rb +1 -1
- data/generated/google/apis/plus_v1.rb +1 -1
- data/generated/google/apis/plus_v1/classes.rb +0 -497
- data/generated/google/apis/plus_v1/representations.rb +0 -121
- data/generated/google/apis/plus_v1/service.rb +0 -101
- data/generated/google/apis/replicapoolupdater_v1beta1.rb +1 -1
- data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +4 -4
- data/generated/google/apis/webmasters_v3.rb +3 -3
- data/generated/google/apis/webmasters_v3/service.rb +2 -2
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/generated/google/apis/youtube_v3/classes.rb +942 -64
- data/generated/google/apis/youtube_v3/representations.rb +307 -0
- data/generated/google/apis/youtube_v3/service.rb +443 -1
- data/google-api-client.gemspec +1 -0
- data/lib/google/apis/core/api_command.rb +2 -2
- data/lib/google/apis/core/base_service.rb +2 -0
- data/lib/google/apis/core/http_client_adapter.rb +82 -0
- data/lib/google/apis/core/http_command.rb +16 -1
- data/lib/google/apis/core/json_representation.rb +3 -2
- data/lib/google/apis/core/upload.rb +7 -1
- data/lib/google/apis/options.rb +4 -2
- data/lib/google/apis/version.rb +1 -1
- data/samples/Gemfile +7 -0
- data/samples/README.md +51 -0
- data/samples/google-api-samples +32 -0
- data/samples/lib/base_cli.rb +94 -0
- data/samples/lib/samples/analytics.rb +62 -0
- data/samples/lib/samples/calendar.rb +83 -0
- data/samples/lib/samples/drive.rb +82 -0
- data/samples/lib/samples/gmail.rb +50 -0
- data/samples/lib/samples/pubsub.rb +114 -0
- data/samples/lib/samples/translate.rb +44 -0
- data/samples/lib/samples/you_tube.rb +44 -0
- data/spec/google/apis/core/api_command_spec.rb +39 -0
- data/spec/google/apis/core/http_command_spec.rb +9 -0
- data/spec/google/apis/core/upload_spec.rb +14 -0
- data/spec/google/apis/options_spec.rb +0 -8
- data/spec/integration_tests/adsense_spec.rb +1 -0
- data/spec/integration_tests/pubsub_spec.rb +3 -3
- data/spec/integration_tests/url_shortener_spec.rb +14 -0
- data/spec/spec_helper.rb +33 -6
- data/{samples/translate/translate.rb → spec/spec_helper/load_path_spec.rb} +15 -6
- metadata +30 -6
- data/samples/calendar/calendar.rb +0 -43
- data/samples/drive/drive.rb +0 -47
- data/samples/pubsub/pubsub.rb +0 -51
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5479c5485c36a9d00e4499cbf7a2779e66579e74
|
4
|
+
data.tar.gz: 5496375315f3bb30f16570ad3299f829965fe415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0f7c946ce0f7fe54ea55fb60c51808a12c99914494c3a1984b1232400d843cf511aed1b75f6804a69423c9404284e7eea2ee4e3ee3c9f467a2312d240a43a08
|
7
|
+
data.tar.gz: fb094fcf015da44bd9c00e15a17255803b560342102f60c8026414cf73ee3b31084894ddc72f041bd4328722a66b0d685ec9acf0896c89af01b168de2f772460
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,18 @@
|
|
1
|
+
# 0.9.0.pre5
|
2
|
+
* Change the default HTTP adapter to HTTPClient due to broken connections with long running uploads with Net::HTTP
|
3
|
+
* No longer breaks Object#hash behavior, restores compatibility with Padrino
|
4
|
+
* No longer omit falsey values (0, false, etc) in query parameters
|
5
|
+
* Updated error messages to include the detailed/human friendly message
|
6
|
+
* Allow Tempfile as an upload source
|
7
|
+
* Updated samples for various APIs
|
8
|
+
|
1
9
|
# 0.9.0.pre4
|
2
10
|
* (Breaking change) Updated name method name generation for improved
|
3
11
|
consistency, some services may have changed.
|
4
12
|
* Updated generated APIs
|
5
13
|
* Fix streaming downloads with redirects
|
6
14
|
* No longer swallow exceptions raised in blocks
|
15
|
+
* Preserve query parameters in URLs when using `http()` for generic requests
|
7
16
|
* Avoid masking errors caused by retries with resumable uploads
|
8
17
|
* Deprecating the authorization support under Google::APIClient. Equivalent
|
9
18
|
functionality is now available in google-auth-library-ruby. These will
|
data/README.md
CHANGED
@@ -15,7 +15,7 @@ migrate to the latest version.
|
|
15
15
|
Add this line to your application's Gemfile:
|
16
16
|
|
17
17
|
```ruby
|
18
|
-
gem 'google-api-client', '0.9.
|
18
|
+
gem 'google-api-client', '0.9.pre5'
|
19
19
|
|
20
20
|
```
|
21
21
|
|
@@ -205,6 +205,16 @@ result = translate.list_translations(source: 'en', target: 'es', q: 'Hello world
|
|
205
205
|
puts result.translations.first.translated_text
|
206
206
|
```
|
207
207
|
|
208
|
+
## Samples
|
209
|
+
|
210
|
+
Samples for versions 0.9 and onward can be found in the `samples` directory.
|
211
|
+
Contributions for additional samples are welcome. See [CONTRIBUTING](CONTRIBUTING.md).
|
212
|
+
|
213
|
+
Samples for previous versions can be found in the
|
214
|
+
[google-api-ruby-client-samples](https://github.com/google/google-api-ruby-client-samples)
|
215
|
+
repository.
|
216
|
+
|
217
|
+
|
208
218
|
## Generating APIs
|
209
219
|
|
210
220
|
For [Cloud Endpoints](https://cloud.google.com/endpoints/) or other APIs not included in the gem, ruby code can be
|
data/api_names.yaml
CHANGED
@@ -142,6 +142,7 @@
|
|
142
142
|
"/analytics:v3/analytics.management.profiles.update": update_profile
|
143
143
|
"/analytics:v3/analytics.management.segments.list": list_segments
|
144
144
|
"/analytics:v3/analytics.management.unsampledReports.get": get_unsampled_report
|
145
|
+
"/analytics:v3/analytics.management.unsampledReports.delete": delete_unsampled_report
|
145
146
|
"/analytics:v3/analytics.management.unsampledReports.insert": insert_unsampled_report
|
146
147
|
"/analytics:v3/analytics.management.unsampledReports.list": list_unsampled_reports
|
147
148
|
"/analytics:v3/analytics.management.uploads.deleteUploadData": delete_upload_data
|
data/api_names_out.yaml
CHANGED
@@ -142,6 +142,7 @@
|
|
142
142
|
"/analytics:v3/analytics.management.profiles.update": update_profile
|
143
143
|
"/analytics:v3/analytics.management.segments.list": list_segments
|
144
144
|
"/analytics:v3/analytics.management.unsampledReports.get": get_unsampled_report
|
145
|
+
"/analytics:v3/analytics.management.unsampledReports.delete": delete_unsampled_report
|
145
146
|
"/analytics:v3/analytics.management.unsampledReports.insert": insert_unsampled_report
|
146
147
|
"/analytics:v3/analytics.management.unsampledReports.list": list_unsampled_reports
|
147
148
|
"/analytics:v3/analytics.management.uploads.deleteUploadData": delete_upload_data
|
@@ -5026,6 +5027,10 @@
|
|
5026
5027
|
"/analytics:v3/analytics.management.profiles.update/webPropertyId": web_property_id
|
5027
5028
|
"/analytics:v3/analytics.management.segments.list/max-results": max_results
|
5028
5029
|
"/analytics:v3/analytics.management.segments.list/start-index": start_index
|
5030
|
+
"/analytics:v3/analytics.management.unsampledReports.delete/accountId": account_id
|
5031
|
+
"/analytics:v3/analytics.management.unsampledReports.delete/profileId": profile_id
|
5032
|
+
"/analytics:v3/analytics.management.unsampledReports.delete/unsampledReportId": unsampled_report_id
|
5033
|
+
"/analytics:v3/analytics.management.unsampledReports.delete/webPropertyId": web_property_id
|
5029
5034
|
"/analytics:v3/analytics.management.unsampledReports.get/accountId": account_id
|
5030
5035
|
"/analytics:v3/analytics.management.unsampledReports.get/profileId": profile_id
|
5031
5036
|
"/analytics:v3/analytics.management.unsampledReports.get/unsampledReportId": unsampled_report_id
|
@@ -5555,6 +5560,7 @@
|
|
5555
5560
|
"/analytics:v3/McfData/totalsForAllResults/totals_for_all_result": totals_for_all_result
|
5556
5561
|
"/analytics:v3/Profile": profile
|
5557
5562
|
"/analytics:v3/Profile/accountId": account_id
|
5563
|
+
"/analytics:v3/Profile/botFilteringEnabled": bot_filtering_enabled
|
5558
5564
|
"/analytics:v3/Profile/childLink": child_link
|
5559
5565
|
"/analytics:v3/Profile/childLink/href": href
|
5560
5566
|
"/analytics:v3/Profile/childLink/type": type
|
@@ -6885,7 +6891,6 @@
|
|
6885
6891
|
"/bigquery:v2/JobConfiguration/copy": copy
|
6886
6892
|
"/bigquery:v2/JobConfiguration/dryRun": dry_run
|
6887
6893
|
"/bigquery:v2/JobConfiguration/extract": extract
|
6888
|
-
"/bigquery:v2/JobConfiguration/link": link
|
6889
6894
|
"/bigquery:v2/JobConfiguration/load": load
|
6890
6895
|
"/bigquery:v2/JobConfiguration/query": query
|
6891
6896
|
"/bigquery:v2/JobConfigurationExtract": job_configuration_extract
|
@@ -6897,12 +6902,6 @@
|
|
6897
6902
|
"/bigquery:v2/JobConfigurationExtract/fieldDelimiter": field_delimiter
|
6898
6903
|
"/bigquery:v2/JobConfigurationExtract/printHeader": print_header
|
6899
6904
|
"/bigquery:v2/JobConfigurationExtract/sourceTable": source_table
|
6900
|
-
"/bigquery:v2/JobConfigurationLink": job_configuration_link
|
6901
|
-
"/bigquery:v2/JobConfigurationLink/createDisposition": create_disposition
|
6902
|
-
"/bigquery:v2/JobConfigurationLink/destinationTable": destination_table
|
6903
|
-
"/bigquery:v2/JobConfigurationLink/sourceUri": source_uri
|
6904
|
-
"/bigquery:v2/JobConfigurationLink/sourceUri/source_uri": source_uri
|
6905
|
-
"/bigquery:v2/JobConfigurationLink/writeDisposition": write_disposition
|
6906
6905
|
"/bigquery:v2/JobConfigurationLoad": job_configuration_load
|
6907
6906
|
"/bigquery:v2/JobConfigurationLoad/allowJaggedRows": allow_jagged_rows
|
6908
6907
|
"/bigquery:v2/JobConfigurationLoad/allowQuotedNewlines": allow_quoted_newlines
|
@@ -6929,6 +6928,7 @@
|
|
6929
6928
|
"/bigquery:v2/JobConfigurationQuery/defaultDataset": default_dataset
|
6930
6929
|
"/bigquery:v2/JobConfigurationQuery/destinationTable": destination_table
|
6931
6930
|
"/bigquery:v2/JobConfigurationQuery/flattenResults": flatten_results
|
6931
|
+
"/bigquery:v2/JobConfigurationQuery/maximumBillingTier": maximum_billing_tier
|
6932
6932
|
"/bigquery:v2/JobConfigurationQuery/preserveNulls": preserve_nulls
|
6933
6933
|
"/bigquery:v2/JobConfigurationQuery/priority": priority
|
6934
6934
|
"/bigquery:v2/JobConfigurationQuery/query": query
|
@@ -21571,17 +21571,6 @@
|
|
21571
21571
|
"/plus:v1/plus.comments.list/maxResults": max_results
|
21572
21572
|
"/plus:v1/plus.comments.list/pageToken": page_token
|
21573
21573
|
"/plus:v1/plus.comments.list/sortOrder": sort_order
|
21574
|
-
"/plus:v1/plus.moments.insert": insert_moment
|
21575
|
-
"/plus:v1/plus.moments.insert/collection": collection
|
21576
|
-
"/plus:v1/plus.moments.insert/debug": debug
|
21577
|
-
"/plus:v1/plus.moments.insert/userId": user_id
|
21578
|
-
"/plus:v1/plus.moments.list": list_moments
|
21579
|
-
"/plus:v1/plus.moments.list/collection": collection
|
21580
|
-
"/plus:v1/plus.moments.list/maxResults": max_results
|
21581
|
-
"/plus:v1/plus.moments.list/pageToken": page_token
|
21582
|
-
"/plus:v1/plus.moments.list/targetUrl": target_url
|
21583
|
-
"/plus:v1/plus.moments.list/type": type
|
21584
|
-
"/plus:v1/plus.moments.list/userId": user_id
|
21585
21574
|
"/plus:v1/plus.people.get": get_person
|
21586
21575
|
"/plus:v1/plus.people.get/userId": user_id
|
21587
21576
|
"/plus:v1/plus.people.list": list_people
|
@@ -21743,86 +21732,6 @@
|
|
21743
21732
|
"/plus:v1/CommentFeed/nextPageToken": next_page_token
|
21744
21733
|
"/plus:v1/CommentFeed/title": title
|
21745
21734
|
"/plus:v1/CommentFeed/updated": updated
|
21746
|
-
"/plus:v1/ItemScope": item_scope
|
21747
|
-
"/plus:v1/ItemScope/about": about
|
21748
|
-
"/plus:v1/ItemScope/additionalName": additional_name
|
21749
|
-
"/plus:v1/ItemScope/additionalName/additional_name": additional_name
|
21750
|
-
"/plus:v1/ItemScope/address": address
|
21751
|
-
"/plus:v1/ItemScope/addressCountry": address_country
|
21752
|
-
"/plus:v1/ItemScope/addressLocality": address_locality
|
21753
|
-
"/plus:v1/ItemScope/addressRegion": address_region
|
21754
|
-
"/plus:v1/ItemScope/associated_media": associated_media
|
21755
|
-
"/plus:v1/ItemScope/associated_media/associated_medium": associated_medium
|
21756
|
-
"/plus:v1/ItemScope/attendeeCount": attendee_count
|
21757
|
-
"/plus:v1/ItemScope/attendees": attendees
|
21758
|
-
"/plus:v1/ItemScope/attendees/attendee": attendee
|
21759
|
-
"/plus:v1/ItemScope/audio": audio
|
21760
|
-
"/plus:v1/ItemScope/author": author
|
21761
|
-
"/plus:v1/ItemScope/author/author": author
|
21762
|
-
"/plus:v1/ItemScope/bestRating": best_rating
|
21763
|
-
"/plus:v1/ItemScope/birthDate": birth_date
|
21764
|
-
"/plus:v1/ItemScope/byArtist": by_artist
|
21765
|
-
"/plus:v1/ItemScope/caption": caption
|
21766
|
-
"/plus:v1/ItemScope/contentSize": content_size
|
21767
|
-
"/plus:v1/ItemScope/contentUrl": content_url
|
21768
|
-
"/plus:v1/ItemScope/contributor": contributor
|
21769
|
-
"/plus:v1/ItemScope/contributor/contributor": contributor
|
21770
|
-
"/plus:v1/ItemScope/dateCreated": date_created
|
21771
|
-
"/plus:v1/ItemScope/dateModified": date_modified
|
21772
|
-
"/plus:v1/ItemScope/datePublished": date_published
|
21773
|
-
"/plus:v1/ItemScope/description": description
|
21774
|
-
"/plus:v1/ItemScope/duration": duration
|
21775
|
-
"/plus:v1/ItemScope/embedUrl": embed_url
|
21776
|
-
"/plus:v1/ItemScope/endDate": end_date
|
21777
|
-
"/plus:v1/ItemScope/familyName": family_name
|
21778
|
-
"/plus:v1/ItemScope/gender": gender
|
21779
|
-
"/plus:v1/ItemScope/geo": geo
|
21780
|
-
"/plus:v1/ItemScope/givenName": given_name
|
21781
|
-
"/plus:v1/ItemScope/height": height
|
21782
|
-
"/plus:v1/ItemScope/id": id
|
21783
|
-
"/plus:v1/ItemScope/image": image
|
21784
|
-
"/plus:v1/ItemScope/inAlbum": in_album
|
21785
|
-
"/plus:v1/ItemScope/kind": kind
|
21786
|
-
"/plus:v1/ItemScope/latitude": latitude
|
21787
|
-
"/plus:v1/ItemScope/location": location
|
21788
|
-
"/plus:v1/ItemScope/longitude": longitude
|
21789
|
-
"/plus:v1/ItemScope/name": name
|
21790
|
-
"/plus:v1/ItemScope/partOfTVSeries": part_of_tv_series
|
21791
|
-
"/plus:v1/ItemScope/performers": performers
|
21792
|
-
"/plus:v1/ItemScope/performers/performer": performer
|
21793
|
-
"/plus:v1/ItemScope/playerType": player_type
|
21794
|
-
"/plus:v1/ItemScope/postOfficeBoxNumber": post_office_box_number
|
21795
|
-
"/plus:v1/ItemScope/postalCode": postal_code
|
21796
|
-
"/plus:v1/ItemScope/ratingValue": rating_value
|
21797
|
-
"/plus:v1/ItemScope/reviewRating": review_rating
|
21798
|
-
"/plus:v1/ItemScope/startDate": start_date
|
21799
|
-
"/plus:v1/ItemScope/streetAddress": street_address
|
21800
|
-
"/plus:v1/ItemScope/text": text
|
21801
|
-
"/plus:v1/ItemScope/thumbnail": thumbnail
|
21802
|
-
"/plus:v1/ItemScope/thumbnailUrl": thumbnail_url
|
21803
|
-
"/plus:v1/ItemScope/tickerSymbol": ticker_symbol
|
21804
|
-
"/plus:v1/ItemScope/type": type
|
21805
|
-
"/plus:v1/ItemScope/url": url
|
21806
|
-
"/plus:v1/ItemScope/width": width
|
21807
|
-
"/plus:v1/ItemScope/worstRating": worst_rating
|
21808
|
-
"/plus:v1/Moment": moment
|
21809
|
-
"/plus:v1/Moment/id": id
|
21810
|
-
"/plus:v1/Moment/kind": kind
|
21811
|
-
"/plus:v1/Moment/object": object
|
21812
|
-
"/plus:v1/Moment/result": result
|
21813
|
-
"/plus:v1/Moment/startDate": start_date
|
21814
|
-
"/plus:v1/Moment/target": target
|
21815
|
-
"/plus:v1/Moment/type": type
|
21816
|
-
"/plus:v1/MomentsFeed": moments_feed
|
21817
|
-
"/plus:v1/MomentsFeed/etag": etag
|
21818
|
-
"/plus:v1/MomentsFeed/items": items
|
21819
|
-
"/plus:v1/MomentsFeed/items/item": item
|
21820
|
-
"/plus:v1/MomentsFeed/kind": kind
|
21821
|
-
"/plus:v1/MomentsFeed/nextLink": next_link
|
21822
|
-
"/plus:v1/MomentsFeed/nextPageToken": next_page_token
|
21823
|
-
"/plus:v1/MomentsFeed/selfLink": self_link
|
21824
|
-
"/plus:v1/MomentsFeed/title": title
|
21825
|
-
"/plus:v1/MomentsFeed/updated": updated
|
21826
21735
|
"/plus:v1/PeopleFeed": people_feed
|
21827
21736
|
"/plus:v1/PeopleFeed/etag": etag
|
21828
21737
|
"/plus:v1/PeopleFeed/items": items
|
@@ -24684,6 +24593,11 @@
|
|
24684
24593
|
"/youtube:v3/youtube.comments.setModerationStatus/moderationStatus": moderation_status
|
24685
24594
|
"/youtube:v3/youtube.comments.update": update_comment
|
24686
24595
|
"/youtube:v3/youtube.comments.update/part": part
|
24596
|
+
"/youtube:v3/youtube.fanFundingEvents.list": list_fan_funding_events
|
24597
|
+
"/youtube:v3/youtube.fanFundingEvents.list/hl": hl
|
24598
|
+
"/youtube:v3/youtube.fanFundingEvents.list/maxResults": max_results
|
24599
|
+
"/youtube:v3/youtube.fanFundingEvents.list/pageToken": page_token
|
24600
|
+
"/youtube:v3/youtube.fanFundingEvents.list/part": part
|
24687
24601
|
"/youtube:v3/youtube.guideCategories.list": list_guide_categories
|
24688
24602
|
"/youtube:v3/youtube.guideCategories.list/hl": hl
|
24689
24603
|
"/youtube:v3/youtube.guideCategories.list/id": id
|
@@ -24719,6 +24633,7 @@
|
|
24719
24633
|
"/youtube:v3/youtube.liveBroadcasts.insert/part": part
|
24720
24634
|
"/youtube:v3/youtube.liveBroadcasts.list": list_live_broadcasts
|
24721
24635
|
"/youtube:v3/youtube.liveBroadcasts.list/broadcastStatus": broadcast_status
|
24636
|
+
"/youtube:v3/youtube.liveBroadcasts.list/broadcastType": broadcast_type
|
24722
24637
|
"/youtube:v3/youtube.liveBroadcasts.list/id": id
|
24723
24638
|
"/youtube:v3/youtube.liveBroadcasts.list/maxResults": max_results
|
24724
24639
|
"/youtube:v3/youtube.liveBroadcasts.list/mine": mine
|
@@ -24736,6 +24651,30 @@
|
|
24736
24651
|
"/youtube:v3/youtube.liveBroadcasts.update/onBehalfOfContentOwner": on_behalf_of_content_owner
|
24737
24652
|
"/youtube:v3/youtube.liveBroadcasts.update/onBehalfOfContentOwnerChannel": on_behalf_of_content_owner_channel
|
24738
24653
|
"/youtube:v3/youtube.liveBroadcasts.update/part": part
|
24654
|
+
"/youtube:v3/youtube.liveChatBans.delete": delete_live_chat_ban
|
24655
|
+
"/youtube:v3/youtube.liveChatBans.delete/id": id
|
24656
|
+
"/youtube:v3/youtube.liveChatBans.insert": insert_live_chat_ban
|
24657
|
+
"/youtube:v3/youtube.liveChatBans.insert/part": part
|
24658
|
+
"/youtube:v3/youtube.liveChatMessages.delete": delete_live_chat_message
|
24659
|
+
"/youtube:v3/youtube.liveChatMessages.delete/id": id
|
24660
|
+
"/youtube:v3/youtube.liveChatMessages.insert": insert_live_chat_message
|
24661
|
+
"/youtube:v3/youtube.liveChatMessages.insert/part": part
|
24662
|
+
"/youtube:v3/youtube.liveChatMessages.list": list_live_chat_messages
|
24663
|
+
"/youtube:v3/youtube.liveChatMessages.list/hl": hl
|
24664
|
+
"/youtube:v3/youtube.liveChatMessages.list/liveChatId": live_chat_id
|
24665
|
+
"/youtube:v3/youtube.liveChatMessages.list/maxResults": max_results
|
24666
|
+
"/youtube:v3/youtube.liveChatMessages.list/pageToken": page_token
|
24667
|
+
"/youtube:v3/youtube.liveChatMessages.list/part": part
|
24668
|
+
"/youtube:v3/youtube.liveChatMessages.list/profileImageSize": profile_image_size
|
24669
|
+
"/youtube:v3/youtube.liveChatModerators.delete": delete_live_chat_moderator
|
24670
|
+
"/youtube:v3/youtube.liveChatModerators.delete/id": id
|
24671
|
+
"/youtube:v3/youtube.liveChatModerators.insert": insert_live_chat_moderator
|
24672
|
+
"/youtube:v3/youtube.liveChatModerators.insert/part": part
|
24673
|
+
"/youtube:v3/youtube.liveChatModerators.list": list_live_chat_moderators
|
24674
|
+
"/youtube:v3/youtube.liveChatModerators.list/liveChatId": live_chat_id
|
24675
|
+
"/youtube:v3/youtube.liveChatModerators.list/maxResults": max_results
|
24676
|
+
"/youtube:v3/youtube.liveChatModerators.list/pageToken": page_token
|
24677
|
+
"/youtube:v3/youtube.liveChatModerators.list/part": part
|
24739
24678
|
"/youtube:v3/youtube.liveStreams.delete": delete_live_stream
|
24740
24679
|
"/youtube:v3/youtube.liveStreams.delete/id": id
|
24741
24680
|
"/youtube:v3/youtube.liveStreams.delete/onBehalfOfContentOwner": on_behalf_of_content_owner
|
@@ -24823,6 +24762,11 @@
|
|
24823
24762
|
"/youtube:v3/youtube.search.list/videoLicense": video_license
|
24824
24763
|
"/youtube:v3/youtube.search.list/videoSyndicated": video_syndicated
|
24825
24764
|
"/youtube:v3/youtube.search.list/videoType": video_type
|
24765
|
+
"/youtube:v3/youtube.sponsors.list": list_sponsors
|
24766
|
+
"/youtube:v3/youtube.sponsors.list/filter": filter
|
24767
|
+
"/youtube:v3/youtube.sponsors.list/maxResults": max_results
|
24768
|
+
"/youtube:v3/youtube.sponsors.list/pageToken": page_token
|
24769
|
+
"/youtube:v3/youtube.sponsors.list/part": part
|
24826
24770
|
"/youtube:v3/youtube.subscriptions.delete": delete_subscription
|
24827
24771
|
"/youtube:v3/youtube.subscriptions.delete/id": id
|
24828
24772
|
"/youtube:v3/youtube.subscriptions.insert": insert_subscription
|
@@ -25063,6 +25007,11 @@
|
|
25063
25007
|
"/youtube:v3/ChannelLocalization": channel_localization
|
25064
25008
|
"/youtube:v3/ChannelLocalization/description": description
|
25065
25009
|
"/youtube:v3/ChannelLocalization/title": title
|
25010
|
+
"/youtube:v3/ChannelProfileDetails": channel_profile_details
|
25011
|
+
"/youtube:v3/ChannelProfileDetails/channelId": channel_id
|
25012
|
+
"/youtube:v3/ChannelProfileDetails/channelUrl": channel_url
|
25013
|
+
"/youtube:v3/ChannelProfileDetails/displayName": display_name
|
25014
|
+
"/youtube:v3/ChannelProfileDetails/profileImageUrl": profile_image_url
|
25066
25015
|
"/youtube:v3/ChannelSection": channel_section
|
25067
25016
|
"/youtube:v3/ChannelSection/contentDetails": content_details
|
25068
25017
|
"/youtube:v3/ChannelSection/etag": etag
|
@@ -25260,6 +25209,29 @@
|
|
25260
25209
|
"/youtube:v3/ContentRating/smsaRating": smsa_rating
|
25261
25210
|
"/youtube:v3/ContentRating/tvpgRating": tvpg_rating
|
25262
25211
|
"/youtube:v3/ContentRating/ytRating": yt_rating
|
25212
|
+
"/youtube:v3/FanFundingEvent": fan_funding_event
|
25213
|
+
"/youtube:v3/FanFundingEvent/etag": etag
|
25214
|
+
"/youtube:v3/FanFundingEvent/id": id
|
25215
|
+
"/youtube:v3/FanFundingEvent/kind": kind
|
25216
|
+
"/youtube:v3/FanFundingEvent/snippet": snippet
|
25217
|
+
"/youtube:v3/FanFundingEventListResponse": fan_funding_event_list_response
|
25218
|
+
"/youtube:v3/FanFundingEventListResponse/etag": etag
|
25219
|
+
"/youtube:v3/FanFundingEventListResponse/eventId": event_id
|
25220
|
+
"/youtube:v3/FanFundingEventListResponse/items": items
|
25221
|
+
"/youtube:v3/FanFundingEventListResponse/items/item": item
|
25222
|
+
"/youtube:v3/FanFundingEventListResponse/kind": kind
|
25223
|
+
"/youtube:v3/FanFundingEventListResponse/nextPageToken": next_page_token
|
25224
|
+
"/youtube:v3/FanFundingEventListResponse/pageInfo": page_info
|
25225
|
+
"/youtube:v3/FanFundingEventListResponse/tokenPagination": token_pagination
|
25226
|
+
"/youtube:v3/FanFundingEventListResponse/visitorId": visitor_id
|
25227
|
+
"/youtube:v3/FanFundingEventSnippet": fan_funding_event_snippet
|
25228
|
+
"/youtube:v3/FanFundingEventSnippet/amountMicros": amount_micros
|
25229
|
+
"/youtube:v3/FanFundingEventSnippet/channelId": channel_id
|
25230
|
+
"/youtube:v3/FanFundingEventSnippet/commentText": comment_text
|
25231
|
+
"/youtube:v3/FanFundingEventSnippet/createdAt": created_at
|
25232
|
+
"/youtube:v3/FanFundingEventSnippet/currency": currency
|
25233
|
+
"/youtube:v3/FanFundingEventSnippet/displayString": display_string
|
25234
|
+
"/youtube:v3/FanFundingEventSnippet/supporterDetails": supporter_details
|
25263
25235
|
"/youtube:v3/GeoPoint": geo_point
|
25264
25236
|
"/youtube:v3/GeoPoint/altitude": altitude
|
25265
25237
|
"/youtube:v3/GeoPoint/latitude": latitude
|
@@ -25369,6 +25341,7 @@
|
|
25369
25341
|
"/youtube:v3/LiveBroadcast/topicDetails": topic_details
|
25370
25342
|
"/youtube:v3/LiveBroadcastContentDetails": live_broadcast_content_details
|
25371
25343
|
"/youtube:v3/LiveBroadcastContentDetails/boundStreamId": bound_stream_id
|
25344
|
+
"/youtube:v3/LiveBroadcastContentDetails/closedCaptionsType": closed_captions_type
|
25372
25345
|
"/youtube:v3/LiveBroadcastContentDetails/enableClosedCaptions": enable_closed_captions
|
25373
25346
|
"/youtube:v3/LiveBroadcastContentDetails/enableContentEncryption": enable_content_encryption
|
25374
25347
|
"/youtube:v3/LiveBroadcastContentDetails/enableDvr": enable_dvr
|
@@ -25417,6 +25390,78 @@
|
|
25417
25390
|
"/youtube:v3/LiveBroadcastTopicSnippet": live_broadcast_topic_snippet
|
25418
25391
|
"/youtube:v3/LiveBroadcastTopicSnippet/name": name
|
25419
25392
|
"/youtube:v3/LiveBroadcastTopicSnippet/releaseDate": release_date
|
25393
|
+
"/youtube:v3/LiveChatBan": live_chat_ban
|
25394
|
+
"/youtube:v3/LiveChatBan/etag": etag
|
25395
|
+
"/youtube:v3/LiveChatBan/id": id
|
25396
|
+
"/youtube:v3/LiveChatBan/kind": kind
|
25397
|
+
"/youtube:v3/LiveChatBan/snippet": snippet
|
25398
|
+
"/youtube:v3/LiveChatBanSnippet": live_chat_ban_snippet
|
25399
|
+
"/youtube:v3/LiveChatBanSnippet/banDurationSeconds": ban_duration_seconds
|
25400
|
+
"/youtube:v3/LiveChatBanSnippet/bannedUserDetails": banned_user_details
|
25401
|
+
"/youtube:v3/LiveChatBanSnippet/liveChatId": live_chat_id
|
25402
|
+
"/youtube:v3/LiveChatBanSnippet/type": type
|
25403
|
+
"/youtube:v3/LiveChatFanFundingEventDetails": live_chat_fan_funding_event_details
|
25404
|
+
"/youtube:v3/LiveChatFanFundingEventDetails/amountDisplayString": amount_display_string
|
25405
|
+
"/youtube:v3/LiveChatFanFundingEventDetails/amountMicros": amount_micros
|
25406
|
+
"/youtube:v3/LiveChatFanFundingEventDetails/currency": currency
|
25407
|
+
"/youtube:v3/LiveChatFanFundingEventDetails/userComment": user_comment
|
25408
|
+
"/youtube:v3/LiveChatMessage": live_chat_message
|
25409
|
+
"/youtube:v3/LiveChatMessage/authorDetails": author_details
|
25410
|
+
"/youtube:v3/LiveChatMessage/etag": etag
|
25411
|
+
"/youtube:v3/LiveChatMessage/id": id
|
25412
|
+
"/youtube:v3/LiveChatMessage/kind": kind
|
25413
|
+
"/youtube:v3/LiveChatMessage/snippet": snippet
|
25414
|
+
"/youtube:v3/LiveChatMessageAuthorDetails": live_chat_message_author_details
|
25415
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/channelId": channel_id
|
25416
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/channelUrl": channel_url
|
25417
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/displayName": display_name
|
25418
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/isChatModerator": is_chat_moderator
|
25419
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/isChatOwner": is_chat_owner
|
25420
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/isChatSponsor": is_chat_sponsor
|
25421
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/isVerified": is_verified
|
25422
|
+
"/youtube:v3/LiveChatMessageAuthorDetails/profileImageUrl": profile_image_url
|
25423
|
+
"/youtube:v3/LiveChatMessageListResponse": live_chat_message_list_response
|
25424
|
+
"/youtube:v3/LiveChatMessageListResponse/etag": etag
|
25425
|
+
"/youtube:v3/LiveChatMessageListResponse/eventId": event_id
|
25426
|
+
"/youtube:v3/LiveChatMessageListResponse/items": items
|
25427
|
+
"/youtube:v3/LiveChatMessageListResponse/items/item": item
|
25428
|
+
"/youtube:v3/LiveChatMessageListResponse/kind": kind
|
25429
|
+
"/youtube:v3/LiveChatMessageListResponse/nextPageToken": next_page_token
|
25430
|
+
"/youtube:v3/LiveChatMessageListResponse/offlineAt": offline_at
|
25431
|
+
"/youtube:v3/LiveChatMessageListResponse/pageInfo": page_info
|
25432
|
+
"/youtube:v3/LiveChatMessageListResponse/pollingIntervalMillis": polling_interval_millis
|
25433
|
+
"/youtube:v3/LiveChatMessageListResponse/tokenPagination": token_pagination
|
25434
|
+
"/youtube:v3/LiveChatMessageListResponse/visitorId": visitor_id
|
25435
|
+
"/youtube:v3/LiveChatMessageSnippet": live_chat_message_snippet
|
25436
|
+
"/youtube:v3/LiveChatMessageSnippet/authorChannelId": author_channel_id
|
25437
|
+
"/youtube:v3/LiveChatMessageSnippet/displayMessage": display_message
|
25438
|
+
"/youtube:v3/LiveChatMessageSnippet/fanFundingEventDetails": fan_funding_event_details
|
25439
|
+
"/youtube:v3/LiveChatMessageSnippet/hasDisplayContent": has_display_content
|
25440
|
+
"/youtube:v3/LiveChatMessageSnippet/liveChatId": live_chat_id
|
25441
|
+
"/youtube:v3/LiveChatMessageSnippet/publishedAt": published_at
|
25442
|
+
"/youtube:v3/LiveChatMessageSnippet/textMessageDetails": text_message_details
|
25443
|
+
"/youtube:v3/LiveChatMessageSnippet/type": type
|
25444
|
+
"/youtube:v3/LiveChatModerator": live_chat_moderator
|
25445
|
+
"/youtube:v3/LiveChatModerator/etag": etag
|
25446
|
+
"/youtube:v3/LiveChatModerator/id": id
|
25447
|
+
"/youtube:v3/LiveChatModerator/kind": kind
|
25448
|
+
"/youtube:v3/LiveChatModerator/snippet": snippet
|
25449
|
+
"/youtube:v3/LiveChatModeratorListResponse": live_chat_moderator_list_response
|
25450
|
+
"/youtube:v3/LiveChatModeratorListResponse/etag": etag
|
25451
|
+
"/youtube:v3/LiveChatModeratorListResponse/eventId": event_id
|
25452
|
+
"/youtube:v3/LiveChatModeratorListResponse/items": items
|
25453
|
+
"/youtube:v3/LiveChatModeratorListResponse/items/item": item
|
25454
|
+
"/youtube:v3/LiveChatModeratorListResponse/kind": kind
|
25455
|
+
"/youtube:v3/LiveChatModeratorListResponse/nextPageToken": next_page_token
|
25456
|
+
"/youtube:v3/LiveChatModeratorListResponse/pageInfo": page_info
|
25457
|
+
"/youtube:v3/LiveChatModeratorListResponse/prevPageToken": prev_page_token
|
25458
|
+
"/youtube:v3/LiveChatModeratorListResponse/tokenPagination": token_pagination
|
25459
|
+
"/youtube:v3/LiveChatModeratorListResponse/visitorId": visitor_id
|
25460
|
+
"/youtube:v3/LiveChatModeratorSnippet": live_chat_moderator_snippet
|
25461
|
+
"/youtube:v3/LiveChatModeratorSnippet/liveChatId": live_chat_id
|
25462
|
+
"/youtube:v3/LiveChatModeratorSnippet/moderatorDetails": moderator_details
|
25463
|
+
"/youtube:v3/LiveChatTextMessageDetails": live_chat_text_message_details
|
25464
|
+
"/youtube:v3/LiveChatTextMessageDetails/messageText": message_text
|
25420
25465
|
"/youtube:v3/LiveStream": live_stream
|
25421
25466
|
"/youtube:v3/LiveStream/cdn": cdn
|
25422
25467
|
"/youtube:v3/LiveStream/contentDetails": content_details
|
@@ -25587,6 +25632,25 @@
|
|
25587
25632
|
"/youtube:v3/SearchResultSnippet/publishedAt": published_at
|
25588
25633
|
"/youtube:v3/SearchResultSnippet/thumbnails": thumbnails
|
25589
25634
|
"/youtube:v3/SearchResultSnippet/title": title
|
25635
|
+
"/youtube:v3/Sponsor": sponsor
|
25636
|
+
"/youtube:v3/Sponsor/etag": etag
|
25637
|
+
"/youtube:v3/Sponsor/id": id
|
25638
|
+
"/youtube:v3/Sponsor/kind": kind
|
25639
|
+
"/youtube:v3/Sponsor/snippet": snippet
|
25640
|
+
"/youtube:v3/SponsorListResponse": sponsor_list_response
|
25641
|
+
"/youtube:v3/SponsorListResponse/etag": etag
|
25642
|
+
"/youtube:v3/SponsorListResponse/eventId": event_id
|
25643
|
+
"/youtube:v3/SponsorListResponse/items": items
|
25644
|
+
"/youtube:v3/SponsorListResponse/items/item": item
|
25645
|
+
"/youtube:v3/SponsorListResponse/kind": kind
|
25646
|
+
"/youtube:v3/SponsorListResponse/nextPageToken": next_page_token
|
25647
|
+
"/youtube:v3/SponsorListResponse/pageInfo": page_info
|
25648
|
+
"/youtube:v3/SponsorListResponse/tokenPagination": token_pagination
|
25649
|
+
"/youtube:v3/SponsorListResponse/visitorId": visitor_id
|
25650
|
+
"/youtube:v3/SponsorSnippet": sponsor_snippet
|
25651
|
+
"/youtube:v3/SponsorSnippet/channelId": channel_id
|
25652
|
+
"/youtube:v3/SponsorSnippet/sponsorDetails": sponsor_details
|
25653
|
+
"/youtube:v3/SponsorSnippet/sponsorSince": sponsor_since
|
25590
25654
|
"/youtube:v3/Subscription": subscription
|
25591
25655
|
"/youtube:v3/Subscription/contentDetails": content_details
|
25592
25656
|
"/youtube:v3/Subscription/etag": etag
|
@@ -25770,6 +25834,7 @@
|
|
25770
25834
|
"/youtube:v3/VideoListResponse/tokenPagination": token_pagination
|
25771
25835
|
"/youtube:v3/VideoListResponse/visitorId": visitor_id
|
25772
25836
|
"/youtube:v3/VideoLiveStreamingDetails": video_live_streaming_details
|
25837
|
+
"/youtube:v3/VideoLiveStreamingDetails/activeLiveChatId": active_live_chat_id
|
25773
25838
|
"/youtube:v3/VideoLiveStreamingDetails/actualEndTime": actual_end_time
|
25774
25839
|
"/youtube:v3/VideoLiveStreamingDetails/actualStartTime": actual_start_time
|
25775
25840
|
"/youtube:v3/VideoLiveStreamingDetails/concurrentViewers": concurrent_viewers
|