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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0f6b353450e9c630eeb330615502ab85965bc6b50c4b811868a0660d6529167
|
|
4
|
+
data.tar.gz: 8d0057ee82618fdc32a779eb6319d0ee069a9932a8f2a83e25d91ffb0ab72c62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2345dd3792b84fc9a4acca2954214598d3d6b76ee7103ff653e78aa89f6b368a754c326f26d8d7abd51fde61cc22be679151c2c8c93b0f68d3a044f08b9b52e
|
|
7
|
+
data.tar.gz: c9afd5113b7d6d3d607e90929150df8bdd43094433221aa68fc045be9df8d5cd5dbdade29ce4140a87f7bb7148bcadf24ea3e28dc1078add910ddbc282cda199
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|