google-apis-managedidentities_v1beta1 0.7.0 → 0.8.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 +5 -0
- data/lib/google/apis/managedidentities_v1beta1/classes.rb +4 -10
- data/lib/google/apis/managedidentities_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/managedidentities_v1beta1/representations.rb +0 -2
- data/lib/google/apis/managedidentities_v1beta1/service.rb +1 -1
- 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: 597d48079534aa31ec90a2a3367ead6ac2b4491567b5b3c72de9a1ece14c3a69
|
|
4
|
+
data.tar.gz: 9e79cce39807041b76414c544a89159f4aa2dac594bb09b9d4e5b6f4189d3871
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 630332f36546a99ee45b7a57f915fff13504a0e80427e2ebcb61069c391b9870fa0b189d6f73f26f28baf1936fe29fc7f933ca1f2ea6940f2fb9509cbe2321b9
|
|
7
|
+
data.tar.gz: bd74ba986a3011b876f259f54a297574a2e05c05f6fd4fbedab775952c246a3fe878c98e2034d0d99c1883e0423559f70dcb99839b769aa9e57821b68b28a151
|
data/CHANGELOG.md
CHANGED
|
@@ -645,8 +645,10 @@ module Google
|
|
|
645
645
|
# @return [Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
|
|
646
646
|
attr_accessor :maintenance_settings
|
|
647
647
|
|
|
648
|
-
# Unique name of the resource. It uses the form: `projects/`project_id
|
|
649
|
-
# locations/`location_id`/instances/`instance_id``
|
|
648
|
+
# Unique name of the resource. It uses the form: `projects/`project_id|
|
|
649
|
+
# project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
|
|
650
|
+
# project_id or project_number can be used, but keep it consistent with other
|
|
651
|
+
# APIs (e.g. RescheduleUpdate)
|
|
650
652
|
# Corresponds to the JSON property `name`
|
|
651
653
|
# @return [String]
|
|
652
654
|
attr_accessor :name
|
|
@@ -993,13 +995,6 @@ module Google
|
|
|
993
995
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
|
994
996
|
include Google::Apis::Core::Hashable
|
|
995
997
|
|
|
996
|
-
# SloEligibility is a tuple containing eligibility value: true if an instance is
|
|
997
|
-
# eligible for SLO calculation or false if it should be excluded from all SLO-
|
|
998
|
-
# related calculations along with a user-defined reason.
|
|
999
|
-
# Corresponds to the JSON property `eligibility`
|
|
1000
|
-
# @return [Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
|
|
1001
|
-
attr_accessor :eligibility
|
|
1002
|
-
|
|
1003
998
|
# List of SLO exclusion windows. When multiple entries in the list match (
|
|
1004
999
|
# matching the exclusion time-window against current time point) the exclusion
|
|
1005
1000
|
# reason used in the first matching entry will be published. It is not needed to
|
|
@@ -1040,7 +1035,6 @@ module Google
|
|
|
1040
1035
|
|
|
1041
1036
|
# Update properties of this object
|
|
1042
1037
|
def update!(**args)
|
|
1043
|
-
@eligibility = args[:eligibility] if args.key?(:eligibility)
|
|
1044
1038
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
|
1045
1039
|
@nodes = args[:nodes] if args.key?(:nodes)
|
|
1046
1040
|
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210601"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -525,8 +525,6 @@ module Google
|
|
|
525
525
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
|
526
526
|
# @private
|
|
527
527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
528
|
-
property :eligibility, as: 'eligibility', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
|
|
529
|
-
|
|
530
528
|
collection :exclusions, as: 'exclusions', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
|
|
531
529
|
|
|
532
530
|
collection :nodes, as: 'nodes', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
|
|
@@ -88,7 +88,7 @@ module Google
|
|
|
88
88
|
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
|
89
89
|
# AIP-160](https://google.aip.dev/160).
|
|
90
90
|
# @param [Fixnum] page_size
|
|
91
|
-
# The maximum number of results to return. If not set, the service
|
|
91
|
+
# The maximum number of results to return. If not set, the service selects a
|
|
92
92
|
# default.
|
|
93
93
|
# @param [String] page_token
|
|
94
94
|
# A page token received from the `next_page_token` field in the response. Send
|
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.
|
|
4
|
+
version: 0.8.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: 2021-
|
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -53,7 +53,7 @@ licenses:
|
|
|
53
53
|
metadata:
|
|
54
54
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
55
55
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1beta1/CHANGELOG.md
|
|
56
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.
|
|
56
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.8.0
|
|
57
57
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1beta1
|
|
58
58
|
post_install_message:
|
|
59
59
|
rdoc_options: []
|