google-apis-serviceconsumermanagement_v1beta1 0.28.0 → 0.30.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: fee3c9bb08cc9eefd1d870cbacc5999cff3ae776b2560a123d77eda05d20e98a
4
- data.tar.gz: eeb09b881a186eb31449fc6cab8ce5e84d7fb226fc472d6a40997543275ec1d1
3
+ metadata.gz: 43a3b0a3782082044dac40ff47f26653331dbc361576172cab8d89751b68f1cb
4
+ data.tar.gz: a0df656ea4e60ed6f2f7b4776bfa20d352cd6dbb366d41674ad4b54e4238247b
5
5
  SHA512:
6
- metadata.gz: ae1615edfc11344708c2fb485377e3968f6e827b7a5339bd52ea5fd2138a5b72ac5586275d88db29909155a469cae1f206ee81c0c30887863e0fdea9f3ca84de
7
- data.tar.gz: 26abf9a55999be6233174571d009f23f3fe7d18d0efbd28c83724ef23e07ed1fd1beaaa58e73acc63731172b737a48e766289bebfe76a79a1594c9bf54eb6a98
6
+ metadata.gz: 461de4379b94fd33bf6c75f618d13dc2dde7f4a252579f71ff1b9ab58c4b188a5ea93e3372bc305be31884090d71145e0afb79aeea748e82caad8e7ffbae24e8
7
+ data.tar.gz: eebe74da6e2874253968ef2c96a9a767c6f2f4828de992bf217b52a1d3e54e6c85277d2abfef0bdecaa65997c3a939661efc9189dd31f0fe87ca766744473c4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230215
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.29.0 (2022-11-22)
9
+
10
+ * Regenerated from discovery document revision 20221115
11
+ * Regenerated using generator version 0.11.0
12
+
3
13
  ### v0.28.0 (2022-09-22)
4
14
 
5
15
  * Regenerated using generator version 0.10.0
@@ -354,12 +354,22 @@ module Google
354
354
  # @return [String]
355
355
  attr_accessor :jwt_audience
356
356
 
357
+ # Deprecated, do not use.
358
+ # Corresponds to the JSON property `minDeadline`
359
+ # @return [Float]
360
+ attr_accessor :min_deadline
361
+
357
362
  # The number of seconds to wait for the completion of a long running operation.
358
363
  # The default is no deadline.
359
364
  # Corresponds to the JSON property `operationDeadline`
360
365
  # @return [Float]
361
366
  attr_accessor :operation_deadline
362
367
 
368
+ # The map between request protocol and the backend address.
369
+ # Corresponds to the JSON property `overridesByRequestProtocol`
370
+ # @return [Hash<String,Google::Apis::ServiceconsumermanagementV1beta1::BackendRule>]
371
+ attr_accessor :overrides_by_request_protocol
372
+
363
373
  #
364
374
  # Corresponds to the JSON property `pathTranslation`
365
375
  # @return [String]
@@ -394,7 +404,9 @@ module Google
394
404
  @deadline = args[:deadline] if args.key?(:deadline)
395
405
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
396
406
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
407
+ @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
397
408
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
409
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
398
410
  @path_translation = args[:path_translation] if args.key?(:path_translation)
399
411
  @protocol = args[:protocol] if args.key?(:protocol)
400
412
  @selector = args[:selector] if args.key?(:selector)
@@ -465,6 +477,113 @@ module Google
465
477
  end
466
478
  end
467
479
 
