google-apis-managedidentities_v1alpha1 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: 128098b2fda07327fa373a71c74a320b0541cf0455005188fa97008c8bb73e40
4
- data.tar.gz: 66118e27be1a60a26e41528101543f5e2e3bc780036b633955a8f384ce7a6a9d
3
+ metadata.gz: 8c8938456a190faeacde08d79fd66c37ce39e0717f18165c728ada6f83371137
4
+ data.tar.gz: 261e596ead10a1f29d4cc1004809ab78454263bf90119f7fd0bf699a41239bbd
5
5
  SHA512:
6
- metadata.gz: 8194911268cf78826bdc3d4212bd008232dbc8a1950c2d7b3edc3ef41af44e3477bd6675b1b731624c6804a2ae8a36501bfc327e5607d69199983c4e55d1576b
7
- data.tar.gz: 3d4cac57c65e48e8565346fdd98eedff56e875a7ab2feb94cde2a4475e5c6e3127c90d5609f0be371f9359ddcad193ac31bfd61ea39b49229219c026e4435533
6
+ metadata.gz: a689c61ed7a80bfa46e39125209694a24743210450002630ba09ed444d233e20d7024b4ce3cd3ae9a5bd5bf34b77b699425714187011e74ad74b53ef2d6bde57
7
+ data.tar.gz: 41ed1c6423872fe197f8026aff52d252ac6d84e26b54be86ddc39cf29aa2f785919fd20e423fb6846b9dc741b8440f47ec04010167e4af4695c8e40cb5134846
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
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-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220216
@@ -260,11 +260,11 @@ module Google
260
260
  # Represents a whole or partial calendar date, such as a birthday. The time of
261
261
  # day and time zone are either specified elsewhere or are insignificant. The
262
262
  # date is relative to the Gregorian Calendar. This can represent one of the
263
- # following: * A full date, with non-zero year, month, and day values * A month
264
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
265
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
266
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
267
- # DateTime * google.protobuf.Timestamp
263
+ # following: * A full date, with non-zero year, month, and day values. * A month
264
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
265
+ # with a zero month and a zero day. * A year and month, with a zero day (for
266
+ # example, a credit card expiration date). Related types: * google.type.
267
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
268
268
  class Date
269
269
  include Google::Apis::Core::Hashable
270
270
 
@@ -306,11 +306,11 @@ module Google
306
306
  # Represents a whole or partial calendar date, such as a birthday. The time of
307
307
  # day and time zone are either specified elsewhere or are insignificant. The
308
308
  # date is relative to the Gregorian Calendar. This can represent one of the
309
- # following: * A full date, with non-zero year, month, and day values * A month
310
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
311
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
312
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
313
- # DateTime * google.protobuf.Timestamp
309
+ # following: * A full date, with non-zero year, month, and day values. * A month
310
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
311
+ # with a zero month and a zero day. * A year and month, with a zero day (for
312
+ # example, a credit card expiration date). Related types: * google.type.
313
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
314
314
  # Corresponds to the JSON property `endDate`
315
315
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
316
316
  attr_accessor :end_date
@@ -318,11 +318,11 @@ module Google
318
318
  # Represents a whole or partial calendar date, such as a birthday. The time of
319
319
  # day and time zone are either specified elsewhere or are insignificant. The
320
320
  # date is relative to the Gregorian Calendar. This can represent one of the
321
- # following: * A full date, with non-zero year, month, and day values * A month
322
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
323
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
324
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
325
- # DateTime * google.protobuf.Timestamp
321
+ # following: * A full date, with non-zero year, month, and day values. * A month
322
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
323
+ # with a zero month and a zero day. * A year and month, with a zero day (for
324
+ # example, a credit card expiration date). Related types: * google.type.
325
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
326
326
  # Corresponds to the JSON property `startDate`
327
327
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
328
328
  attr_accessor :start_date
@@ -484,8 +484,7 @@ module Google
484
484
  # A generic empty message that you can re-use to avoid defining duplicated empty
485
485
  # messages in your APIs. A typical example is to use it as the request or the
486
486
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
487
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
488
- # `Empty` is empty JSON object ````.
487
+ # protobuf.Empty) returns (google.protobuf.Empty); `
489
488
  class Empty
490
489
  include Google::Apis::Core::Hashable
491
490
 
@@ -772,11 +771,11 @@ module Google
772
771
  # @return [String]
773
772
  attr_accessor :name
774
773
 
775
- # Optional. notification_parameters are information that service producers may
774
+ # Optional. notification_parameter are information that service producers may
776
775
  # like to include that is not relevant to Rollout. This parameter will only be
777
776
  # passed to Gamma and Cloud Logging for notification/logging purpose.
778
777
  # Corresponds to the JSON property `notificationParameters`
779
- # @return [Hash<String,String>]
778
+ # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
780
779
  attr_accessor :notification_parameters
781
780
 
782
781
  # Output only. Custom string attributes used primarily to expose producer-
@@ -981,6 +980,25 @@ module Google
981
980
  end
982
981
  end
983
982
 
983
+ # Contains notification related data.
984
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
985
+ include Google::Apis::Core::Hashable
986
+
987
+ # Optional. Array of string values. e.g. instance's replica information.
988
+ # Corresponds to the JSON property `values`
989
+ # @return [Array<String>]
990
+ attr_accessor :values
991
+
992
+ def initialize(**args)
993
+ update!(**args)
994
+ end
995
+
996
+ # Update properties of this object
997
+ def update!(**args)
998
+ @values = args[:values] if args.key?(:values)
999
+ end
1000
+ end
1001
+
984
1002
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
985
1003
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
986
1004
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
516
+
510
517
  hash :producer_metadata, as: 'producerMetadata'
511
518
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1alpha1::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_v1alpha1
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-02-28 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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.18.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.19.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
64
64
  post_install_message:
65
65
  rdoc_options: []