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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5eb70834d3d32c803c70331889bc8e2a9cfa2f0b3d1b878082c103be634aba6e
4
- data.tar.gz: cd631895d403fc42173ab7357098b8a1fbb5e9c4800885039734fc2ed3a226f2
3
+ metadata.gz: be1f1672fc0cad40987cdf68953964995a0f57353f723c4324c965311b806bd2
4
+ data.tar.gz: 4878d284c385415e83b29f886b499f684a02c36dfd01fb195dd1cf7b235322eb
5
5
  SHA512:
6
- metadata.gz: 2318e0ea4f847cc6a4c3e0817d8c642177531542e43f817bc04f5ec778b92deea1b3728c18235d1ccd36f8beb8dce7611366e3451071b262bc6945fed89585f1
7
- data.tar.gz: 55756a97866d846a4dd989b48664a63e1266f9e44ca5686fe71ef2716d2e1f2d8e9c82ad23126920c11a758352e46ca18f343122a9bf89e883d61d4564afa7bf
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
- # Identities of a user registered Azure application that enables identity
252
- # federation to trust tokens issued by the user's Google service account. For
253
- # more information about Azure application and identity federation, see [
254
- # Register an application with the Microsoft identity platform] (https://learn.
255
- # microsoft.com/en-us/entra/identity-platform/quickstart-register-app) Azure
256
- # RBAC roles then need be assigned to the Azure application to authorize access
257
- # to the user's Azure data source. For more information about Azure RBAC roles
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
- # Identities of a user registered Azure application that enables identity
503
- # federation to trust tokens issued by the user's Google service account. For
504
- # more information about Azure application and identity federation, see [
505
- # Register an application with the Microsoft identity platform] (https://learn.
506
- # microsoft.com/en-us/entra/identity-platform/quickstart-register-app) Azure
507
- # RBAC roles then need be assigned to the Azure application to authorize access
508
- # to the user's Azure data source. For more information about Azure RBAC roles
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. Client (application) ID of the application with federated
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. Tenant (directory) ID of the application with federated credentials.
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 be used to access resources in the consumer
1641
- # project in the transfer job. We accept `email` or `uniqueId` for the service
1642
- # account. Service account format is projects/-/serviceAccounts/`
1643
- # ACCOUNT_EMAIL_OR_UNIQUEID` See https://cloud.google.com/iam/docs/reference/
1644
- # credentials/rest/v1/projects.serviceAccounts/generateAccessToken#path-
1645
- # parameters for details. Caller requires the following IAM permission on the
1646
- # specified service account: `iam.serviceAccounts.actAs`. project-PROJECT_NUMBER@
1647
- # storage-transfer-service.iam.gserviceaccount.com requires the following IAM
1648
- # permission on the specified service account: `iam.serviceAccounts.
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.57.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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250510"
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.57.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.57.0
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.8
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: []