google-apis-file_v1 0.16.0 → 0.17.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 +5 -0
- data/lib/google/apis/file_v1/classes.rb +30 -12
- 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: 0e0f5108944eb2e09b31409c70c5328efb17bab5e2d7b68c9e63474d7dfe60ba
|
4
|
+
data.tar.gz: 42c2e1ca0547f5b80ca32900ecb38347f8dc9e7c21bd282ea12634c4b4293566
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b858525c50d2ecdd026410da3d1c33775673e7af0c4c558b749fef5286912d10b7b2fd480ee0b2831559058a46a38c006102f70ef8cb91854d4cdcd4104dc7d9
|
7
|
+
data.tar.gz: b5d53495fd97c9d5e730ca0c3e899ef9aaf0c106a06aac0aea490fa86f3ff88d48b715942759495d7800bb3519fbbc9666afcd3041708cb77328f47b7f83cc53
|
data/CHANGELOG.md
CHANGED
@@ -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)
|
@@ -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.17.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 = "20220214"
|
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.17.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: 2022-
|
11
|
+
date: 2022-03-07 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.17.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.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
|