480
+ # Details about how and where to publish client libraries.
481
+ class ClientLibrarySettings
482
+ include Google::Apis::Core::Hashable
483
+
484
+ # Settings for C++ client libraries.
485
+ # Corresponds to the JSON property `cppSettings`
486
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CppSettings]
487
+ attr_accessor :cpp_settings
488
+
489
+ # Settings for Dotnet client libraries.
490
+ # Corresponds to the JSON property `dotnetSettings`
491
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::DotnetSettings]
492
+ attr_accessor :dotnet_settings
493
+
494
+ # Settings for Go client libraries.
495
+ # Corresponds to the JSON property `goSettings`
496
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::GoSettings]
497
+ attr_accessor :go_settings
498
+
499
+ # Settings for Java client libraries.
500
+ # Corresponds to the JSON property `javaSettings`
501
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::JavaSettings]
502
+ attr_accessor :java_settings
503
+
504
+ # Launch stage of this version of the API.
505
+ # Corresponds to the JSON property `launchStage`
506
+ # @return [String]
507
+ attr_accessor :launch_stage
508
+
509
+ # Settings for Node client libraries.
510
+ # Corresponds to the JSON property `nodeSettings`
511
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::NodeSettings]
512
+ attr_accessor :node_settings
513
+
514
+ # Settings for Php client libraries.
515
+ # Corresponds to the JSON property `phpSettings`
516
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::PhpSettings]
517
+ attr_accessor :php_settings
518
+
519
+ # Settings for Python client libraries.
520
+ # Corresponds to the JSON property `pythonSettings`
521
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::PythonSettings]
522
+ attr_accessor :python_settings
523
+
524
+ # When using transport=rest, the client request will encode enums as numbers
525
+ # rather than strings.
526
+ # Corresponds to the JSON property `restNumericEnums`
527
+ # @return [Boolean]
528
+ attr_accessor :rest_numeric_enums
529
+ alias_method :rest_numeric_enums?, :rest_numeric_enums
530
+
531
+ # Settings for Ruby client libraries.
532
+ # Corresponds to the JSON property `rubySettings`
533
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::RubySettings]
534
+ attr_accessor :ruby_settings
535
+
536
+ # Version of the API to apply these settings to.
537
+ # Corresponds to the JSON property `version`
538
+ # @return [String]
539
+ attr_accessor :version
540
+
541
+ def initialize(**args)
542
+ update!(**args)
543
+ end
544
+
545
+ # Update properties of this object
546
+ def update!(**args)
547
+ @cpp_settings = args[:cpp_settings] if args.key?(:cpp_settings)
548
+ @dotnet_settings = args[:dotnet_settings] if args.key?(:dotnet_settings)
549
+ @go_settings = args[:go_settings] if args.key?(:go_settings)
550
+ @java_settings = args[:java_settings] if args.key?(:java_settings)
551
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
552
+ @node_settings = args[:node_settings] if args.key?(:node_settings)
553
+ @php_settings = args[:php_settings] if args.key?(:php_settings)
554
+ @python_settings = args[:python_settings] if args.key?(:python_settings)
555
+ @rest_numeric_enums = args[:rest_numeric_enums] if args.key?(:rest_numeric_enums)
556
+ @ruby_settings = args[:ruby_settings] if args.key?(:ruby_settings)
557
+ @version = args[:version] if args.key?(:version)
558
+ end
559
+ end
560
+
561
+ # Required information for every language.
562
+ class CommonLanguageSettings
563
+ include Google::Apis::Core::Hashable
564
+
565
+ # The destination where API teams want this client library to be published.
566
+ # Corresponds to the JSON property `destinations`
567
+ # @return [Array<String>]
568
+ attr_accessor :destinations
569
+
570
+ # Link to automatically generated reference documentation. Example: https://
571
+ # cloud.google.com/nodejs/docs/reference/asset/latest
572
+ # Corresponds to the JSON property `referenceDocsUri`
573
+ # @return [String]
574
+ attr_accessor :reference_docs_uri
575
+
576
+ def initialize(**args)
577
+ update!(**args)
578
+ end
579
+
580
+ # Update properties of this object
581
+ def update!(**args)
582
+ @destinations = args[:destinations] if args.key?(:destinations)
583
+ @reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
584
+ end
585
+ end
586
+
468
587
  # `Context` defines which contexts an API requests. Example: context: rules: -
469
588
  # selector: "*" requested: - google.rpc.context.ProjectContext - google.rpc.
470
589
  # context.OriginContext The above specifies that all methods in the API request `
@@ -544,15 +663,8 @@ module Google
544
663
  end
545
664
  end
546
665
 
547
- # Selects and configures the service controller used by the service. The service
548
- # controller handles two things: - **What is allowed:** for each API request,
549
- # Chemist checks the project status, activation status, abuse status, billing
550
- # status, service status, location restrictions, VPC Service Controls,
551
- # SuperQuota, and other policies. - **What has happened:** for each API response,
552
- # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
553
- # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
554
- # not associated with API traffic, such as billing metrics. Example: control:
555
- # environment: servicecontrol.googleapis.com
666
+ # Selects and configures the service controller used by the service. Example:
667
+ # control: environment: servicecontrol.googleapis.com
556
668
  class Control
557
669
  include Google::Apis::Core::Hashable
558
670
 
@@ -573,6 +685,25 @@ module Google
573
685
  end
574
686
  end
575
687
 
688
+ # Settings for C++ client libraries.
689
+ class CppSettings
690
+ include Google::Apis::Core::Hashable
691
+
692
+ # Required information for every language.
693
+ # Corresponds to the JSON property `common`
694
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
695
+ attr_accessor :common
696
+
697
+ def initialize(**args)
698
+ update!(**args)
699
+ end
700
+
701
+ # Update properties of this object
702
+ def update!(**args)
703
+ @common = args[:common] if args.key?(:common)
704
+ end
705
+ end
706
+
576
707
  # Customize service error responses. For example, list any service specific
577
708
  # protobuf types that can appear in error detail lists of error responses.
578
709
  # Example: custom_error: types: - google.foo.v1.CustomError - google.foo.v1.
