google-apis-managedidentities_v1alpha1 0.7.0 → 0.8.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: a4763cb969911af181ba76b72f5a332fa5d40362cda66178005627f49103bf94
4
- data.tar.gz: 3093171bae91fb8ece18f8251939cb6e6f113e9679e411206bfed9ac7f6238f6
3
+ metadata.gz: 450eb69550b090b33869e3c7c7d04c5b6a67962a7ccc45073695a803a41b546e
4
+ data.tar.gz: 436d7dd711da92a87e05f8a4fad0d1e86dd26fdc5edb44b707d3dbbb55c4400c
5
5
  SHA512:
6
- metadata.gz: 0b1a3432155735a5dfcb94f358531a08af05d4338f7a16918eb932e0cc107cbf873ba2a6251a50fdd68d43fcdfed0c04b779b03f49410db4d07c1621bc351b77
7
- data.tar.gz: 6bc1ed16052ab1222cf699e0aec38aee2abce1dff6e8a1f73588ab8bad395690fa8bfbf2835e3075f4b96be9f6bfce5bbc1e8254a7ee4e3e8f4cc71389d4a32c
6
+ metadata.gz: 2bdb5b8d8ecba7a8b366a68299e89ff513954a145ded4de9441d67d49a4702387c51d02d3b6fa4dc32e0d40261740ea7684a62a1e816b321bb79f2171856e54d
7
+ data.tar.gz: 7cec8c53b3a3e08340cca7f7a31d0dbf6445a72f77cb72ed4910062316aa2280c74281052550fb246aa330246dc37323cce5425e5788871b2c61925f9b17a675
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.8.0 (2021-06-10)
4
+
5
+ * Regenerated from discovery document revision 20210601
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -655,8 +655,10 @@ module Google
655
655
  # @return [Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
656
656
  attr_accessor :maintenance_settings
657
657
 
658
- # Unique name of the resource. It uses the form: `projects/`project_id`/
659
- # locations/`location_id`/instances/`instance_id``
658
+ # Unique name of the resource. It uses the form: `projects/`project_id|
659
+ # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
660
+ # project_id or project_number can be used, but keep it consistent with other
661
+ # APIs (e.g. RescheduleUpdate)
660
662
  # Corresponds to the JSON property `name`
661
663
  # @return [String]
662
664
  attr_accessor :name
@@ -1003,13 +1005,6 @@ module Google
1003
1005
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
1004
1006
  include Google::Apis::Core::Hashable
1005
1007
 
1006
- # SloEligibility is a tuple containing eligibility value: true if an instance is
1007
- # eligible for SLO calculation or false if it should be excluded from all SLO-
1008
- # related calculations along with a user-defined reason.
1009
- # Corresponds to the JSON property `eligibility`
1010
- # @return [Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
1011
- attr_accessor :eligibility
1012
-
1013
1008
  # List of SLO exclusion windows. When multiple entries in the list match (
1014
1009
  # matching the exclusion time-window against current time point) the exclusion
1015
1010
  # reason used in the first matching entry will be published. It is not needed to
@@ -1050,7 +1045,6 @@ module Google
1050
1045
 
1051
1046
  # Update properties of this object
1052
1047
  def update!(**args)
1053
- @eligibility = args[:eligibility] if args.key?(:eligibility)
1054
1048
  @exclusions = args[:exclusions] if args.key?(:exclusions)
1055
1049
  @nodes = args[:nodes] if args.key?(:nodes)
1056
1050
  @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 ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 gem
19
- GEM_VERSION = "0.7.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210324"
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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
529
-
530
528
  collection :exclusions, as: 'exclusions', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
531
529
 
532
530
  collection :nodes, as: 'nodes', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::ManagedidentitiesV1alpha1::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 will select a
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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.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-05-24 00:00:00.000000000 Z
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_v1alpha1/CHANGELOG.md
56
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.7.0
56
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.8.0
57
57
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1alpha1
58
58
  post_install_message:
59
59
  rdoc_options: []