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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of storagetransfer v1 client #1610

Merged
merged 1 commit into from Dec 2, 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/storagetransfer_v1.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/storage-transfer/docs
module StoragetransferV1
VERSION = 'V1'
REVISION = '20201105'
REVISION = '20201126'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
30 changes: 14 additions & 16 deletions generated/google/apis/storagetransfer_v1/classes.rb
Expand Up @@ -326,14 +326,13 @@ def update!(**args)
# If the specified size of an object does not match the actual size of the
# object fetched, the object will not be transferred. * If the specified MD5
# does not match the MD5 computed from the transferred bytes, the object
# transfer will fail. For more information, see [Generating MD5 hashes] (https://
# cloud.google.com/storage-transfer/docs/create-url-list#md5-checksum) * Ensure
# that each URL you specify is publicly accessible. For example, in Cloud
# Storage you can [share an object publicly] (https://cloud.google.com/storage/
# docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer
# Service obeys `robots.txt` rules and requires the source HTTP server to
# support `Range` requests and to return a `Content-Length` header in each
# response. * ObjectConditions have no effect when filtering objects to transfer.
# transfer will fail. * Ensure that each URL you specify is publicly accessible.
# For example, in Cloud Storage you can [share an object publicly] (https://
# cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it.
# * Storage Transfer Service obeys `robots.txt` rules and requires the source
# HTTP server to support `Range` requests and to return a `Content-Length`
# header in each response. * ObjectConditions have no effect when filtering
# objects to transfer.
class HttpData
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1152,14 +1151,13 @@ class TransferSpec
# If the specified size of an object does not match the actual size of the
# object fetched, the object will not be transferred. * If the specified MD5
# does not match the MD5 computed from the transferred bytes, the object
# transfer will fail. For more information, see [Generating MD5 hashes] (https://
# cloud.google.com/storage-transfer/docs/create-url-list#md5-checksum) * Ensure
# that each URL you specify is publicly accessible. For example, in Cloud
# Storage you can [share an object publicly] (https://cloud.google.com/storage/
# docs/cloud-console#_sharingdata) and get a link to it. * Storage Transfer
# Service obeys `robots.txt` rules and requires the source HTTP server to
# support `Range` requests and to return a `Content-Length` header in each
# response. * ObjectConditions have no effect when filtering objects to transfer.
# transfer will fail. * Ensure that each URL you specify is publicly accessible.
# For example, in Cloud Storage you can [share an object publicly] (https://
# cloud.google.com/storage/docs/cloud-console#_sharingdata) and get a link to it.
# * Storage Transfer Service obeys `robots.txt` rules and requires the source
# HTTP server to support `Range` requests and to return a `Content-Length`
# header in each response. * ObjectConditions have no effect when filtering
# objects to transfer.
# Corresponds to the JSON property `httpDataSource`
# @return [Google::Apis::StoragetransferV1::HttpData]
attr_accessor :http_data_source
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/storagetransfer_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "bfdbb25208c9c8330c7c0c94ec4dec4e2a868931"
"sha": "c689930c165b95343d847eb6d5b35222b48bb13b"
}
}
]
Expand Down