@@ -778,6 +909,25 @@ module Google
778
909
  end
779
910
  end
780
911
 
912
+ # Settings for Dotnet client libraries.
913
+ class DotnetSettings
914
+ include Google::Apis::Core::Hashable
915
+
916
+ # Required information for every language.
917
+ # Corresponds to the JSON property `common`
918
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
919
+ attr_accessor :common
920
+
921
+ def initialize(**args)
922
+ update!(**args)
923
+ end
924
+
925
+ # Update properties of this object
926
+ def update!(**args)
927
+ @common = args[:common] if args.key?(:common)
928
+ end
929
+ end
930
+
781
931
  # A generic empty message that you can re-use to avoid defining duplicated empty
782
932
  # messages in your APIs. A typical example is to use it as the request or the
783
933
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -809,6 +959,13 @@ module Google
809
959
  class Endpoint
810
960
  include Google::Apis::Core::Hashable
811
961
 
962
+ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported.
963
+ # Instead of using aliases, please specify multiple google.api.Endpoint for each
964
+ # of the intended aliases. Additional names that this endpoint will be hosted on.
965
+ # Corresponds to the JSON property `aliases`
966
+ # @return [Array<String>]
967
+ attr_accessor :aliases
968
+
812
969
  # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
813
970
  # aka cross-domain traffic, would allow the backends served from this endpoint
814
971
  # to receive and respond to HTTP OPTIONS requests. The response will be used by
@@ -838,6 +995,7 @@ module Google
838
995
 
839
996
  # Update properties of this object
840
997
  def update!(**args)
998
+ @aliases = args[:aliases] if args.key?(:aliases)
841
999
  @allow_cors = args[:allow_cors] if args.key?(:allow_cors)
842
1000
  @name = args[:name] if args.key?(:name)
843
1001
  @target = args[:target] if args.key?(:target)
@@ -995,6 +1153,25 @@ module Google
995
1153
  end
996
1154
  end
997
1155
 
1156
+ # Settings for Go client libraries.
1157
+ class GoSettings
1158
+ include Google::Apis::Core::Hashable
1159
+
1160
+ # Required information for every language.
1161
+ # Corresponds to the JSON property `common`
1162
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
1163
+ attr_accessor :common
1164
+
1165
+ def initialize(**args)
1166
+ update!(**args)
1167
+ end
1168
+
1169
+ # Update properties of this object
1170
+ def update!(**args)
1171
+ @common = args[:common] if args.key?(:common)
1172
+ end
1173
+ end
1174
+
998
1175
  # Defines the HTTP configuration for an API service. It contains a list of
999
1176
  # HttpRule, each specifying the mapping of an RPC method to one or more HTTP
1000
1177
  # REST API methods.
@@ -1237,6 +1414,48 @@ module Google
1237
1414
  end
1238
1415
  end
1239
1416
 
1417
+ # Settings for Java client libraries.
1418
+ class JavaSettings
1419
+ include Google::Apis::Core::Hashable
1420
+
1421
+ # Required information for every language.
1422
+ # Corresponds to the JSON property `common`
1423
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
1424
+ attr_accessor :common
1425
+
1426
+ # The package name to use in Java. Clobbers the java_package option set in the
1427
+ # protobuf. This should be used **only** by APIs who have already set the
1428
+ # language_settings.java.package_name" field in gapic.yaml. API teams should use
1429
+ # the protobuf java_package option where possible. Example of a YAML
1430
+ # configuration:: publishing: java_settings: library_package: com.google.cloud.
1431
+ # pubsub.v1
1432
+ # Corresponds to the JSON property `libraryPackage`
1433
+ # @return [String]
1434
+ attr_accessor :library_package
1435
+
1436
+ # Configure the Java class name to use instead of the service's for its
1437
+ # corresponding generated GAPIC client. Keys are fully-qualified service names
1438
+ # as they appear in the protobuf (including the full the language_settings.java.
1439
+ # interface_names" field in gapic.yaml. API teams should otherwise use the
1440
+ # service name as it appears in the protobuf. Example of a YAML configuration::
1441
+ # publishing: java_settings: service_class_names: - google.pubsub.v1.Publisher:
1442
+ # TopicAdmin - google.pubsub.v1.Subscriber: SubscriptionAdmin
1443
+ # Corresponds to the JSON property `serviceClassNames`
1444
+ # @return [Hash<String,String>]
1445
+ attr_accessor :service_class_names
1446
+
1447
+ def initialize(**args)
1448
+ update!(**args)
1449
+ end
1450
+
1451
+ # Update properties of this object
1452
+ def update!(**args)
1453
+ @common = args[:common] if args.key?(:common)
1454
+ @library_package = args[:library_package] if args.key?(:library_package)
1455
+ @service_class_names = args[:service_class_names] if args.key?(:service_class_names)
1456
+ end
1457
+ end
1458
+
1240
1459
  # Specifies a location to extract JWT from an API request.
