google-apis-servicemanagement_v1 0.33.0 → 0.35.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: 1787d75d15cd130e1ca57c52ac5950cc50c7edf8329f91a96e8261c35e29078a
4
- data.tar.gz: 516fe0d2eb63cd0a5ddcc8d633e9633ca4eae9ed1451358748c89bd013c2f927
3
+ metadata.gz: ac4eac434fc6c8d9e5f147f85b61a088f3650ccbe0d7c8f4a918ac7f5538f31b
4
+ data.tar.gz: 81b8462d83abfee89967bf3ef6e4998599b2dfc344f2b9a932ca9b8b6af503df
5
5
  SHA512:
6
- metadata.gz: 2490b9871767aadac73d5dba4046ad990d0a97ba46bc08118e169103e3f57342576b9d7e932d85b1dcd3f8a2dd3de0c9e302b7febdff8db225b6fcb2fa1628d0
7
- data.tar.gz: 62d100e8cf57e3308cc1a4aace4c47dad0f8d64ad2eea4e84ab986c681c54cb223f7d52dce0164f4f3097ff979757bad0073c8f5f5ee01f20cec4505ed317fb6
6
+ metadata.gz: 58417e71d1001fe46f6b829d092254363861139794fa93470d5a338f0e024f8bdb5af7c0196dbdf19aa564518a1a7e08648ce83fc5ea57fe41b7ec2a6ccd6445
7
+ data.tar.gz: ba3addb355a6b53c6d923f53077a4b47c533249bcf50892c2ef29f9954c48791065e49c9b656d82154af00d991e464e6b15f7672b162ac1f81c7be2581d06dd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.35.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.34.0 (2022-08-31)
9
+
10
+ * Regenerated from discovery document revision 20220826
11
+
3
12
  ### v0.33.0 (2022-08-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20220822
@@ -584,31 +584,33 @@ module Google
584
584
  # members` can have the following values: * `allUsers`: A special identifier
585
585
  # that represents anyone who is on the internet; with or without a Google
586
586
  # account. * `allAuthenticatedUsers`: A special identifier that represents
587
- # anyone who is authenticated with a Google account or a service account. * `
588
- # user:`emailid``: An email address that represents a specific Google account.
589
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
590
- # address that represents a Google service account. For example, `my-other-app@
591
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
592
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
593
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
594
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
595
- # . * `group:`emailid``: An email address that represents a Google group. For
596
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
597
- # email address (plus unique identifier) representing a user that has been
598
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
599
- # If the user is recovered, this value reverts to `user:`emailid`` and the
600
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
601
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
602
- # representing a service account that has been recently deleted. For example, `
603
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
604
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
605
- # and the undeleted service account retains the role in the binding. * `deleted:
606
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
607
- # representing a Google group that has been recently deleted. For example, `
608
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
609
- # value reverts to `group:`emailid`` and the recovered group retains the role in
610
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
611
- # all the users of that domain. For example, `google.com` or `example.com`.
587
+ # anyone who is authenticated with a Google account or a service account. Does
588
+ # not include identities that come from external identity providers (IdPs)
589
+ # through identity federation. * `user:`emailid``: An email address that
590
+ # represents a specific Google account. For example, `alice@example.com` . * `
591
+ # serviceAccount:`emailid``: An email address that represents a Google service
592
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
593
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
594
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
595
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
596
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
597
+ # email address that represents a Google group. For example, `admins@example.com`
598
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
599
+ # identifier) representing a user that has been recently deleted. For example, `
600
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
601
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
602
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
603
+ # address (plus unique identifier) representing a service account that has been
604
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
605
+ # 123456789012345678901`. If the service account is undeleted, this value
606
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
607
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
608
+ # An email address (plus unique identifier) representing a Google group that has
609
+ # been recently deleted. For example, `admins@example.com?uid=
610
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
611
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
612
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
613
+ # of that domain. For example, `google.com` or `example.com`.
612
614
  # Corresponds to the JSON property `members`
613
615
  # @return [Array<String>]
614
616
  attr_accessor :members
@@ -2604,17 +2606,6 @@ module Google
2604
2606
  class OAuthRequirements
2605
2607
  include Google::Apis::Core::Hashable
2606
2608
 
2607
- # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
2608
- # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
2609
- # will bring security risks. Customers enabling this feature accidentally may
2610
- # have the risk of losing authentication enforcement. Please reach out to api-
2611
- # auth@ and esf-team@ for approval and allowlisting before you enable this
2612
- # option.
2613
- # Corresponds to the JSON property `allowAnyScope`
2614
- # @return [Boolean]
2615
- attr_accessor :allow_any_scope
2616
- alias_method :allow_any_scope?, :allow_any_scope
2617
-
2618
2609
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2619
2610
  # token containing any of these scopes will be accepted. Example:
2620
2611
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2629,7 +2620,6 @@ module Google
2629
2620
 
2630
2621
  # Update properties of this object
2631
2622
  def update!(**args)
2632
- @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2633
2623
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2634
2624
  end
2635
2625
  end
@@ -2943,11 +2933,11 @@ module Google
2943
2933
  # limits defines limits on the metrics, which will be used for quota checks at
2944
2934
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2945
2935
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2946
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2947
- # metric rules bind all methods to the read_calls metric, # except for the
2948
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2949
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2950
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2936
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2937
+ # metric rules bind all methods to the read_calls metric, except for the
2938
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2939
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2940
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2951
2941
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2952
2942
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2953
2943
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -2958,12 +2948,12 @@ module Google
2958
2948
  class Quota
2959
2949
  include Google::Apis::Core::Hashable
2960
2950
 
2961
- # List of `QuotaLimit` definitions for the service.
2951
+ # List of QuotaLimit definitions for the service.
2962
2952
  # Corresponds to the JSON property `limits`
2963
2953
  # @return [Array<Google::Apis::ServicemanagementV1::QuotaLimit>]
2964
2954
  attr_accessor :limits
2965
2955
 
2966
- # List of `MetricRule` definitions, each one mapping a selected method to one or
2956
+ # List of MetricRule definitions, each one mapping a selected method to one or
2967
2957
  # more metrics.
2968
2958
  # Corresponds to the JSON property `metricRules`
2969
2959
  # @return [Array<Google::Apis::ServicemanagementV1::MetricRule>]
@@ -3435,11 +3425,11 @@ module Google
3435
3425
  # limits defines limits on the metrics, which will be used for quota checks at
3436
3426
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
3437
3427
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
3438
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
3439
- # metric rules bind all methods to the read_calls metric, # except for the
3440
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
3441
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
3442
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
3428
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
3429
+ # metric rules bind all methods to the read_calls metric, except for the
3430
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
3431
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
3432
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
3443
3433
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
3444
3434
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
3445
3435
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220822"
25
+ REVISION = "20220909"
26
26
  end
27
27
  end
28
28
  end
@@ -1136,7 +1136,6 @@ module Google
1136
1136
  class OAuthRequirements
1137
1137
  # @private
1138
1138
  class Representation < Google::Apis::Core::JsonRepresentation
1139
- property :allow_any_scope, as: 'allowAnyScope'
1140
1139
  property :canonical_scopes, as: 'canonicalScopes'
1141
1140
  end
1142
1141
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.35.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []