google-apis-file_v1beta1 0.17.0 → 0.18.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: 680bdeb3699cbbe67245de9b365ff72c15ae86fc24445e5646cf8d111d825094
|
4
|
+
data.tar.gz: 4afd0718c826ec9e710b9b6090a88150d7afc9bdec515f0fa73e72236f467352
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a017573257ad642d73879340d445128f5bad436e592d402c32128bb0e7f73495b2f577887b57b79e131600be9f4f2bfc5c959bd5b8688eba021ab1c781b317e
|
7
|
+
data.tar.gz: 908f3b0b0bd52db1be7d3339667fcfe0439e8d89cf54d6f429efdeddcb11e40f0f7ba9ddbddf7aa8c811b9518917493d9c01499a4d8d7ae2ca9f7e0176974675
|
data/CHANGELOG.md
CHANGED
@@ -159,10 +159,10 @@ module Google
|
|
159
159
|
# day and time zone are either specified elsewhere or are insignificant. The
|
160
160
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
161
161
|
# following: * A full date, with non-zero year, month, and day values * A month
|
162
|
-
# and day
|
163
|
-
#
|
164
|
-
#
|
165
|
-
# google.protobuf.Timestamp
|
162
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
163
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
164
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
165
|
+
# DateTime * google.protobuf.Timestamp
|
166
166
|
class Date
|
167
167
|
include Google::Apis::Core::Hashable
|
168
168
|
|
@@ -205,10 +205,10 @@ module Google
|
|
205
205
|
# day and time zone are either specified elsewhere or are insignificant. The
|
206
206
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
207
207
|
# following: * A full date, with non-zero year, month, and day values * A month
|
208
|
-
# and day
|
209
|
-
#
|
210
|
-
#
|
211
|
-
# google.protobuf.Timestamp
|
208
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
209
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
210
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
211
|
+
# DateTime * google.protobuf.Timestamp
|
212
212
|
# Corresponds to the JSON property `endDate`
|
213
213
|
# @return [Google::Apis::FileV1beta1::Date]
|
214
214
|
attr_accessor :end_date
|
@@ -217,10 +217,10 @@ module Google
|
|
217
217
|
# day and time zone are either specified elsewhere or are insignificant. The
|
218
218
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
219
219
|
# following: * A full date, with non-zero year, month, and day values * A month
|
220
|
-
# and day
|
221
|
-
#
|
222
|
-
#
|
223
|
-
# google.protobuf.Timestamp
|
220
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
221
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
222
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
223
|
+
# DateTime * google.protobuf.Timestamp
|
224
224
|
# Corresponds to the JSON property `startDate`
|
225
225
|
# @return [Google::Apis::FileV1beta1::Date]
|
226
226
|
attr_accessor :start_date
|
@@ -319,6 +319,15 @@ module Google
|
|
319
319
|
# @return [String]
|
320
320
|
attr_accessor :create_time
|
321
321
|
|
322
|
+
# Optional. The instance_type of this instance of format: projects/`project_id`/
|
323
|
+
# locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
|
324
|
+
# represents a high-level tier or SKU of the service that this instance belong
|
325
|
+
# to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
|
326
|
+
# with 'software_versions' to determine whether instance needs an update or not.
|
327
|
+
# Corresponds to the JSON property `instanceType`
|
328
|
+
# @return [String]
|
329
|
+
attr_accessor :instance_type
|
330
|
+
|
322
331
|
# Optional. Resource labels to represent user provided metadata. Each label is a
|
323
332
|
# key-value pair, where both the key and the value are arbitrary strings
|
324
333
|
# provided by the user.
|
@@ -354,6 +363,13 @@ module Google
|
|
354
363
|
# @return [String]
|
355
364
|
attr_accessor :name
|
356
365
|
|
366
|
+
# Optional. notification_parameters are information that service producers may
|
367
|
+
# like to include that is not relevant to Rollout. This parameter will only be
|
368
|
+
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
369
|
+
# Corresponds to the JSON property `notificationParameters`
|
370
|
+
# @return [Hash<String,String>]
|
371
|
+
attr_accessor :notification_parameters
|
372
|
+
|
357
373
|
# Output only. Custom string attributes used primarily to expose producer-
|
358
374
|
# specific information in monitoring dashboards. See go/get-instance-metadata.
|
359
375
|
# Corresponds to the JSON property `producerMetadata`
|
@@ -411,11 +427,13 @@ module Google
|
|
411
427
|
def update!(**args)
|
412
428
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
413
429
|
@create_time = args[:create_time] if args.key?(:create_time)
|
430
|
+
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
414
431
|
@labels = args[:labels] if args.key?(:labels)
|
415
432
|
@maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
|
416
433
|
@maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
|
417
434
|
@maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
|
418
435
|
@name = args[:name] if args.key?(:name)
|
436
|
+
@notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
|
419
437
|
@producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
|
420
438
|
@provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
|
421
439
|
@slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
|
@@ -715,6 +733,11 @@ module Google
|
|
715
733
|
# @return [Hash<String,String>]
|
716
734
|
attr_accessor :labels
|
717
735
|
|
736
|
+
# Output only. The max number of shares allowed.
|
737
|
+
# Corresponds to the JSON property `maxShareCount`
|
738
|
+
# @return [Fixnum]
|
739
|
+
attr_accessor :max_share_count
|
740
|
+
|
718
741
|
# Output only. The resource name of the instance, in the format `projects/`
|
719
742
|
# project_id`/locations/`location_id`/instances/`instance_id``.
|
720
743
|
# Corresponds to the JSON property `name`
|
@@ -766,6 +789,7 @@ module Google
|
|
766
789
|
@file_shares = args[:file_shares] if args.key?(:file_shares)
|
767
790
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
768
791
|
@labels = args[:labels] if args.key?(:labels)
|
792
|
+
@max_share_count = args[:max_share_count] if args.key?(:max_share_count)
|
769
793
|
@name = args[:name] if args.key?(:name)
|
770
794
|
@networks = args[:networks] if args.key?(:networks)
|
771
795
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
@@ -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.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 = "20220214"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -314,6 +314,7 @@ module Google
|
|
314
314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
315
315
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
316
316
|
property :create_time, as: 'createTime'
|
317
|
+
property :instance_type, as: 'instanceType'
|
317
318
|
hash :labels, as: 'labels'
|
318
319
|
hash :maintenance_policy_names, as: 'maintenancePolicyNames'
|
319
320
|
hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
|
@@ -321,6 +322,7 @@ module Google
|
|
321
322
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
322
323
|
|
323
324
|
property :name, as: 'name'
|
325
|
+
hash :notification_parameters, as: 'notificationParameters'
|
324
326
|
hash :producer_metadata, as: 'producerMetadata'
|
325
327
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
326
328
|
|
@@ -410,6 +412,7 @@ module Google
|
|
410
412
|
|
411
413
|
property :kms_key_name, as: 'kmsKeyName'
|
412
414
|
hash :labels, as: 'labels'
|
415
|
+
property :max_share_count, :numeric_string => true, as: 'maxShareCount'
|
413
416
|
property :name, as: 'name'
|
414
417
|
collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
|
415
418
|
|
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.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: 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_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.18.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: []
|
@@ -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 V1beta1
|