1241
1460
  class JwtLocation
1242
1461
  include Google::Apis::Core::Hashable
@@ -1424,6 +1643,49 @@ module Google
1424
1643
  end
1425
1644
  end
1426
1645
 
1646
+ # Describes settings to use when generating API methods that use the long-
1647
+ # running operation pattern. All default values below are from those used in the
1648
+ # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
1649
+ # generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/
1650
+ # google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
1651
+ class LongRunning
1652
+ include Google::Apis::Core::Hashable
1653
+
1654
+ # Initial delay after which the first poll request will be made. Default value:
1655
+ # 5 seconds.
1656
+ # Corresponds to the JSON property `initialPollDelay`
1657
+ # @return [String]
1658
+ attr_accessor :initial_poll_delay
1659
+
1660
+ # Maximum time between two subsequent poll requests. Default value: 45 seconds.
1661
+ # Corresponds to the JSON property `maxPollDelay`
1662
+ # @return [String]
1663
+ attr_accessor :max_poll_delay
1664
+
1665
+ # Multiplier to gradually increase delay between subsequent polls until it
1666
+ # reaches max_poll_delay. Default value: 1.5.
1667
+ # Corresponds to the JSON property `pollDelayMultiplier`
1668
+ # @return [Float]
1669
+ attr_accessor :poll_delay_multiplier
1670
+
1671
+ # Total polling timeout. Default value: 5 minutes.
1672
+ # Corresponds to the JSON property `totalPollTimeout`
1673
+ # @return [String]
1674
+ attr_accessor :total_poll_timeout
1675
+
1676
+ def initialize(**args)
1677
+ update!(**args)
1678
+ end
1679
+
1680
+ # Update properties of this object
1681
+ def update!(**args)
1682
+ @initial_poll_delay = args[:initial_poll_delay] if args.key?(:initial_poll_delay)
1683
+ @max_poll_delay = args[:max_poll_delay] if args.key?(:max_poll_delay)
1684
+ @poll_delay_multiplier = args[:poll_delay_multiplier] if args.key?(:poll_delay_multiplier)
1685
+ @total_poll_timeout = args[:total_poll_timeout] if args.key?(:total_poll_timeout)
1686
+ end
1687
+ end
1688
+
1427
1689
  # Method represents a method of an API interface.
1428
1690
  class MethodProp
1429
1691
  include Google::Apis::Core::Hashable
@@ -1481,6 +1743,36 @@ module Google
1481
1743
  end
1482
1744
  end
1483
1745
 
1746
+ # Describes the generator configuration for a method.
1747
+ class MethodSettings
1748
+ include Google::Apis::Core::Hashable
1749
+
1750
+ # Describes settings to use when generating API methods that use the long-
1751
+ # running operation pattern. All default values below are from those used in the
1752
+ # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
1753
+ # generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/
1754
+ # google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
1755
+ # Corresponds to the JSON property `longRunning`
1756
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::LongRunning]
1757
+ attr_accessor :long_running
1758
+
1759
+ # The fully qualified name of the method, for which the options below apply.
1760
+ # This is used to find the method to apply the options.
1761
+ # Corresponds to the JSON property `selector`
1762
+ # @return [String]
1763
+ attr_accessor :selector
1764
+
1765
+ def initialize(**args)
1766
+ update!(**args)
1767
+ end
1768
+
1769
+ # Update properties of this object
1770
+ def update!(**args)
1771
+ @long_running = args[:long_running] if args.key?(:long_running)
1772
+ @selector = args[:selector] if args.key?(:selector)
1773
+ end
1774
+ end
1775
+
1484
1776
  # Defines a metric type and its schema. Once a metric descriptor is created,
1485
1777
  # deleting or altering it stops data collection and makes the metric type's
1486
1778
  # existing data unusable.
@@ -1896,6 +2188,25 @@ module Google
1896
2188
  end
1897
2189
  end
1898
2190
 
2191
+ # Settings for Node client libraries.
2192
+ class NodeSettings
2193
+ include Google::Apis::Core::Hashable
2194
+
2195
+ # Required information for every language.
2196
+ # Corresponds to the JSON property `common`
2197
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
2198
+ attr_accessor :common
2199
+
2200
+ def initialize(**args)
2201
+ update!(**args)
2202
+ end
2203
+
2204
+ # Update properties of this object
2205
+ def update!(**args)
2206
+ @common = args[:common] if args.key?(:common)
2207
+ end
2208
+ end
2209
+
1899
2210
  # OAuth scopes are a way to define data and permissions on data. For example,
