google-apis-managedidentities_v1beta1 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7b8abd872303b110088ed8f025efc1a5e02d2f2aa9039490691a17cb54568ef
4
- data.tar.gz: af6109851963b332049e5a5c2bb56366cbdd5a5c1937d7b91bcc0b376d7c5ca0
3
+ metadata.gz: b5f275b37bc2d25c11ad47cfa914d8469448b2aaefadef512c9e4fe893ebd331
4
+ data.tar.gz: 5deacf00df08bb50c648ccb802ae35b47dfa447ce080ed8afab40827fde0fa24
5
5
  SHA512:
6
- metadata.gz: 656b6ece4f3c414ff63ce43b885523ba11346a287b047b69c364e36e675c46fcf0bd6680b89cd52b413d8175870e9603589ea73f12d8402d7f7b756131525720
7
- data.tar.gz: 893d376ef2dc95ddf946b652f58f7d34ec19e9f07b3f52532ab812c0fb5368f8c089c2c01e0af845e0dcd7d21bc39a6029a028105ebd94bf5c2412dce8d050a7
6
+ metadata.gz: 5988b6d54c0f1eb57b68958c6ce041f515faafec7977eea7f167d62b6f4300129d2bc8d76d83ebff9711bad1d34d4f5a2d616afb65faad15aca91bd0167e515d
7
+ data.tar.gz: e5b4ffecabb666276228ecfd5d576f13842e0dc3f061cb1167a96330892534b158c22ad0ed74fba4753621e22374ac14f1ae02fa7d22546b94fdc5399a18f7c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-04-29)
4
+
5
+ * Regenerated from discovery document revision 20220331
6
+
3
7
  ### v0.18.0 (2022-02-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20220216
@@ -256,11 +256,11 @@ module Google
256
256
  # Represents a whole or partial calendar date, such as a birthday. The time of
257
257
  # day and time zone are either specified elsewhere or are insignificant. The
258
258
  # date is relative to the Gregorian Calendar. This can represent one of the
259
- # following: * A full date, with non-zero year, month, and day values * A month
260
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
261
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
262
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
263
- # DateTime * google.protobuf.Timestamp
259
+ # following: * A full date, with non-zero year, month, and day values. * A month
260
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
261
+ # with a zero month and a zero day. * A year and month, with a zero day (for
262
+ # example, a credit card expiration date). Related types: * google.type.
263
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
264
264
  class Date
265
265
  include Google::Apis::Core::Hashable
266
266
 
@@ -302,11 +302,11 @@ module Google
302
302
  # Represents a whole or partial calendar date, such as a birthday. The time of
303
303
  # day and time zone are either specified elsewhere or are insignificant. The
304
304
  # date is relative to the Gregorian Calendar. This can represent one of the
305
- # following: * A full date, with non-zero year, month, and day values * A month
306
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
307
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
308
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
309
- # DateTime * google.protobuf.Timestamp
305
+ # following: * A full date, with non-zero year, month, and day values. * A month
306
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
307
+ # with a zero month and a zero day. * A year and month, with a zero day (for
308
+ # example, a credit card expiration date). Related types: * google.type.
309
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
310
310
  # Corresponds to the JSON property `endDate`
311
311
  # @return [Google::Apis::ManagedidentitiesV1beta1::Date]
312
312
  attr_accessor :end_date
@@ -314,11 +314,11 @@ module Google
314
314
  # Represents a whole or partial calendar date, such as a birthday. The time of
315
315
  # day and time zone are either specified elsewhere or are insignificant. The
316
316
  # date is relative to the Gregorian Calendar. This can represent one of the
317
- # following: * A full date, with non-zero year, month, and day values * A month
318
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
319
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
320
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
321
- # DateTime * google.protobuf.Timestamp
317
+ # following: * A full date, with non-zero year, month, and day values. * A month
318
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
319
+ # with a zero month and a zero day. * A year and month, with a zero day (for
320
+ # example, a credit card expiration date). Related types: * google.type.
321
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
322
322
  # Corresponds to the JSON property `startDate`
323
323
  # @return [Google::Apis::ManagedidentitiesV1beta1::Date]
324
324
  attr_accessor :start_date
@@ -474,8 +474,7 @@ module Google
474
474
  # A generic empty message that you can re-use to avoid defining duplicated empty
475
475
  # messages in your APIs. A typical example is to use it as the request or the
476
476
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
477
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
478
- # `Empty` is empty JSON object ````.
477
+ # protobuf.Empty) returns (google.protobuf.Empty); `
479
478
  class Empty
480
479
  include Google::Apis::Core::Hashable
481
480
 
@@ -762,11 +761,11 @@ module Google
762
761
  # @return [String]
763
762
  attr_accessor :name
764
763
 
765
- # Optional. notification_parameters are information that service producers may
764
+ # Optional. notification_parameter are information that service producers may
766
765
  # like to include that is not relevant to Rollout. This parameter will only be
767
766
  # passed to Gamma and Cloud Logging for notification/logging purpose.
768
767
  # Corresponds to the JSON property `notificationParameters`
769
- # @return [Hash<String,String>]
768
+ # @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
770
769
  attr_accessor :notification_parameters
771
770
 
772
771
  # Output only. Custom string attributes used primarily to expose producer-
@@ -971,6 +970,25 @@ module Google
971
970
  end
972
971
  end
973
972
 
973
+ # Contains notification related data.
974
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
975
+ include Google::Apis::Core::Hashable
976
+
977
+ # Optional. Array of string values. e.g. instance's replica information.
978
+ # Corresponds to the JSON property `values`
979
+ # @return [Array<String>]
980
+ attr_accessor :values
981
+
982
+ def initialize(**args)
983
+ update!(**args)
984
+ end
985
+
986
+ # Update properties of this object
987
+ def update!(**args)
988
+ @values = args[:values] if args.key?(:values)
989
+ end
990
+ end
991
+
974
992
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
975
993
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
976
994
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1beta1
18
18
  # Version of the google-apis-managedidentities_v1beta1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220216"
25
+ REVISION = "20220331"
26
26
  end
27
27
  end
28
28
  end
@@ -136,6 +136,12 @@ module Google
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
139
145
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
140
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
147
 
@@ -506,7 +512,8 @@ module Google
506
512
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
507
513
 
508
514
  property :name, as: 'name'
509
- hash :notification_parameters, as: 'notificationParameters'
515
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
516
+
510
517
  hash :producer_metadata, as: 'producerMetadata'
511
518
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
512
519
 
@@ -551,6 +558,13 @@ module Google
551
558
  end
552
559
  end
553
560
 
561
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
562
+ # @private
563
+ class Representation < Google::Apis::Core::JsonRepresentation
564
+ collection :values, as: 'values'
565
+ end
566
+ end
567
+
554
568
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
555
569
  # @private
556
570
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -85,8 +85,8 @@ module Google
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
87
  # A filter to narrow down results to a preferred subset. The filtering language
88
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
- # AIP-160](https://google.aip.dev/160).
88
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
89
+ # in [AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
91
  # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-07 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.18.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.19.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []