google-apis-managedidentities_v1 0.19.0 → 0.20.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 +4 -0
- data/lib/google/apis/managedidentities_v1/classes.rb +37 -19
- data/lib/google/apis/managedidentities_v1/gem_version.rb +2 -2
- data/lib/google/apis/managedidentities_v1/representations.rb +15 -1
- data/lib/google/apis/managedidentities_v1/service.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 967d59bbbff547bf5f17a5fa32fd3753641d3ed9b8fd4964644bea212cc331c4
|
4
|
+
data.tar.gz: bb97d18108c203ecd39f6a71568e2bfd4d8ca0765571ced03cb639180654a9b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbb796a0cfcd258333a6a6d2102fa1d84eadab3be2c37fd17fdea3c9792024b56739d063917666059504c6c7d85395549d7e450b69471321bcf1e42df256f1c5
|
7
|
+
data.tar.gz: 8bd1de76f1f00d52cb25b5acb6ed2c1738b056811a641cec31ef03452d8078a0e1f704d79880869cca8b14b366226b5161636d3dce20ea9f5cb772f3d8b733bb
|
data/CHANGELOG.md
CHANGED
@@ -258,11 +258,11 @@ module Google
|
|
258
258
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
259
259
|
# day and time zone are either specified elsewhere or are insignificant. The
|
260
260
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
261
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
262
|
-
# and day, with a zero year (
|
263
|
-
# zero month and a zero day * A year and month, with a zero day (
|
264
|
-
# card expiration date) Related types: * google.type.
|
265
|
-
# DateTime * google.protobuf.Timestamp
|
261
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
262
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
263
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
264
|
+
# example, a credit card expiration date). Related types: * google.type.
|
265
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
266
266
|
class Date
|
267
267
|
include Google::Apis::Core::Hashable
|
268
268
|
|
@@ -304,11 +304,11 @@ module Google
|
|
304
304
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
305
305
|
# day and time zone are either specified elsewhere or are insignificant. The
|
306
306
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
307
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
308
|
-
# and day, with a zero year (
|
309
|
-
# zero month and a zero day * A year and month, with a zero day (
|
310
|
-
# card expiration date) Related types: * google.type.
|
311
|
-
# DateTime * google.protobuf.Timestamp
|
307
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
308
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
309
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
310
|
+
# example, a credit card expiration date). Related types: * google.type.
|
311
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
312
312
|
# Corresponds to the JSON property `endDate`
|
313
313
|
# @return [Google::Apis::ManagedidentitiesV1::Date]
|
314
314
|
attr_accessor :end_date
|
@@ -316,11 +316,11 @@ module Google
|
|
316
316
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
317
317
|
# day and time zone are either specified elsewhere or are insignificant. The
|
318
318
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
319
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
320
|
-
# and day, with a zero year (
|
321
|
-
# zero month and a zero day * A year and month, with a zero day (
|
322
|
-
# card expiration date) Related types: * google.type.
|
323
|
-
# DateTime * google.protobuf.Timestamp
|
319
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
320
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
321
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
322
|
+
# example, a credit card expiration date). Related types: * google.type.
|
323
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
324
324
|
# Corresponds to the JSON property `startDate`
|
325
325
|
# @return [Google::Apis::ManagedidentitiesV1::Date]
|
326
326
|
attr_accessor :start_date
|
@@ -478,8 +478,7 @@ module Google
|
|
478
478
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
479
479
|
# messages in your APIs. A typical example is to use it as the request or the
|
480
480
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
481
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
482
|
-
# `Empty` is empty JSON object ````.
|
481
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
483
482
|
class Empty
|
484
483
|
include Google::Apis::Core::Hashable
|
485
484
|
|
@@ -766,11 +765,11 @@ module Google
|
|
766
765
|
# @return [String]
|
767
766
|
attr_accessor :name
|
768
767
|
|
769
|
-
# Optional.
|
768
|
+
# Optional. notification_parameter are information that service producers may
|
770
769
|
# like to include that is not relevant to Rollout. This parameter will only be
|
771
770
|
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
772
771
|
# Corresponds to the JSON property `notificationParameters`
|
773
|
-
# @return [Hash<String,
|
772
|
+
# @return [Hash<String,Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
|
774
773
|
attr_accessor :notification_parameters
|
775
774
|
|
776
775
|
# Output only. Custom string attributes used primarily to expose producer-
|
@@ -975,6 +974,25 @@ module Google
|
|
975
974
|
end
|
976
975
|
end
|
977
976
|
|
977
|
+
# Contains notification related data.
|
978
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
979
|
+
include Google::Apis::Core::Hashable
|
980
|
+
|
981
|
+
# Optional. Array of string values. e.g. instance's replica information.
|
982
|
+
# Corresponds to the JSON property `values`
|
983
|
+
# @return [Array<String>]
|
984
|
+
attr_accessor :values
|
985
|
+
|
986
|
+
def initialize(**args)
|
987
|
+
update!(**args)
|
988
|
+
end
|
989
|
+
|
990
|
+
# Update properties of this object
|
991
|
+
def update!(**args)
|
992
|
+
@values = args[:values] if args.key?(:values)
|
993
|
+
end
|
994
|
+
end
|
995
|
+
|
978
996
|
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
979
997
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
980
998
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1
|
18
18
|
# Version of the google-apis-managedidentities_v1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1::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::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
|
516
|
+
|
510
517
|
hash :producer_metadata, as: 'producerMetadata'
|
511
518
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1::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"
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-02
|
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_v1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.20.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|