1900
2211
  # there are scopes defined for "Read-only access to Google Calendar" and "Access
1901
2212
  # to Cloud Platform". Users can consent to a scope for an application, giving it
@@ -2065,6 +2376,122 @@ module Google
2065
2376
  end
2066
2377
  end
2067
2378
 
2379
+ # Settings for Php client libraries.
2380
+ class PhpSettings
2381
+ include Google::Apis::Core::Hashable
2382
+
2383
+ # Required information for every language.
2384
+ # Corresponds to the JSON property `common`
2385
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
2386
+ attr_accessor :common
2387
+
2388
+ def initialize(**args)
2389
+ update!(**args)
2390
+ end
2391
+
2392
+ # Update properties of this object
2393
+ def update!(**args)
2394
+ @common = args[:common] if args.key?(:common)
2395
+ end
2396
+ end
2397
+
2398
+ # This message configures the settings for publishing [Google Cloud Client
2399
+ # libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
2400
+ # generated from the service config.
2401
+ class Publishing
2402
+ include Google::Apis::Core::Hashable
2403
+
2404
+ # Used as a tracking tag when collecting data about the APIs developer relations
2405
+ # artifacts like docs, packages delivered to package managers, etc. Example: "
2406
+ # speech".
2407
+ # Corresponds to the JSON property `apiShortName`
2408
+ # @return [String]
2409
+ attr_accessor :api_short_name
2410
+
2411
+ # GitHub teams to be added to CODEOWNERS in the directory in GitHub containing
2412
+ # source code for the client libraries for this API.
2413
+ # Corresponds to the JSON property `codeownerGithubTeams`
2414
+ # @return [Array<String>]
2415
+ attr_accessor :codeowner_github_teams
2416
+
2417
+ # A prefix used in sample code when demarking regions to be included in
2418
+ # documentation.
2419
+ # Corresponds to the JSON property `docTagPrefix`
2420
+ # @return [String]
2421
+ attr_accessor :doc_tag_prefix
2422
+
2423
+ # Link to product home page. Example: https://cloud.google.com/asset-inventory/
2424
+ # docs/overview
2425
+ # Corresponds to the JSON property `documentationUri`
2426
+ # @return [String]
2427
+ attr_accessor :documentation_uri
2428
+
2429
+ # GitHub label to apply to issues and pull requests opened for this API.
2430
+ # Corresponds to the JSON property `githubLabel`
2431
+ # @return [String]
2432
+ attr_accessor :github_label
2433
+
2434
+ # Client library settings. If the same version string appears multiple times in
2435
+ # this list, then the last one wins. Settings from earlier settings with the
2436
+ # same version string are discarded.
2437
+ # Corresponds to the JSON property `librarySettings`
2438
+ # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::ClientLibrarySettings>]
2439
+ attr_accessor :library_settings
2440
+
2441
+ # A list of API method settings, e.g. the behavior for methods that use the long-
2442
+ # running operation pattern.
2443
+ # Corresponds to the JSON property `methodSettings`
2444
+ # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::MethodSettings>]
2445
+ attr_accessor :method_settings
2446
+
2447
+ # Link to a place that API users can report issues. Example: https://
2448
+ # issuetracker.google.com/issues/new?component=190865&template=1161103
2449
+ # Corresponds to the JSON property `newIssueUri`
2450
+ # @return [String]
2451
+ attr_accessor :new_issue_uri
2452
+
2453
+ # For whom the client library is being published.
2454
+ # Corresponds to the JSON property `organization`
2455
+ # @return [String]
2456
+ attr_accessor :organization
2457
+
2458
+ def initialize(**args)
2459
+ update!(**args)
2460
+ end
2461
+
2462
+ # Update properties of this object
2463
+ def update!(**args)
2464
+ @api_short_name = args[:api_short_name] if args.key?(:api_short_name)
2465
+ @codeowner_github_teams = args[:codeowner_github_teams] if args.key?(:codeowner_github_teams)
2466
+ @doc_tag_prefix = args[:doc_tag_prefix] if args.key?(:doc_tag_prefix)
2467
+ @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
2468
+ @github_label = args[:github_label] if args.key?(:github_label)
2469
+ @library_settings = args[:library_settings] if args.key?(:library_settings)
2470
+ @method_settings = args[:method_settings] if args.key?(:method_settings)
2471
+ @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
2472
+ @organization = args[:organization] if args.key?(:organization)
2473
+ end
2474
+ end
2475
+
2476
+ # Settings for Python client libraries.
2477
+ class PythonSettings
2478
+ include Google::Apis::Core::Hashable
2479
+
2480
+ # Required information for every language.
2481
+ # Corresponds to the JSON property `common`
2482
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
2483
+ attr_accessor :common
2484
+
2485
+ def initialize(**args)
2486
+ update!(**args)
2487
+ end
2488
+
2489
+ # Update properties of this object
2490
+ def update!(**args)
2491
+ @common = args[:common] if args.key?(:common)
2492
+ end
2493
+ end
2494
+
2068
2495
  # Quota configuration helps to achieve fairness and budgeting in service usage.
2069
2496
  # The metric based quota configuration works this way: - The service
2070
2497
  # configuration defines a set of metrics. - For API calls, the quota.
@@ -2216,6 +2643,25 @@ module Google
2216
2643
  end
2217
2644
  end
2218
2645
 
2646
+ # Settings for Ruby client libraries.
2647
+ class RubySettings
2648
+ include Google::Apis::Core::Hashable
2649
+
2650
+ # Required information for every language.
2651
+ # Corresponds to the JSON property `common`
2652
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
2653
+ attr_accessor :common
2654
+
2655
+ def initialize(**args)
2656
+ update!(**args)
2657
+ end
2658
+
2659
+ # Update properties of this object
2660
+ def update!(**args)
2661
+ @common = args[:common] if args.key?(:common)
2662
+ end
2663
+ end
2664
+
2219
2665
  # `Service` is the root object of Google API service configuration (service
2220
2666
  # config). It describes the basic information about a logical service, such as
2221
2667
  # the service name and the user-facing title, and delegates other aspects to sub-
@@ -2299,15 +2745,8 @@ module Google
2299
2745
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Context]
2300
2746
  attr_accessor :context
2301
2747
 
2302
- # Selects and configures the service controller used by the service. The service
2303
- # controller handles two things: - **What is allowed:** for each API request,
2304
- # Chemist checks the project status, activation status, abuse status, billing
2305
- # status, service status, location restrictions, VPC Service Controls,
2306
- # SuperQuota, and other policies. - **What has happened:** for each API response,
2307
- # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
2308
- # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
2309
- # not associated with API traffic, such as billing metrics. Example: control:
2310
- # environment: servicecontrol.googleapis.com
2748
+ # Selects and configures the service controller used by the service. Example:
2749
+ # control: environment: servicecontrol.googleapis.com
2311
2750
  # Corresponds to the JSON property `control`
2312
2751
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Control]
2313
2752
  attr_accessor :control
@@ -2449,6 +2888,13 @@ module Google
2449
2888
  # @return [String]
2450
2889
  attr_accessor :producer_project_id
2451
2890
 
2891
+ # This message configures the settings for publishing [Google Cloud Client
2892
+ # libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
2893
+ # generated from the service config.
2894
+ # Corresponds to the JSON property `publishing`
2895
+ # @return [Google::Apis::ServiceconsumermanagementV1beta1::Publishing]
2896
+ attr_accessor :publishing
2897
+
2452
2898
  # Quota configuration helps to achieve fairness and budgeting in service usage.
2453
2899
  # The metric based quota configuration works this way: - The service
2454
2900
  # configuration defines a set of metrics. - For API calls, the quota.
@@ -2539,6 +2985,7 @@ module Google
2539
2985
  @monitoring = args[:monitoring] if args.key?(:monitoring)
2540
2986
  @name = args[:name] if args.key?(:name)
2541
2987
  @producer_project_id = args[:producer_project_id] if args.key?(:producer_project_id)
2988
+ @publishing = args[:publishing] if args.key?(:publishing)
2542
2989
  @quota = args[:quota] if args.key?(:quota)
2543
2990
  @source_info = args[:source_info] if args.key?(:source_info)
2544
2991
  @system_parameters = args[:system_parameters] if args.key?(:system_parameters)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220907"
25
+ REVISION = "20230215"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,18 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class ClientLibrarySettings
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CommonLanguageSettings
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
79
91
  class Context
80
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
93
 
@@ -94,6 +106,12 @@ module Google
94
106
  include Google::Apis::Core::JsonObjectSupport
95
107
  end
96
108
 
109
+ class CppSettings
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
97
115
  class CustomError
98
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
117
 
@@ -124,6 +142,12 @@ module Google
124
142
  include Google::Apis::Core::JsonObjectSupport
125
143
  end
126
144
 
145
+ class DotnetSettings
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
127
151
  class Empty
128
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
153
 
@@ -154,6 +178,12 @@ module Google
154
178
  include Google::Apis::Core::JsonObjectSupport
155
179
  end
156
180
 
181
+ class GoSettings
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
157
187
  class Http
158
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
189
 
@@ -166,6 +196,12 @@ module Google
166
196
  include Google::Apis::Core::JsonObjectSupport
167
197
  end
168
198
 
199
+ class JavaSettings
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
169
205
  class JwtLocation
170
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
207
 
@@ -196,12 +232,24 @@ module Google
196
232
  include Google::Apis::Core::JsonObjectSupport
