google-apis-managedidentities_v1alpha1 0.18.0 → 0.19.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/managedidentities_v1alpha1/classes.rb +37 -19
- data/lib/google/apis/managedidentities_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/managedidentities_v1alpha1/representations.rb +15 -1
- data/lib/google/apis/managedidentities_v1alpha1/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: 8c8938456a190faeacde08d79fd66c37ce39e0717f18165c728ada6f83371137
|
|
4
|
+
data.tar.gz: 261e596ead10a1f29d4cc1004809ab78454263bf90119f7fd0bf699a41239bbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a689c61ed7a80bfa46e39125209694a24743210450002630ba09ed444d233e20d7024b4ce3cd3ae9a5bd5bf34b77b699425714187011e74ad74b53ef2d6bde57
|
|
7
|
+
data.tar.gz: 41ed1c6423872fe197f8026aff52d252ac6d84e26b54be86ddc39cf29aa2f785919fd20e423fb6846b9dc741b8440f47ec04010167e4af4695c8e40cb5134846
|
data/CHANGELOG.md
CHANGED
|
@@ -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 (
|
|
265
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
266
|
-
# card expiration date) Related types: * 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 (
|
|
311
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
312
|
-
# card expiration date) Related types: * 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 (
|
|
323
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
324
|
-
# card expiration date) Related types: * 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); `
|
|
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.
|
|
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,
|
|
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.
|
|
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 = "
|
|
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"
|
|
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.
|
|
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
|
|
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.
|
|
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: []
|