google-apis-file_v1beta1 0.47.0 → 0.48.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: 862518aba080b6f67ab545d121143c17f35fd729c7818c894f9c920940da4f5d
4
- data.tar.gz: 88d8bc9c2b9d8ee23d863649ae012bff0fd6dfd3e30688fe3a30e7e7587bfdd5
3
+ metadata.gz: f0f6b353450e9c630eeb330615502ab85965bc6b50c4b811868a0660d6529167
4
+ data.tar.gz: 8d0057ee82618fdc32a779eb6319d0ee069a9932a8f2a83e25d91ffb0ab72c62
5
5
  SHA512:
6
- metadata.gz: 0e59b66b7ea9911f945f8d9ebc3fc033cc29a9c19e0077fb153b7200210cbb9e8dca1b2834c370af9fe00478177aeab74cbe60884d15e586d96696e106e6c608
7
- data.tar.gz: 8dff628b52b8781eff46ff0d44abf51f7239678e6632c1acb2bba5bd574f5b0699e53c3a705cde17d33c1d16c47084f374ebef637214646252e4d49d9c46b7c0
6
+ metadata.gz: c2345dd3792b84fc9a4acca2954214598d3d6b76ee7103ff653e78aa89f6b368a754c326f26d8d7abd51fde61cc22be679151c2c8c93b0f68d3a044f08b9b52e
7
+ data.tar.gz: c9afd5113b7d6d3d607e90929150df8bdd43094433221aa68fc045be9df8d5cd5dbdade29ce4140a87f7bb7148bcadf24ea3e28dc1078add910ddbc282cda199
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.48.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240608
6
+
3
7
  ### v0.47.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240511
@@ -105,6 +105,13 @@ module Google
105
105
  # @return [Fixnum]
106
106
  attr_accessor :storage_bytes
107
107
 
108
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
109
+ # resource. For example: "123/environment": "production", "123/costCenter": "
110
+ # marketing"
111
+ # Corresponds to the JSON property `tags`
112
+ # @return [Hash<String,String>]
113
+ attr_accessor :tags
114
+
108
115
  def initialize(**args)
109
116
  update!(**args)
110
117
  end
@@ -125,6 +132,7 @@ module Google
125
132
  @source_instance_tier = args[:source_instance_tier] if args.key?(:source_instance_tier)
126
133
  @state = args[:state] if args.key?(:state)
127
134
  @storage_bytes = args[:storage_bytes] if args.key?(:storage_bytes)
135
+ @tags = args[:tags] if args.key?(:tags)
128
136
  end
129
137
  end
130
138
 
@@ -892,6 +900,13 @@ module Google
892
900
  # @return [Array<String>]
893
901
  attr_accessor :suspension_reasons
894
902
 
903
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
904
+ # resource. For example: "123/environment": "production", "123/costCenter": "
905
+ # marketing"
906
+ # Corresponds to the JSON property `tags`
907
+ # @return [Hash<String,String>]
908
+ attr_accessor :tags
909
+
895
910
  # The service tier of the instance.
896
911
  # Corresponds to the JSON property `tier`
897
912
  # @return [String]
@@ -924,6 +939,7 @@ module Google
924
939
  @state = args[:state] if args.key?(:state)
925
940
  @status_message = args[:status_message] if args.key?(:status_message)
926
941
  @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
942
+ @tags = args[:tags] if args.key?(:tags)
927
943
  @tier = args[:tier] if args.key?(:tier)
928
944
  end
929
945
  end
@@ -1794,6 +1810,13 @@ module Google
1794
1810
  # @return [String]
1795
1811
  attr_accessor :state
1796
1812
 
1813
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
1814
+ # resource. For example: "123/environment": "production", "123/costCenter": "
1815
+ # marketing"
1816
+ # Corresponds to the JSON property `tags`
1817
+ # @return [Hash<String,String>]
1818
+ attr_accessor :tags
1819
+
1797
1820
  def initialize(**args)
1798
1821
  update!(**args)
1799
1822
  end
@@ -1806,6 +1829,7 @@ module Google
1806
1829
  @labels = args[:labels] if args.key?(:labels)
1807
1830
  @name = args[:name] if args.key?(:name)
1808
1831
  @state = args[:state] if args.key?(:state)
1832
+ @tags = args[:tags] if args.key?(:tags)
1809
1833
  end
1810
1834
  end
1811
1835
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1beta1
18
18
  # Version of the google-apis-file_v1beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240511"
25
+ REVISION = "20240608"
26
26
  end
27
27
  end
28
28
  end
@@ -303,6 +303,7 @@ module Google
303
303
  property :source_instance_tier, as: 'sourceInstanceTier'
304
304
  property :state, as: 'state'
305
305
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
306
+ hash :tags, as: 'tags'
306
307
  end
307
308
  end
308
309
 
@@ -496,6 +497,7 @@ module Google
496
497
  property :state, as: 'state'
497
498
  property :status_message, as: 'statusMessage'
498
499
  collection :suspension_reasons, as: 'suspensionReasons'
500
+ hash :tags, as: 'tags'
499
501
  property :tier, as: 'tier'
500
502
  end
501
503
  end
@@ -724,6 +726,7 @@ module Google
724
726
  hash :labels, as: 'labels'
725
727
  property :name, as: 'name'
726
728
  property :state, as: 'state'
729
+ hash :tags, as: 'tags'
727
730
  end
728
731
  end
729
732
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []