google-apis-file_v1 0.15.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/file_v1/classes.rb +31 -13
- data/lib/google/apis/file_v1/gem_version.rb +3 -3
- data/lib/google/apis/file_v1/representations.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e8298660748ecc84b600d4f0484ea6d479c2accab17f28458dc15b29b56831a
|
4
|
+
data.tar.gz: 2d6be4f7d11be9ec235416dcc47dff71f8292bd9f346ec01e0ef6cbdb676eeed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 655a786a2c79f5e15e7ff6772e5e102600b78299433394383388f91c2fc83a077b7934f43ad8b8a2cce8ddfeb491d9792f56cb3a92ce540d56bc34a2a0bce2c3
|
7
|
+
data.tar.gz: e7eac15aaa54065c98620868eabfd6df499846cef24b28d66d721f4eeb1a674631b3f813691294256470a754669036878d2eae74d5a0ddeb4383997764f624e9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2022-03-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220222
|
6
|
+
|
7
|
+
### v0.17.0 (2022-02-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220214
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.16.0 (2021-12-14)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.15.0 (2021-11-14)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20211105
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/file_v1"
|
|
51
51
|
client = Google::Apis::FileV1::CloudFilestoreService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -161,10 +161,10 @@ module Google
|
|
161
161
|
# day and time zone are either specified elsewhere or are insignificant. The
|
162
162
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
163
163
|
# following: * A full date, with non-zero year, month, and day values * A month
|
164
|
-
# and day
|
165
|
-
#
|
166
|
-
#
|
167
|
-
# google.protobuf.Timestamp
|
164
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
165
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
166
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
167
|
+
# DateTime * google.protobuf.Timestamp
|
168
168
|
class Date
|
169
169
|
include Google::Apis::Core::Hashable
|
170
170
|
|
@@ -207,10 +207,10 @@ module Google
|
|
207
207
|
# day and time zone are either specified elsewhere or are insignificant. The
|
208
208
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
209
209
|
# following: * A full date, with non-zero year, month, and day values * A month
|
210
|
-
# and day
|
211
|
-
#
|
212
|
-
#
|
213
|
-
# google.protobuf.Timestamp
|
210
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
211
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
212
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
213
|
+
# DateTime * google.protobuf.Timestamp
|
214
214
|
# Corresponds to the JSON property `endDate`
|
215
215
|
# @return [Google::Apis::FileV1::Date]
|
216
216
|
attr_accessor :end_date
|
@@ -219,10 +219,10 @@ module Google
|
|
219
219
|
# day and time zone are either specified elsewhere or are insignificant. The
|
220
220
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
221
221
|
# following: * A full date, with non-zero year, month, and day values * A month
|
222
|
-
# and day
|
223
|
-
#
|
224
|
-
#
|
225
|
-
# google.protobuf.Timestamp
|
222
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
223
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
224
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
225
|
+
# DateTime * google.protobuf.Timestamp
|
226
226
|
# Corresponds to the JSON property `startDate`
|
227
227
|
# @return [Google::Apis::FileV1::Date]
|
228
228
|
attr_accessor :start_date
|
@@ -320,6 +320,15 @@ module Google
|
|
320
320
|
# @return [String]
|
321
321
|
attr_accessor :create_time
|
322
322
|
|
323
|
+
# Optional. The instance_type of this instance of format: projects/`project_id`/
|
324
|
+
# locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
|
325
|
+
# represents a high-level tier or SKU of the service that this instance belong
|
326
|
+
# to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
|
327
|
+
# with 'software_versions' to determine whether instance needs an update or not.
|
328
|
+
# Corresponds to the JSON property `instanceType`
|
329
|
+
# @return [String]
|
330
|
+
attr_accessor :instance_type
|
331
|
+
|
323
332
|
# Optional. Resource labels to represent user provided metadata. Each label is a
|
324
333
|
# key-value pair, where both the key and the value are arbitrary strings
|
325
334
|
# provided by the user.
|
@@ -355,6 +364,13 @@ module Google
|
|
355
364
|
# @return [String]
|
356
365
|
attr_accessor :name
|
357
366
|
|
367
|
+
# Optional. notification_parameters are information that service producers may
|
368
|
+
# like to include that is not relevant to Rollout. This parameter will only be
|
369
|
+
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
370
|
+
# Corresponds to the JSON property `notificationParameters`
|
371
|
+
# @return [Hash<String,String>]
|
372
|
+
attr_accessor :notification_parameters
|
373
|
+
|
358
374
|
# Output only. Custom string attributes used primarily to expose producer-
|
359
375
|
# specific information in monitoring dashboards. See go/get-instance-metadata.
|
360
376
|
# Corresponds to the JSON property `producerMetadata`
|
@@ -412,11 +428,13 @@ module Google
|
|
412
428
|
def update!(**args)
|
413
429
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
414
430
|
@create_time = args[:create_time] if args.key?(:create_time)
|
431
|
+
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
415
432
|
@labels = args[:labels] if args.key?(:labels)
|
416
433
|
@maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
|
417
434
|
@maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
|
418
435
|
@maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
|
419
436
|
@name = args[:name] if args.key?(:name)
|
437
|
+
@notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
|
420
438
|
@producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
|
421
439
|
@provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
|
422
440
|
@slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
|
@@ -744,7 +762,7 @@ module Google
|
|
744
762
|
# @return [String]
|
745
763
|
attr_accessor :status_message
|
746
764
|
|
747
|
-
# Output only.
|
765
|
+
# Output only. Field indicates all the reasons the instance is in "SUSPENDED"
|
748
766
|
# state.
|
749
767
|
# Corresponds to the JSON property `suspensionReasons`
|
750
768
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FileV1
|
18
18
|
# Version of the google-apis-file_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220222"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -308,6 +308,7 @@ module Google
|
|
308
308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
309
309
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
310
310
|
property :create_time, as: 'createTime'
|
311
|
+
property :instance_type, as: 'instanceType'
|
311
312
|
hash :labels, as: 'labels'
|
312
313
|
hash :maintenance_policy_names, as: 'maintenancePolicyNames'
|
313
314
|
hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
|
@@ -315,6 +316,7 @@ module Google
|
|
315
316
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
316
317
|
|
317
318
|
property :name, as: 'name'
|
319
|
+
hash :notification_parameters, as: 'notificationParameters'
|
318
320
|
hash :producer_metadata, as: 'producerMetadata'
|
319
321
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
320
322
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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:
|
11
|
+
date: 2022-03-21 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Filestore API V1
|