Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of androidpublisher v3 client #1600

Merged
merged 1 commit into from Nov 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/androidpublisher_v3.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/android-publisher
module AndroidpublisherV3
VERSION = 'V3'
REVISION = '20201022'
REVISION = '20201125'

# View and manage your Google Play Developer account
AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher'
Expand Down
8 changes: 4 additions & 4 deletions generated/google/apis/androidpublisher_v3/service.rb
Expand Up @@ -2231,7 +2231,7 @@ def reply_review(package_name, review_id, reviews_reply_request_object = nil, fi
# Creates an APK which is suitable for inclusion in a system image from an
# already uploaded Android App Bundle.
# @param [String] package_name
# Unique identifier of the Android app.
# Package name of the app.
# @param [Fixnum] version_code
# The version code of the App Bundle.
# @param [Google::Apis::AndroidpublisherV3::Variant] variant_object
Expand Down Expand Up @@ -2268,7 +2268,7 @@ def create_systemapk_variant(package_name, version_code, variant_object = nil, f
# Downloads a previously created system APK which is suitable for inclusion in a
# system image.
# @param [String] package_name
# Unique identifier of the Android app.
# Package name of the app.
# @param [Fixnum] version_code
# The version code of the App Bundle.
# @param [Fixnum] variant_id
Expand Down Expand Up @@ -2309,7 +2309,7 @@ def download_systemapk_variant(package_name, version_code, variant_id, fields: n

# Returns a previously created system APK variant.
# @param [String] package_name
# Unique identifier of the Android app.
# Package name of the app.
# @param [Fixnum] version_code
# The version code of the App Bundle.
# @param [Fixnum] variant_id
Expand Down Expand Up @@ -2345,7 +2345,7 @@ def get_systemapk_variant(package_name, version_code, variant_id, fields: nil, q

# Returns the list of previously created system APK variants.
# @param [String] package_name
# Unique identifier of the Android app.
# Package name of the app.
# @param [Fixnum] version_code
# The version code of the App Bundle.
# @param [String] fields
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/androidpublisher_v3/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "782cfabf9d590f91d2fc2ac41d40019093e36876"
"sha": "72d045518a6f806ea35be379e40d2e465fdc1c1b"
}
}
]
Expand Down