google-apis-storagetransfer_v1 0.57.0 → 0.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/storagetransfer_v1/classes.rb +26 -32
- data/lib/google/apis/storagetransfer_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be1f1672fc0cad40987cdf68953964995a0f57353f723c4324c965311b806bd2
|
4
|
+
data.tar.gz: 4878d284c385415e83b29f886b499f684a02c36dfd01fb195dd1cf7b235322eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3393887e61329842768f9f2eeb39532e558cbcc90945dd721e09f56143a2e4b9227cff0506a2b0bf7a842a72b79dbbe668dacf0a84388bb08babd362f87e51b3
|
7
|
+
data.tar.gz: 7aa2ddcda2c9761be402799e1aadb95b18049f50d75d927a4b07644d18b7dd3b9875f6fcec1fe8d7b95bcc3b6fa121744ea2279f1d4f625db2ccace6d70e7d9d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.58.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250523
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.57.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250510
|
@@ -248,16 +248,13 @@ module Google
|
|
248
248
|
# @return [String]
|
249
249
|
attr_accessor :credentials_secret
|
250
250
|
|
251
|
-
#
|
252
|
-
#
|
253
|
-
#
|
254
|
-
#
|
255
|
-
#
|
256
|
-
#
|
257
|
-
#
|
258
|
-
# for blobs, see [Manage Access Rights with RBAC] (https://learn.microsoft.com/
|
259
|
-
# en-us/rest/api/storageservices/authorize-with-azure-active-directory#manage-
|
260
|
-
# access-rights-with-rbac)
|
251
|
+
# The identity of an Azure application through which Storage Transfer Service
|
252
|
+
# can authenticate requests using Azure workload identity federation. Storage
|
253
|
+
# Transfer Service can issue requests to Azure Storage through registered Azure
|
254
|
+
# applications, eliminating the need to pass credentials to Storage Transfer
|
255
|
+
# Service directly. To configure federated identity, see [Configure access to
|
256
|
+
# Microsoft Azure Storage](https://cloud.google.com/storage-transfer/docs/source-
|
257
|
+
# microsoft-azure#option_3_authenticate_using_federated_identity).
|
261
258
|
# Corresponds to the JSON property `federatedIdentityConfig`
|
262
259
|
# @return [Google::Apis::StoragetransferV1::FederatedIdentityConfig]
|
263
260
|
attr_accessor :federated_identity_config
|
@@ -499,26 +496,24 @@ module Google
|
|
499
496
|
end
|
500
497
|
end
|
501
498
|
|
502
|
-
#
|
503
|
-
#
|
504
|
-
#
|
505
|
-
#
|
506
|
-
#
|
507
|
-
#
|
508
|
-
#
|
509
|
-
# for blobs, see [Manage Access Rights with RBAC] (https://learn.microsoft.com/
|
510
|
-
# en-us/rest/api/storageservices/authorize-with-azure-active-directory#manage-
|
511
|
-
# access-rights-with-rbac)
|
499
|
+
# The identity of an Azure application through which Storage Transfer Service
|
500
|
+
# can authenticate requests using Azure workload identity federation. Storage
|
501
|
+
# Transfer Service can issue requests to Azure Storage through registered Azure
|
502
|
+
# applications, eliminating the need to pass credentials to Storage Transfer
|
503
|
+
# Service directly. To configure federated identity, see [Configure access to
|
504
|
+
# Microsoft Azure Storage](https://cloud.google.com/storage-transfer/docs/source-
|
505
|
+
# microsoft-azure#option_3_authenticate_using_federated_identity).
|
512
506
|
class FederatedIdentityConfig
|
513
507
|
include Google::Apis::Core::Hashable
|
514
508
|
|
515
|
-
# Required.
|
509
|
+
# Required. The client (application) ID of the application with federated
|
516
510
|
# credentials.
|
517
511
|
# Corresponds to the JSON property `clientId`
|
518
512
|
# @return [String]
|
519
513
|
attr_accessor :client_id
|
520
514
|
|
521
|
-
# Required.
|
515
|
+
# Required. The tenant (directory) ID of the application with federated
|
516
|
+
# credentials.
|
522
517
|
# Corresponds to the JSON property `tenantId`
|
523
518
|
# @return [String]
|
524
519
|
attr_accessor :tenant_id
|
@@ -1637,16 +1632,15 @@ module Google
|
|
1637
1632
|
# @return [Google::Apis::StoragetransferV1::Schedule]
|
1638
1633
|
attr_accessor :schedule
|
1639
1634
|
|
1640
|
-
# Optional. The service account to
|
1641
|
-
#
|
1642
|
-
# account
|
1643
|
-
# ACCOUNT_EMAIL_OR_UNIQUEID`
|
1644
|
-
#
|
1645
|
-
#
|
1646
|
-
#
|
1647
|
-
# storage-transfer-service
|
1648
|
-
#
|
1649
|
-
# getAccessToken`
|
1635
|
+
# Optional. The user-managed service account to which to delegate service agent
|
1636
|
+
# permissions. You can grant Cloud Storage bucket permissions to this service
|
1637
|
+
# account instead of to the Transfer Service service agent. Format is `projects/-
|
1638
|
+
# /serviceAccounts/ACCOUNT_EMAIL_OR_UNIQUEID` Either the service account email (`
|
1639
|
+
# SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique ID (`
|
1640
|
+
# 123456789012345678901`) are accepted in the string. The `-` wildcard character
|
1641
|
+
# is required; replacing it with a project ID is invalid. See https://cloud.
|
1642
|
+
# google.com//storage-transfer/docs/delegate-service-agent-permissions for
|
1643
|
+
# required permissions.
|
1650
1644
|
# Corresponds to the JSON property `serviceAccount`
|
1651
1645
|
# @return [String]
|
1652
1646
|
attr_accessor :service_account
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module StoragetransferV1
|
18
18
|
# Version of the google-apis-storagetransfer_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250523"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-storagetransfer_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.58.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Storage Transfer API V1
|
79
79
|
test_files: []
|