197
233
  end
198
234
 
235
+ class LongRunning
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
199
241
  class MethodProp
200
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
243
 
202
244
  include Google::Apis::Core::JsonObjectSupport
203
245
  end
204
246
 
247
+ class MethodSettings
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
205
253
  class MetricDescriptor
206
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
255
 
@@ -244,6 +292,12 @@ module Google
244
292
  include Google::Apis::Core::JsonObjectSupport
245
293
  end
246
294
 
295
+ class NodeSettings
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
247
301
  class OAuthRequirements
248
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
303
 
@@ -268,6 +322,24 @@ module Google
268
322
  include Google::Apis::Core::JsonObjectSupport
269
323
  end
270
324
 
325
+ class PhpSettings
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class Publishing
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class PythonSettings
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
271
343
  class Quota
272
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
345
 
@@ -280,6 +352,12 @@ module Google
280
352
  include Google::Apis::Core::JsonObjectSupport
281
353
  end
282
354
 
355
+ class RubySettings
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
283
361
  class Service
284
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
363
 
@@ -571,7 +649,10 @@ module Google
571
649
  property :deadline, as: 'deadline'
572
650
  property :disable_auth, as: 'disableAuth'
573
651
  property :jwt_audience, as: 'jwtAudience'
652
+ property :min_deadline, as: 'minDeadline'
574
653
  property :operation_deadline, as: 'operationDeadline'
654
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceconsumermanagementV1beta1::BackendRule, decorator: Google::Apis::ServiceconsumermanagementV1beta1::BackendRule::Representation
655
+
575
656
  property :path_translation, as: 'pathTranslation'
576
657
  property :protocol, as: 'protocol'
577
658
  property :selector, as: 'selector'
@@ -594,6 +675,39 @@ module Google
594
675
  end
595
676
  end
596
677
 
678
+ class ClientLibrarySettings
679
+ # @private
680
+ class Representation < Google::Apis::Core::JsonRepresentation
681
+ property :cpp_settings, as: 'cppSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::CppSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CppSettings::Representation
682
+
683
+ property :dotnet_settings, as: 'dotnetSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::DotnetSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::DotnetSettings::Representation
684
+
685
+ property :go_settings, as: 'goSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::GoSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::GoSettings::Representation
686
+
687
+ property :java_settings, as: 'javaSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::JavaSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::JavaSettings::Representation
688
+
689
+ property :launch_stage, as: 'launchStage'
690
+ property :node_settings, as: 'nodeSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::NodeSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::NodeSettings::Representation
691
+
692
+ property :php_settings, as: 'phpSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::PhpSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::PhpSettings::Representation
693
+
694
+ property :python_settings, as: 'pythonSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::PythonSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::PythonSettings::Representation
695
+
696
+ property :rest_numeric_enums, as: 'restNumericEnums'
697
+ property :ruby_settings, as: 'rubySettings', class: Google::Apis::ServiceconsumermanagementV1beta1::RubySettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::RubySettings::Representation
698
+
699
+ property :version, as: 'version'
700
+ end
701
+ end
702
+
703
+ class CommonLanguageSettings
704
+ # @private
705
+ class Representation < Google::Apis::Core::JsonRepresentation
706
+ collection :destinations, as: 'destinations'
707
+ property :reference_docs_uri, as: 'referenceDocsUri'
708
+ end
709
+ end
710
+
597
711
  class Context
598
712
  # @private
599
713
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -620,6 +734,14 @@ module Google
620
734
  end
621
735
  end
622
736
 
737
+ class CppSettings
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
741
+
742
+ end
743
+ end
744
+
623
745
  class CustomError
624
746
  # @private
625
747
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -668,6 +790,14 @@ module Google
668
790
  end
669
791
  end
670
792
 
793
+ class DotnetSettings
794
+ # @private
795
+ class Representation < Google::Apis::Core::JsonRepresentation
796
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
797
+
798
+ end
799
+ end
800
+
671
801
  class Empty
672
802
  # @private
673
803
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -677,6 +807,7 @@ module Google
677
807
  class Endpoint
678
808
  # @private
679
809
  class Representation < Google::Apis::Core::JsonRepresentation
810
+ collection :aliases, as: 'aliases'
680
811
  property :allow_cors, as: 'allowCors'
681
812
  property :name, as: 'name'
682
813
  property :target, as: 'target'
@@ -724,6 +855,14 @@ module Google
724
855
  end
725
856
  end
726
857
 
858
+ class GoSettings
859
+ # @private
860
+ class Representation < Google::Apis::Core::JsonRepresentation
861
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
862
+
863
+ end
864
+ end
865
+
727
866
  class Http
728
867
  # @private
729
868
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -751,6 +890,16 @@ module Google
751
890
  end
752
891
  end
