google-apis-serviceusage_v1 0.5.0 → 0.10.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: b3cbc52377bf7b0749cc8e883df5baa51a834779b9cda42ec708669a9d648e09
4
- data.tar.gz: 6f8ddacc2aedd31cc6ade10f43be3dbde760fd2112f47df55385ef31c2ab408b
3
+ metadata.gz: e4aa2fd0ae3a5fb21c0cfae55af9ca419f7b44bb1dd96ae415c06ebb5db8a2f0
4
+ data.tar.gz: cd091fe280925cc5a1aa427825c88596a25e00b8bd4b36b3452fdb5798c3cde4
5
5
  SHA512:
6
- metadata.gz: 6fd3b02052b5dd6c5c79b02f5e3b71842cddd5166b96065a9be52494683cafcb68f6678ed6c2cbd45c4c0b71db49af0584e809a1001556452fa4bedbc23138cf
7
- data.tar.gz: 0bdd9a7dd260e04e7a73424d11797a81f880e2f6e05f7baa6aa8fcb39c08af34a5cc0ea5e6e3931500edbeeb8193c49ab19a05e7dadef4cb21f5f92021b0bcc0
6
+ metadata.gz: 479f6d71b3afc039eaf880f09b5317294f6c359d2ac8405fce3d64d0eb8bf18a407a6fe0885e4b0a8dbbf514f564baf2c671c705bc3a2df29879067bacefd7f1
7
+ data.tar.gz: e4710d6b2765e5587eea1844695ddb2576c7e7bb13b7f083044b97592221871be9b5fb7c95a1ac22d02c260a461c0c9ca96fd7191d60496e2ae050b424239b86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.9.0 (2021-05-27)
8
+
9
+ * Regenerated from discovery document revision 20210525
10
+
11
+ ### v0.8.0 (2021-05-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.7.0 (2021-05-08)
16
+
17
+ * Regenerated from discovery document revision 20210501
18
+
19
+ ### v0.6.0 (2021-03-30)
20
+
21
+ * Regenerated from discovery document revision 20210326
22
+
3
23
  ### v0.5.0 (2021-03-23)
4
24
 
5
25
  * Regenerated from discovery document revision 20210319
@@ -27,19 +27,19 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # The cloud resource container at which the quota policy is created. The format
30
- # is `container_type`/`container_number`
30
+ # is ``container_type`/`container_number``
31
31
  # Corresponds to the JSON property `container`
32
32
  # @return [String]
33
33
  attr_accessor :container
34
34
 
35
35
  # If this map is nonempty, then this policy applies only to specific values for
36
36
  # dimensions defined in the limit unit. For example, an policy on a limit with
37
- # the unit 1/`project`/`region` could contain an entry with the key "region" and
38
- # the value "us-east-1"; the policy is only applied to quota consumed in that
39
- # region. This map has the following restrictions: * If "region" appears as a
40
- # key, its value must be a valid Cloud region. * If "zone" appears as a key, its
41
- # value must be a valid Cloud zone. * Keys other than "region" or "zone" are not
42
- # valid.
37
+ # the unit `1/`project`/`region`` could contain an entry with the key `region`
38
+ # and the value `us-east-1`; the policy is only applied to quota consumed in
39
+ # that region. This map has the following restrictions: * If `region` appears as
40
+ # a key, its value must be a valid Cloud region. * If `zone` appears as a key,
41
+ # its value must be a valid Cloud zone. * Keys other than `region` or `zone` are
42
+ # not valid.
43
43
  # Corresponds to the JSON property `dimensions`
44
44
  # @return [Hash<String,String>]
45
45
  attr_accessor :dimensions
@@ -273,11 +273,13 @@ module Google
273
273
  end
274
274
  end
275
275
 
276
- # `Authentication` defines the authentication configuration for an API. Example
277
- # for an API targeted for external use: name: calendar.googleapis.com
276
+ # `Authentication` defines the authentication configuration for API methods
277
+ # provided by an API service. Example: name: calendar.googleapis.com
278
278
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
279
279
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
280
- # selector: "*" requirements: provider_id: google_calendar_auth
280
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
281
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
282
+ # auth/calendar.read
281
283
  class Authentication
282
284
  include Google::Apis::Core::Hashable
283
285
 
@@ -416,12 +418,6 @@ module Google
416
418
  # @return [String]
417
419
  attr_accessor :jwt_audience
418
420
 
419
- # Minimum deadline in seconds needed for this method. Calls having deadline
420
- # value lower than this will be rejected.
421
- # Corresponds to the JSON property `minDeadline`
422
- # @return [Float]
423
- attr_accessor :min_deadline
424
-
425
421
  # The number of seconds to wait for the completion of a long running operation.
426
422
  # The default is no deadline.
427
423
  # Corresponds to the JSON property `operationDeadline`
@@ -462,7 +458,6 @@ module Google
462
458
  @deadline = args[:deadline] if args.key?(:deadline)
463
459
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
464
460
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
465
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
466
461
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
467
462
  @path_translation = args[:path_translation] if args.key?(:path_translation)
468
463
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -756,6 +751,21 @@ module Google
756
751
  end
757
752
  end
758
753
 
754
+ # Metadata message that provides information such as progress, partial failures,
755
+ # and similar information on each GetOperation call of LRO returned by
756
+ # CreateAdminQuotaPolicy.
757
+ class CreateAdminQuotaPolicyMetadata
758
+ include Google::Apis::Core::Hashable
759
+
760
+ def initialize(**args)
761
+ update!(**args)
762
+ end
763
+
764
+ # Update properties of this object
765
+ def update!(**args)
766
+ end
767
+ end
768
+
759
769
  # Customize service error responses. For example, list any service specific
760
770
  # protobuf types that can appear in error detail lists of error responses.
761
771
  # Example: custom_error: types: - google.foo.v1.CustomError - google.foo.v1.
@@ -838,6 +848,21 @@ module Google
838
848
  end
839
849
  end
840
850
 
851
+ # Metadata message that provides information such as progress, partial failures,
852
+ # and similar information on each GetOperation call of LRO returned by
853
+ # DeleteAdminQuotaPolicy.
854
+ class DeleteAdminQuotaPolicyMetadata
855
+ include Google::Apis::Core::Hashable
856
+
857
+ def initialize(**args)
858
+ update!(**args)
859
+ end
860
+
861
+ # Update properties of this object
862
+ def update!(**args)
863
+ end
864
+ end
865
+
841
866
  # Request message for the `DisableService` method.
842
867
  class DisableServiceRequest
843
868
  include Google::Apis::Core::Hashable
@@ -1082,26 +1107,21 @@ module Google
1082
1107
  end
1083
1108
  end
1084
1109
 
1085
- # `Endpoint` describes a network endpoint of a service that serves a set of APIs.
1086
- # It is commonly known as a service endpoint. A service may expose any number
1087
- # of service endpoints, and all service endpoints share the same service
1088
- # definition, such as quota limits and monitoring metrics. Example service
1089
- # configuration: name: library-example.googleapis.com endpoints: # Below entry
1090
- # makes 'google.example.library.v1.Library' # API be served from endpoint
1091
- # address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to
1092
- # be passed to the backend, for # it to decide whether the subsequent cross-
1093
- # origin request is # allowed to proceed. - name: library-example.googleapis.com
1094
- # allow_cors: true
1110
+ # `Endpoint` describes a network address of a service that serves a set of APIs.
1111
+ # It is commonly known as a service endpoint. A service may expose any number of
1112
+ # service endpoints, and all service endpoints share the same service definition,
1113
+ # such as quota limits and monitoring metrics. Example: type: google.api.
1114
+ # Service name: library-example.googleapis.com endpoints: # Declares network
1115
+ # address `https://library-example.googleapis.com` # for service `library-
1116
+ # example.googleapis.com`. The `https` scheme # is implicit for all service
1117
+ # endpoints. Other schemes may be # supported in the future. - name: library-
1118
+ # example.googleapis.com allow_cors: false - name: content-staging-library-
1119
+ # example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API
1120
+ # frontend, for it # to decide whether the subsequent cross-origin request is
1121
+ # allowed # to proceed. allow_cors: true
1095
1122
  class Endpoint
1096
1123
  include Google::Apis::Core::Hashable
1097
1124
 
1098
- # DEPRECATED: This field is no longer supported. Instead of using aliases,
1099
- # please specify multiple google.api.Endpoint for each of the intended aliases.
1100
- # Additional names that this endpoint will be hosted on.
1101
- # Corresponds to the JSON property `aliases`
1102
- # @return [Array<String>]
1103
- attr_accessor :aliases
1104
-
1105
1125
  # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
1106
1126
  # aka cross-domain traffic, would allow the backends served from this endpoint
1107
1127
  # to receive and respond to HTTP OPTIONS requests. The response will be used by
@@ -1131,7 +1151,6 @@ module Google
1131
1151
 
1132
1152
  # Update properties of this object
1133
1153
  def update!(**args)
1134
- @aliases = args[:aliases] if args.key?(:aliases)
1135
1154
  @allow_cors = args[:allow_cors] if args.key?(:allow_cors)
1136
1155
  @name = args[:name] if args.key?(:name)
1137
1156
  @target = args[:target] if args.key?(:target)
@@ -1289,6 +1308,19 @@ module Google
1289
1308
  end
1290
1309
  end
1291
1310
 
1311
+ # Metadata for the `GetServiceIdentity` method.
1312
+ class GetServiceIdentityMetadata
1313
+ include Google::Apis::Core::Hashable
1314
+
1315
+ def initialize(**args)
1316
+ update!(**args)
1317
+ end
1318
+
1319
+ # Update properties of this object
1320
+ def update!(**args)
1321
+ end
1322
+ end
1323
+
1292
1324
  # Response message for getting service identity.
1293
1325
  class GetServiceIdentityResponse
1294
1326
  include Google::Apis::Core::Hashable
@@ -1315,13 +1347,16 @@ module Google
1315
1347
  end
1316
1348
  end
1317
1349
 
1318
- # `Service` is the root object of Google service configuration schema. It
1319
- # describes basic information about a service, such as the name and the title,
1320
- # and delegates other aspects to sub-sections. Each sub-section is either a
1321
- # proto message or a repeated proto message that configures a specific aspect,
1322
- # such as auth. See each proto message definition for details. Example: type:
1323
- # google.api.Service name: calendar.googleapis.com title: Google Calendar API
1324
- # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
1350
+ # `Service` is the root object of Google API service configuration (service
1351
+ # config). It describes the basic information about a logical service, such as
1352
+ # the service name and the user-facing title, and delegates other aspects to sub-
1353
+ # sections. Each sub-section is either a proto message or a repeated proto
1354
+ # message that configures a specific aspect, such as auth. For more information,
1355
+ # see each proto message definition. Example: type: google.api.Service name:
1356
+ # calendar.googleapis.com title: Google Calendar API apis: - name: google.
1357
+ # calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*"
1358
+ # restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*"
1359
+ # address: calendar.example.com authentication: providers: - id:
1325
1360
  # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
1326
1361
  # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
1327
1362
  # provider_id: google_calendar_auth
@@ -1337,11 +1372,13 @@ module Google
1337
1372
  # @return [Array<Google::Apis::ServiceusageV1::Api>]
1338
1373
  attr_accessor :apis
1339
1374
 
1340
- # `Authentication` defines the authentication configuration for an API. Example
1341
- # for an API targeted for external use: name: calendar.googleapis.com
1375
+ # `Authentication` defines the authentication configuration for API methods
1376
+ # provided by an API service. Example: name: calendar.googleapis.com
1342
1377
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
1343
1378
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
1344
- # selector: "*" requirements: provider_id: google_calendar_auth
1379
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
1380
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
1381
+ # auth/calendar.read
1345
1382
  # Corresponds to the JSON property `authentication`
1346
1383
  # @return [Google::Apis::ServiceusageV1::Authentication]
1347
1384
  attr_accessor :authentication
@@ -1370,7 +1407,8 @@ module Google
1370
1407
  # @return [Google::Apis::ServiceusageV1::Billing]
1371
1408
  attr_accessor :billing
1372
1409
 
1373
- # Deprecated. The service config compiler always sets this field to `3`.
1410
+ # Obsolete. Do not use. This field has no semantic meaning. The service config
1411
+ # compiler always sets this field to `3`.
1374
1412
  # Corresponds to the JSON property `configVersion`
1375
1413
  # @return [Fixnum]
1376
1414
  attr_accessor :config_version
@@ -1702,11 +1740,13 @@ module Google
1702
1740
  # @return [Array<Google::Apis::ServiceusageV1::Api>]
1703
1741
  attr_accessor :apis
1704
1742
 
1705
- # `Authentication` defines the authentication configuration for an API. Example
1706
- # for an API targeted for external use: name: calendar.googleapis.com
1743
+ # `Authentication` defines the authentication configuration for API methods
1744
+ # provided by an API service. Example: name: calendar.googleapis.com
1707
1745
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
1708
1746
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
1709
- # selector: "*" requirements: provider_id: google_calendar_auth
1747
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
1748
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
1749
+ # auth/calendar.read
1710
1750
  # Corresponds to the JSON property `authentication`
1711
1751
  # @return [Google::Apis::ServiceusageV1::Authentication]
1712
1752
  attr_accessor :authentication
@@ -2133,6 +2173,21 @@ module Google
2133
2173
  end
2134
2174
  end
2135
2175
 
2176
+ # Metadata message that provides information such as progress, partial failures,
2177
+ # and similar information on each GetOperation call of LRO returned by
2178
+ # ImportAdminOverrides.
2179
+ class ImportAdminOverridesMetadata
2180
+ include Google::Apis::Core::Hashable
2181
+
2182
+ def initialize(**args)
2183
+ update!(**args)
2184
+ end
2185
+
2186
+ # Update properties of this object
2187
+ def update!(**args)
2188
+ end
2189
+ end
2190
+
2136
2191
  # Response message for ImportAdminOverrides
2137
2192
  class ImportAdminOverridesResponse
2138
2193
  include Google::Apis::Core::Hashable
@@ -2152,6 +2207,21 @@ module Google
2152
2207
  end
2153
2208
  end
2154
2209
 
2210
+ # Metadata message that provides information such as progress, partial failures,
2211
+ # and similar information on each GetOperation call of LRO returned by
2212
+ # ImportAdminQuotaPolicies.
2213
+ class ImportAdminQuotaPoliciesMetadata
2214
+ include Google::Apis::Core::Hashable
2215
+
2216
+ def initialize(**args)
2217
+ update!(**args)
2218
+ end
2219
+
2220
+ # Update properties of this object
2221
+ def update!(**args)
2222
+ end
2223
+ end
2224
+
2155
2225
  # Response message for ImportAdminQuotaPolicies
2156
2226
  class ImportAdminQuotaPoliciesResponse
2157
2227
  include Google::Apis::Core::Hashable
@@ -2171,6 +2241,21 @@ module Google
2171
2241
  end
2172
2242
  end
2173
2243
 
2244
+ # Metadata message that provides information such as progress, partial failures,
2245
+ # and similar information on each GetOperation call of LRO returned by
2246
+ # ImportConsumerOverrides.
2247
+ class ImportConsumerOverridesMetadata
2248
+ include Google::Apis::Core::Hashable
2249
+
2250
+ def initialize(**args)
2251
+ update!(**args)
2252
+ end
2253
+
2254
+ # Update properties of this object
2255
+ def update!(**args)
2256
+ end
2257
+ end
2258
+
2174
2259
  # Response message for ImportConsumerOverrides
2175
2260
  class ImportConsumerOverridesResponse
2176
2261
  include Google::Apis::Core::Hashable
@@ -3232,25 +3317,25 @@ module Google
3232
3317
  class QuotaOverride
3233
3318
  include Google::Apis::Core::Hashable
3234
3319
 
3235
- # The resource name of the ancestor that requested the override. For example: "
3236
- # organizations/12345" or "folders/67890". Used by admin overrides only.
3320
+ # The resource name of the ancestor that requested the override. For example: `
3321
+ # organizations/12345` or `folders/67890`. Used by admin overrides only.
3237
3322
  # Corresponds to the JSON property `adminOverrideAncestor`
3238
3323
  # @return [String]
3239
3324
  attr_accessor :admin_override_ancestor
3240
3325
 
3241
3326
  # If this map is nonempty, then this override applies only to specific values
3242
3327
  # for dimensions defined in the limit unit. For example, an override on a limit
3243
- # with the unit 1/`project`/`region` could contain an entry with the key "region"
3244
- # and the value "us-east-1"; the override is only applied to quota consumed in
3245
- # that region. This map has the following restrictions: * Keys that are not
3246
- # defined in the limit's unit are not valid keys. Any string appearing in `
3247
- # brackets` in the unit (besides `project` or `user`) is a defined key. * "
3248
- # project" is not a valid key; the project is already specified in the parent
3249
- # resource name. * "user" is not a valid key; the API does not support quota
3250
- # overrides that apply only to a specific user. * If "region" appears as a key,
3251
- # its value must be a valid Cloud region. * If "zone" appears as a key, its
3252
- # value must be a valid Cloud zone. * If any valid key other than "region" or "
3253
- # zone" appears in the map, then all valid keys other than "region" or "zone"
3328
+ # with the unit `1/`project`/`region`` could contain an entry with the key `
3329
+ # region` and the value `us-east-1`; the override is only applied to quota
3330
+ # consumed in that region. This map has the following restrictions: * Keys that
3331
+ # are not defined in the limit's unit are not valid keys. Any string appearing
3332
+ # in ``brackets`` in the unit (besides ``project`` or ``user``) is a defined key.
3333
+ # * `project` is not a valid key; the project is already specified in the
3334
+ # parent resource name. * `user` is not a valid key; the API does not support
3335
+ # quota overrides that apply only to a specific user. * If `region` appears as a
3336
+ # key, its value must be a valid Cloud region. * If `zone` appears as a key, its
3337
+ # value must be a valid Cloud zone. * If any valid key other than `region` or `
3338
+ # zone` appears in the map, then all valid keys other than `region` or `zone`
3254
3339
  # must also appear in the map.
3255
3340
  # Corresponds to the JSON property `dimensions`
3256
3341
  # @return [Hash<String,String>]
@@ -3554,6 +3639,21 @@ module Google
3554
3639
  end
3555
3640
  end
3556
3641
 
3642
+ # Metadata message that provides information such as progress, partial failures,
3643
+ # and similar information on each GetOperation call of LRO returned by
3644
+ # UpdateAdminQuotaPolicy.
3645
+ class UpdateAdminQuotaPolicyMetadata
3646
+ include Google::Apis::Core::Hashable
3647
+
3648
+ def initialize(**args)
3649
+ update!(**args)
3650
+ end
3651
+
3652
+ # Update properties of this object
3653
+ def update!(**args)
3654
+ end
3655
+ end
3656
+
3557
3657
  # Configuration controlling usage of a service.
3558
3658
  class Usage
3559
3659
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.10.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 = "20210319"
25
+ REVISION = "20210525"
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 CreateAdminQuotaPolicyMetadata
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
139
145
  class CustomError
140
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
147
 
@@ -154,6 +160,12 @@ module Google
154
160
  include Google::Apis::Core::JsonObjectSupport
155
161
  end
156
162
 
163
+ class DeleteAdminQuotaPolicyMetadata
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
157
169
  class DisableServiceRequest
158
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
171
 
@@ -226,6 +238,12 @@ module Google
226
238
  include Google::Apis::Core::JsonObjectSupport
227
239
  end
228
240
 
241
+ class GetServiceIdentityMetadata
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
229
247
  class GetServiceIdentityResponse
230
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
249
 
@@ -280,18 +298,36 @@ module Google
280
298
  include Google::Apis::Core::JsonObjectSupport
281
299
  end
282
300
 
301
+ class ImportAdminOverridesMetadata
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
283
307
  class ImportAdminOverridesResponse
284
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
309
 
286
310
  include Google::Apis::Core::JsonObjectSupport
287
311
  end
288
312
 
313
+ class ImportAdminQuotaPoliciesMetadata
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
289
319
  class ImportAdminQuotaPoliciesResponse
290
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
321
 
292
322
  include Google::Apis::Core::JsonObjectSupport
293
323
  end
294
324
 
325
+ class ImportConsumerOverridesMetadata
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
295
331
  class ImportConsumerOverridesResponse
296
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
333
 
@@ -484,6 +520,12 @@ module Google
484
520
  include Google::Apis::Core::JsonObjectSupport
485
521
  end
486
522
 
523
+ class UpdateAdminQuotaPolicyMetadata
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
487
529
  class Usage
488
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
531
 
@@ -583,7 +625,6 @@ module Google
583
625
  property :deadline, as: 'deadline'
584
626
  property :disable_auth, as: 'disableAuth'
585
627
  property :jwt_audience, as: 'jwtAudience'
586
- property :min_deadline, as: 'minDeadline'
587
628
  property :operation_deadline, as: 'operationDeadline'
588
629
  property :path_translation, as: 'pathTranslation'
589
630
  property :protocol, as: 'protocol'
@@ -680,6 +721,12 @@ module Google
680
721
  end
681
722
  end
682
723
 
724
+ class CreateAdminQuotaPolicyMetadata
725
+ # @private
726
+ class Representation < Google::Apis::Core::JsonRepresentation
727
+ end
728
+ end
729
+
683
730
  class CustomError
684
731
  # @private
685
732
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -705,6 +752,12 @@ module Google
705
752
  end
706
753
  end
707
754
 
755
+ class DeleteAdminQuotaPolicyMetadata
756
+ # @private
757
+ class Representation < Google::Apis::Core::JsonRepresentation
758
+ end
759
+ end
760
+
708
761
  class DisableServiceRequest
709
762
  # @private
710
763
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -775,7 +828,6 @@ module Google
775
828
  class Endpoint
776
829
  # @private
777
830
  class Representation < Google::Apis::Core::JsonRepresentation
778
- collection :aliases, as: 'aliases'
779
831
  property :allow_cors, as: 'allowCors'
780
832
  property :name, as: 'name'
781
833
  property :target, as: 'target'
@@ -823,6 +875,12 @@ module Google
823
875
  end
824
876
  end
825
877
 
878
+ class GetServiceIdentityMetadata
879
+ # @private
880
+ class Representation < Google::Apis::Core::JsonRepresentation
881
+ end
882
+ end
883
+
826
884
  class GetServiceIdentityResponse
827
885
  # @private
828
886
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -973,6 +1031,12 @@ module Google
973
1031
  end
974
1032
  end
975
1033
 
1034
+ class ImportAdminOverridesMetadata
1035
+ # @private
1036
+ class Representation < Google::Apis::Core::JsonRepresentation
1037
+ end
1038
+ end
1039
+
976
1040
  class ImportAdminOverridesResponse
977
1041
  # @private
978
1042
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -981,6 +1045,12 @@ module Google
981
1045
  end
982
1046
  end
983
1047
 
1048
+ class ImportAdminQuotaPoliciesMetadata
1049
+ # @private
1050
+ class Representation < Google::Apis::Core::JsonRepresentation
1051
+ end
1052
+ end
1053
+
984
1054
  class ImportAdminQuotaPoliciesResponse
985
1055
  # @private
986
1056
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -989,6 +1059,12 @@ module Google
989
1059
  end
990
1060
  end
991
1061
 
1062
+ class ImportConsumerOverridesMetadata
1063
+ # @private
1064
+ class Representation < Google::Apis::Core::JsonRepresentation
1065
+ end
1066
+ end
1067
+
992
1068
  class ImportConsumerOverridesResponse
993
1069
  # @private
994
1070
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1305,6 +1381,12 @@ module Google
1305
1381
  end
1306
1382
  end
1307
1383
 
1384
+ class UpdateAdminQuotaPolicyMetadata
1385
+ # @private
1386
+ class Representation < Google::Apis::Core::JsonRepresentation
1387
+ end
1388
+ end
1389
+
1308
1390
  class Usage
1309
1391
  # @private
1310
1392
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Usage API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Service Usage API V1