diff --git a/generated/google/apis/drive_v3.rb b/generated/google/apis/drive_v3.rb index 0a73b2c87..7ebd7cfb2 100644 --- a/generated/google/apis/drive_v3.rb +++ b/generated/google/apis/drive_v3.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/drive/ module DriveV3 VERSION = 'V3' - REVISION = '20201012' + REVISION = '20201101' # See, edit, create, and delete all of your Google Drive files AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/drive_v3/classes.rb b/generated/google/apis/drive_v3/classes.rb index e7d7e2a6e..2e1a59619 100644 --- a/generated/google/apis/drive_v3/classes.rb +++ b/generated/google/apis/drive_v3/classes.rb @@ -1057,7 +1057,7 @@ module Google attr_accessor :explicitly_trashed alias_method :explicitly_trashed?, :explicitly_trashed - # Links for exporting Google Docs to specific formats. + # Links for exporting Docs Editors files to specific formats. # Corresponds to the JSON property `exportLinks` # @return [Hash] attr_accessor :export_links @@ -2436,7 +2436,7 @@ module Google class Revision include Google::Apis::Core::Hashable - # Links for exporting Google Docs to specific formats. + # Links for exporting Docs Editors files to specific formats. # Corresponds to the JSON property `exportLinks` # @return [Hash] attr_accessor :export_links @@ -2490,13 +2490,14 @@ module Google attr_accessor :original_filename # Whether subsequent revisions will be automatically republished. This is only - # applicable to Google Docs. + # applicable to Docs Editors files. # Corresponds to the JSON property `publishAuto` # @return [Boolean] attr_accessor :publish_auto alias_method :publish_auto?, :publish_auto - # Whether this revision is published. This is only applicable to Google Docs. + # Whether this revision is published. This is only applicable to Docs Editors + # files. # Corresponds to the JSON property `published` # @return [Boolean] attr_accessor :published @@ -2509,7 +2510,7 @@ module Google attr_accessor :published_link # Whether this revision is published outside the domain. This is only applicable - # to Google Docs. + # to Docs Editors files. # Corresponds to the JSON property `publishedOutsideDomain` # @return [Boolean] attr_accessor :published_outside_domain diff --git a/generated/google/apis/drive_v3/synth.metadata b/generated/google/apis/drive_v3/synth.metadata index 429012f74..0a3c492b6 100644 --- a/generated/google/apis/drive_v3/synth.metadata +++ b/generated/google/apis/drive_v3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "cdb4e840d40bb3831448360e59b74b03dafa9fe0" } } ]