google-apis-servicemanagement_v1 0.29.0 → 0.32.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e18366ddd32ace3b9fb9c0dc4ee1d30daf7c8e618ed73a039745e53fd518c77
|
4
|
+
data.tar.gz: 290df348ea2d21268685dc0be32a7ac92504ccf778206f782596b3808300a9a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c0edd01648e37d278131fe201df6b8c9de693e8d22466548a9a29197af71d8d67dfe8b64c73248932ebb07438a283d7d0dec7686864b08c49dac967b9e36871
|
7
|
+
data.tar.gz: 5e7c010c53f2566bd810be9471dcdb382926bbeb2489347ddf971e76fde7041a1ac87970053c82fd454eca8e0330f0166b15469904bd6173b8d8ded71d081d60
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-servicemanagement_v1
|
2
2
|
|
3
|
+
### v0.32.0 (2022-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220805
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
8
|
+
### v0.31.0 (2022-07-02)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
|
12
|
+
### v0.30.0 (2022-06-24)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220617
|
15
|
+
|
3
16
|
### v0.29.0 (2022-06-18)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.7.0
|
@@ -587,25 +587,28 @@ module Google
|
|
587
587
|
# anyone who is authenticated with a Google account or a service account. * `
|
588
588
|
# user:`emailid``: An email address that represents a specific Google account.
|
589
589
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
590
|
-
# address that represents a service account. For example, `my-other-app@
|
591
|
-
# gserviceaccount.com`. * `
|
592
|
-
#
|
593
|
-
#
|
594
|
-
#
|
595
|
-
#
|
596
|
-
#
|
597
|
-
#
|
598
|
-
#
|
599
|
-
#
|
600
|
-
#
|
601
|
-
# emailid
|
602
|
-
#
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
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`.
|
609
612
|
# Corresponds to the JSON property `members`
|
610
613
|
# @return [Array<String>]
|
611
614
|
attr_accessor :members
|
@@ -1146,6 +1149,19 @@ module Google
|
|
1146
1149
|
end
|
1147
1150
|
end
|
1148
1151
|
|
1152
|
+
# Operation payload for EnableService method.
|
1153
|
+
class EnableServiceResponse
|
1154
|
+
include Google::Apis::Core::Hashable
|
1155
|
+
|
1156
|
+
def initialize(**args)
|
1157
|
+
update!(**args)
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
# Update properties of this object
|
1161
|
+
def update!(**args)
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1149
1165
|
# `Endpoint` describes a network address of a service that serves a set of APIs.
|
1150
1166
|
# It is commonly known as a service endpoint. A service may expose any number of
|
1151
1167
|
# service endpoints, and all service endpoints share the same service definition,
|
@@ -2341,15 +2357,6 @@ module Google
|
|
2341
2357
|
class MetricRule
|
2342
2358
|
include Google::Apis::Core::Hashable
|
2343
2359
|
|
2344
|
-
# Metrics to update when the selected methods are called. The key of the map is
|
2345
|
-
# the metric name, the value is the DynamicCostType to specify how to calculate
|
2346
|
-
# the cost from the request. The cost amount will be increased for the metric
|
2347
|
-
# against which the quota limits are defined. It is only implemented in CloudESF(
|
2348
|
-
# go/cloudesf)
|
2349
|
-
# Corresponds to the JSON property `dynamicMetricCosts`
|
2350
|
-
# @return [Hash<String,String>]
|
2351
|
-
attr_accessor :dynamic_metric_costs
|
2352
|
-
|
2353
2360
|
# Metrics to update when the selected methods are called, and the associated
|
2354
2361
|
# cost applied to each metric. The key of the map is the metric name, and the
|
2355
2362
|
# values are the amount increased for the metric against which the quota limits
|
@@ -2370,7 +2377,6 @@ module Google
|
|
2370
2377
|
|
2371
2378
|
# Update properties of this object
|
2372
2379
|
def update!(**args)
|
2373
|
-
@dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
|
2374
2380
|
@metric_costs = args[:metric_costs] if args.key?(:metric_costs)
|
2375
2381
|
@selector = args[:selector] if args.key?(:selector)
|
2376
2382
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class EnableServiceResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class Endpoint
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -810,6 +816,12 @@ module Google
|
|
810
816
|
end
|
811
817
|
end
|
812
818
|
|
819
|
+
class EnableServiceResponse
|
820
|
+
# @private
|
821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
813
825
|
class Endpoint
|
814
826
|
# @private
|
815
827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1077,7 +1089,6 @@ module Google
|
|
1077
1089
|
class MetricRule
|
1078
1090
|
# @private
|
1079
1091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
-
hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
|
1081
1092
|
hash :metric_costs, as: 'metricCosts'
|
1082
1093
|
property :selector, as: 'selector'
|
1083
1094
|
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.
|
4
|
+
version: 0.32.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-
|
11
|
+
date: 2022-08-15 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.
|
19
|
+
version: '0.7'
|
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.
|
29
|
+
version: '0.7'
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.32.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: []
|