753
892
 
893
+ class JavaSettings
894
+ # @private
895
+ class Representation < Google::Apis::Core::JsonRepresentation
896
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
897
+
898
+ property :library_package, as: 'libraryPackage'
899
+ hash :service_class_names, as: 'serviceClassNames'
900
+ end
901
+ end
902
+
754
903
  class JwtLocation
755
904
  # @private
756
905
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -799,6 +948,16 @@ module Google
799
948
  end
800
949
  end
801
950
 
951
+ class LongRunning
952
+ # @private
953
+ class Representation < Google::Apis::Core::JsonRepresentation
954
+ property :initial_poll_delay, as: 'initialPollDelay'
955
+ property :max_poll_delay, as: 'maxPollDelay'
956
+ property :poll_delay_multiplier, as: 'pollDelayMultiplier'
957
+ property :total_poll_timeout, as: 'totalPollTimeout'
958
+ end
959
+ end
960
+
802
961
  class MethodProp
803
962
  # @private
804
963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -813,6 +972,15 @@ module Google
813
972
  end
814
973
  end
815
974
 
975
+ class MethodSettings
976
+ # @private
977
+ class Representation < Google::Apis::Core::JsonRepresentation
978
+ property :long_running, as: 'longRunning', class: Google::Apis::ServiceconsumermanagementV1beta1::LongRunning, decorator: Google::Apis::ServiceconsumermanagementV1beta1::LongRunning::Representation
979
+
980
+ property :selector, as: 'selector'
981
+ end
982
+ end
983
+
816
984
  class MetricDescriptor
817
985
  # @private
818
986
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -888,6 +1056,14 @@ module Google
888
1056
  end
889
1057
  end
890
1058
 
1059
+ class NodeSettings
1060
+ # @private
1061
+ class Representation < Google::Apis::Core::JsonRepresentation
1062
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
1063
+
1064
+ end
1065
+ end
1066
+
891
1067
  class OAuthRequirements
892
1068
  # @private
893
1069
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -925,6 +1101,39 @@ module Google
925
1101
  end
926
1102
  end
927
1103
 
1104
+ class PhpSettings
1105
+ # @private
1106
+ class Representation < Google::Apis::Core::JsonRepresentation
1107
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
1108
+
1109
+ end
1110
+ end
1111
+
1112
+ class Publishing
1113
+ # @private
1114
+ class Representation < Google::Apis::Core::JsonRepresentation
1115
+ property :api_short_name, as: 'apiShortName'
1116
+ collection :codeowner_github_teams, as: 'codeownerGithubTeams'
1117
+ property :doc_tag_prefix, as: 'docTagPrefix'
1118
+ property :documentation_uri, as: 'documentationUri'
1119
+ property :github_label, as: 'githubLabel'
1120
+ collection :library_settings, as: 'librarySettings', class: Google::Apis::ServiceconsumermanagementV1beta1::ClientLibrarySettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::ClientLibrarySettings::Representation
1121
+
1122
+ collection :method_settings, as: 'methodSettings', class: Google::Apis::ServiceconsumermanagementV1beta1::MethodSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::MethodSettings::Representation
1123
+
1124
+ property :new_issue_uri, as: 'newIssueUri'
1125
+ property :organization, as: 'organization'
1126
+ end
1127
+ end
1128
+
1129
+ class PythonSettings
1130
+ # @private
1131
+ class Representation < Google::Apis::Core::JsonRepresentation
1132
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
1133
+
1134
+ end
1135
+ end
1136
+
928
1137
  class Quota
929
1138
  # @private
930
1139
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -951,6 +1160,14 @@ module Google
951
1160
  end
952
1161
  end
953
1162
 
1163
+ class RubySettings
1164
+ # @private
1165
+ class Representation < Google::Apis::Core::JsonRepresentation
1166
+ property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
1167
+
1168
+ end
1169
+ end
1170
+
954
1171
  class Service
955
1172
  # @private
956
1173
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -990,6 +1207,8 @@ module Google
990
1207
 
991
1208
  property :name, as: 'name'
992
1209
  property :producer_project_id, as: 'producerProjectId'
1210
+ property :publishing, as: 'publishing', class: Google::Apis::ServiceconsumermanagementV1beta1::Publishing, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Publishing::Representation
1211
+
993
1212
  property :quota, as: 'quota', class: Google::Apis::ServiceconsumermanagementV1beta1::Quota, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Quota::Representation
994
1213
 
995
1214
  property :source_info, as: 'sourceInfo', class: Google::Apis::ServiceconsumermanagementV1beta1::SourceInfo, decorator: Google::Apis::ServiceconsumermanagementV1beta1::SourceInfo::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-02-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.9.0
19
+ version: 0.11.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.9.0
29
+ version: 0.11.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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1beta1