google-apis-storagetransfer_v1 0.64.0 → 0.65.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: 1f0cd0f3026b6c667e0652ea87f3471277caa9913efda23d3778bb46a2ff948d
4
- data.tar.gz: 8145c72f6808355a8ce7812ae91ec3f14ff920a37975860c87a94a30fcd8c531
3
+ metadata.gz: cf63c9d8756bb7881e9fd2b3717f18f2cf0131f5fb028f9ee0390e71b5390e4e
4
+ data.tar.gz: 0464ca266af718e6206817e83c2241a023acf2001549de18278181c320474953
5
5
  SHA512:
6
- metadata.gz: 120a4622d344433a6cb80899b098bb25bae9a13fd5b289f074dac364a6f8473542946f2d1b02ab8dd1f0589a0fc634ff1cdd132a3745c8c208298c0fe77d9f00
7
- data.tar.gz: 685e4bea98164ed78a9c20400865a5c34305c6c84804f5292ccb3e948a08e5b55cfab916a25594d54fb389a32091860b5bdf89b05df51c512977cbecc808c20e
6
+ metadata.gz: 1ac3585ebecb378a49b33e979da918f412890c1c78dabced86ef503de352e7f04335742e72713f9a8e80a82b9b30ab978f75f2270d2796e37a907473bcee7e23
7
+ data.tar.gz: 7508808e1ccc25a1f20b34f7bbde4a680759de6dc185c2585c2a8a8dc8f549d7957c650f91b8d5dc16c6edb8ee72395e9ad3aea851b2765158f47a9c7356bee9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.65.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260619
6
+
3
7
  ### v0.64.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -986,6 +986,18 @@ module Google
986
986
  # @return [Array<String>]
987
987
  attr_accessor :include_prefixes
988
988
 
989
+ # Optional. If specified, objects in the source matching any of the storage
990
+ # classes in this field will be transferred. Objects in storage classes not
991
+ # included in this field will be skipped. If empty, the default behavior
992
+ # regarding the storage classes is applied. This includes all storage classes
993
+ # except "GLACIER" as per default behavior. Currently, this field only supports
994
+ # S3 data source. For the list of valid Amazon S3 storage classnames, please
995
+ # refer to the AWS documentation: https://docs.aws.amazon.com/AmazonS3/latest/
996
+ # userguide/sc-howtoset.html
997
+ # Corresponds to the JSON property `includeStorageClasses`
998
+ # @return [Array<String>]
999
+ attr_accessor :include_storage_classes
1000
+
989
1001
  # If specified, only objects with a "last modification time" before this
990
1002
  # timestamp and objects that don't have a "last modification time" are
991
1003
  # transferred.
@@ -1039,6 +1051,7 @@ module Google
1039
1051
  def update!(**args)
1040
1052
  @exclude_prefixes = args[:exclude_prefixes] if args.key?(:exclude_prefixes)
1041
1053
  @include_prefixes = args[:include_prefixes] if args.key?(:include_prefixes)
1054
+ @include_storage_classes = args[:include_storage_classes] if args.key?(:include_storage_classes)
1042
1055
  @last_modified_before = args[:last_modified_before] if args.key?(:last_modified_before)
1043
1056
  @last_modified_since = args[:last_modified_since] if args.key?(:last_modified_since)
1044
1057
  @match_glob = args[:match_glob] if args.key?(:match_glob)
@@ -1848,8 +1861,9 @@ module Google
1848
1861
  attr_accessor :delete_objects_from_source_after_transfer
1849
1862
  alias_method :delete_objects_from_source_after_transfer?, :delete_objects_from_source_after_transfer
1850
1863
 
1851
- # Whether objects that exist only in the sink should be deleted. **Note:** This
1852
- # option and delete_objects_from_source_after_transfer are mutually exclusive.
1864
+ # Whether objects that exist only in the sink should be deleted from the sink. **
1865
+ # Note:** This option and delete_objects_from_source_after_transfer are mutually
1866
+ # exclusive.
1853
1867
  # Corresponds to the JSON property `deleteObjectsUniqueInSink`
1854
1868
  # @return [Boolean]
1855
1869
  attr_accessor :delete_objects_unique_in_sink
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260109"
25
+ REVISION = "20260619"
26
26
  end
27
27
  end
28
28
  end
@@ -502,6 +502,7 @@ module Google
502
502
  class Representation < Google::Apis::Core::JsonRepresentation
503
503
  collection :exclude_prefixes, as: 'excludePrefixes'
504
504
  collection :include_prefixes, as: 'includePrefixes'
505
+ collection :include_storage_classes, as: 'includeStorageClasses'
505
506
  property :last_modified_before, as: 'lastModifiedBefore'
506
507
  property :last_modified_since, as: 'lastModifiedSince'
507
508
  property :match_glob, as: 'matchGlob'
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.64.0
4
+ version: 0.65.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.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.65.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: