google-apis-file_v1beta1 0.19.0 → 0.20.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: 65fbfdb2c14cb98c26e17b7c0f06a94e98e4f173f0138e4d9478cb06859caf21
4
- data.tar.gz: 337bdab320a7e478a2eb76d8b02d491a2dc603902668cf4355f64b8e93f89d1a
3
+ metadata.gz: f7d53ab95120be0dc6f4997129f86f72b6971e0a37e7f0f37d26b66d7811dfdb
4
+ data.tar.gz: cccb75d5619890ee9757669bcd64debf9b96e5ebb0b2cf397b54f331b2d74459
5
5
  SHA512:
6
- metadata.gz: e8b32fa21811f5342690078fca39efd4da139cef99256f45e392bb8f24feb4d60d55c6c2e9f69d721f377b7c50ff3825dbe20c98829e2578677d54443e449653
7
- data.tar.gz: 8e911811d480cf002d204db7907dd8547ab8ff87358bc4983fb4cefed56f6ba90ea8fc59dd4ac61c828f1ee02b69fd710992cb3fa0b26e4e9420d3955d8e43bb
6
+ metadata.gz: cdfb7fba8551ca8075ef531f7b80f39b63dbea2568782c328b6276134acb372aef77f891bb870525d1f625076d33d918d70743d0dcc3ec48d514e0e1db36a61c
7
+ data.tar.gz: b0519beee9d9b1d000ff66e569b7ec507b31ef756ff6fb068f3f35ef0bd49cbad38b0cfef93890385539751dd381221e7edce934933f5365be0564bb5b1c48e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-04-19)
4
+
5
+ * Regenerated from discovery document revision 20220407
6
+
3
7
  ### v0.19.0 (2022-03-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220222
@@ -158,11 +158,11 @@ module Google
158
158
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
161
+ # following: * A full date, with non-zero year, month, and day values. * A month
162
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
163
+ # with a zero month and a zero day. * A year and month, with a zero day (for
164
+ # example, a credit card expiration date). Related types: * google.type.
165
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
166
166
  class Date
167
167
  include Google::Apis::Core::Hashable
168
168
 
@@ -204,11 +204,11 @@ module Google
204
204
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
207
+ # following: * A full date, with non-zero year, month, and day values. * A month
208
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
209
+ # with a zero month and a zero day. * A year and month, with a zero day (for
210
+ # example, a credit card expiration date). Related types: * google.type.
211
+ # TimeOfDay * google.type.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
@@ -216,11 +216,11 @@ module Google
216
216
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
219
+ # following: * A full date, with non-zero year, month, and day values. * A month
220
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
221
+ # with a zero month and a zero day. * A year and month, with a zero day (for
222
+ # example, a credit card expiration date). Related types: * google.type.
223
+ # TimeOfDay * google.type.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
@@ -247,8 +247,7 @@ module Google
247
247
  # A generic empty message that you can re-use to avoid defining duplicated empty
248
248
  # messages in your APIs. A typical example is to use it as the request or the
249
249
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
250
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
251
- # `Empty` is empty JSON object ````.
250
+ # protobuf.Empty) returns (google.protobuf.Empty); `
252
251
  class Empty
253
252
  include Google::Apis::Core::Hashable
254
253
 
@@ -319,11 +318,12 @@ module Google
319
318
  # @return [String]
320
319
  attr_accessor :create_time
321
320
 
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.
321
+ # Optional. The instance_type of this instance of format: projects/`
322
+ # project_number`/locations/`location_id`/instanceTypes/`instance_type_id`.
323
+ # Instance Type represents a high-level tier or SKU of the service that this
324
+ # instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses '
325
+ # instance_type' along with 'software_versions' to determine whether instance
326
+ # needs an update or not.
327
327
  # Corresponds to the JSON property `instanceType`
328
328
  # @return [String]
329
329
  attr_accessor :instance_type
@@ -355,19 +355,21 @@ module Google
355
355
  # @return [Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
356
356
  attr_accessor :maintenance_settings
357
357
 
358
- # Unique name of the resource. It uses the form: `projects/`project_id|
359
- # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
360
- # project_id or project_number can be used, but keep it consistent with other
361
- # APIs (e.g. RescheduleUpdate)
358
+ # Unique name of the resource. It uses the form: `projects/`project_number`/
359
+ # locations/`location_id`/instances/`instance_id`` Note: This name is passed,
360
+ # stored and logged across the rollout system. So use of consumer project_id or
361
+ # any other consumer PII in the name is strongly discouraged for wipeout (go/
362
+ # wipeout) compliance. See go/elysium/project_ids#storage-guidance for more
363
+ # details.
362
364
  # Corresponds to the JSON property `name`
363
365
  # @return [String]
364
366
  attr_accessor :name
365
367
 
366
- # Optional. notification_parameters are information that service producers may
368
+ # Optional. notification_parameter are information that service producers may
367
369
  # like to include that is not relevant to Rollout. This parameter will only be
368
370
  # passed to Gamma and Cloud Logging for notification/logging purpose.
369
371
  # Corresponds to the JSON property `notificationParameters`
370
- # @return [Hash<String,String>]
372
+ # @return [Hash<String,Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
371
373
  attr_accessor :notification_parameters
372
374
 
373
375
  # Output only. Custom string attributes used primarily to expose producer-
@@ -572,6 +574,25 @@ module Google
572
574
  end
573
575
  end
574
576
 
577
+ # Contains notification related data.
578
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
579
+ include Google::Apis::Core::Hashable
580
+
581
+ # Optional. Array of string values. e.g. instance's replica information.
582
+ # Corresponds to the JSON property `values`
583
+ # @return [Array<String>]
584
+ attr_accessor :values
585
+
586
+ def initialize(**args)
587
+ update!(**args)
588
+ end
589
+
590
+ # Update properties of this object
591
+ def update!(**args)
592
+ @values = args[:values] if args.key?(:values)
593
+ end
594
+ end
595
+
575
596
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
576
597
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
577
598
  include Google::Apis::Core::Hashable
@@ -733,11 +754,6 @@ module Google
733
754
  # @return [Hash<String,String>]
734
755
  attr_accessor :labels
735
756
 
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
-
741
757
  # Output only. The resource name of the instance, in the format `projects/`
742
758
  # project_id`/locations/`location_id`/instances/`instance_id``.
743
759
  # Corresponds to the JSON property `name`
@@ -789,7 +805,6 @@ module Google
789
805
  @file_shares = args[:file_shares] if args.key?(:file_shares)
790
806
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
791
807
  @labels = args[:labels] if args.key?(:labels)
792
- @max_share_count = args[:max_share_count] if args.key?(:max_share_count)
793
808
  @name = args[:name] if args.key?(:name)
794
809
  @networks = args[:networks] if args.key?(:networks)
795
810
  @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.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220222"
25
+ REVISION = "20220407"
26
26
  end
27
27
  end
28
28
  end
@@ -88,6 +88,12 @@ module Google
88
88
  include Google::Apis::Core::JsonObjectSupport
89
89
  end
90
90
 
91
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
91
97
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
92
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
99
 
@@ -322,7 +328,8 @@ module Google
322
328
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
323
329
 
324
330
  property :name, as: 'name'
325
- hash :notification_parameters, as: 'notificationParameters'
331
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
332
+
326
333
  hash :producer_metadata, as: 'producerMetadata'
327
334
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
328
335
 
@@ -367,6 +374,13 @@ module Google
367
374
  end
368
375
  end
369
376
 
377
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
378
+ # @private
379
+ class Representation < Google::Apis::Core::JsonRepresentation
380
+ collection :values, as: 'values'
381
+ end
382
+ end
383
+
370
384
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
371
385
  # @private
372
386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -412,7 +426,6 @@ module Google
412
426
 
413
427
  property :kms_key_name, as: 'kmsKeyName'
414
428
  hash :labels, as: 'labels'
415
- property :max_share_count, :numeric_string => true, as: 'maxShareCount'
416
429
  property :name, as: 'name'
417
430
  collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
418
431
 
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Boolean] include_unrevealed_locations
90
90
  # If true, the returned list will include locations which are not yet revealed.
91
91
  # @param [Fixnum] page_size
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.19.0
4
+ version: 0.20.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-03-21 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.20.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: []