google-apis-serviceusage_v1beta1 0.29.0 → 0.31.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: 8d54620e67c542dded1171a00dbb6384b3937a7c98595efe2448fa456d983583
4
- data.tar.gz: 7671f32df3deee3074fa09351c38c4cdb48e1cf71911c08606e7bd4fa4dc5e58
3
+ metadata.gz: 8a75f9534bfc1fb72f5db8d27600a00ea65a96fa31286d164f4b5f02d7b444b0
4
+ data.tar.gz: fc5c1a5bc749ab3d0da69ef35b8312c5f773258fa66cce25962818631a2090dd
5
5
  SHA512:
6
- metadata.gz: 9f692d23becd5641f59b17068d3ab91676c55ca3ff8ef5b20e7a7c7534fe81df761c065ff805b4dbf4cc5990188d789ac7746e47d592f73b81ca1fc50e7c8bb1
7
- data.tar.gz: 67e5487ce191fddc6dea8ab197db64f60b166d02730d056817f055871a81b058054b59d66ef3c2ad748f096c4648b65bf601832041a85185b7bb1e9c124866e8
6
+ metadata.gz: 8ef2d20e72a339006b374651d0949ce83eaa1a9e804bba7b7f845a71d79b3f0c64629a62024e7549b09fe95ec2dad24b2c8803a4f8398ab988a2b25c59b2737f
7
+ data.tar.gz: af48fa2e80aabb01484d765fa9dc7663710ec673e135a9f178e168e109fd29a3615d078ec8e3270fcc5747b778e2d33dc0c31b488ad0cb0198d734026edf190f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230215
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.30.0 (2022-11-17)
9
+
10
+ * Regenerated from discovery document revision 20221115
11
+
3
12
  ### v0.29.0 (2022-10-27)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -419,12 +419,22 @@ module Google
419
419
  # @return [String]
420
420
  attr_accessor :jwt_audience
421
421
 
422
+ # Deprecated, do not use.
423
+ # Corresponds to the JSON property `minDeadline`
424
+ # @return [Float]
425
+ attr_accessor :min_deadline
426
+
422
427
  # The number of seconds to wait for the completion of a long running operation.
423
428
  # The default is no deadline.
424
429
  # Corresponds to the JSON property `operationDeadline`
425
430
  # @return [Float]
426
431
  attr_accessor :operation_deadline
427
432
 
433
+ # The map between request protocol and the backend address.
434
+ # Corresponds to the JSON property `overridesByRequestProtocol`
435
+ # @return [Hash<String,Google::Apis::ServiceusageV1beta1::BackendRule>]
436
+ attr_accessor :overrides_by_request_protocol
437
+
428
438
  #
429
439
  # Corresponds to the JSON property `pathTranslation`
430
440
  # @return [String]
@@ -459,7 +469,9 @@ module Google
459
469
  @deadline = args[:deadline] if args.key?(:deadline)
460
470
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
461
471
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
472
+ @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
462
473
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
474
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
463
475
  @path_translation = args[:path_translation] if args.key?(:path_translation)
464
476
  @protocol = args[:protocol] if args.key?(:protocol)
465
477
  @selector = args[:selector] if args.key?(:selector)
@@ -621,6 +633,113 @@ module Google
621
633
  end
622
634
  end
623
635
 
636
+ # Details about how and where to publish client libraries.
637
+ class ClientLibrarySettings
638
+ include Google::Apis::Core::Hashable
639
+
640
+ # Settings for C++ client libraries.
641
+ # Corresponds to the JSON property `cppSettings`
642
+ # @return [Google::Apis::ServiceusageV1beta1::CppSettings]
643
+ attr_accessor :cpp_settings
644
+
645
+ # Settings for Dotnet client libraries.
646
+ # Corresponds to the JSON property `dotnetSettings`
647
+ # @return [Google::Apis::ServiceusageV1beta1::DotnetSettings]
648
+ attr_accessor :dotnet_settings
649
+
650
+ # Settings for Go client libraries.
651
+ # Corresponds to the JSON property `goSettings`
652
+ # @return [Google::Apis::ServiceusageV1beta1::GoSettings]
653
+ attr_accessor :go_settings
654
+
655
+ # Settings for Java client libraries.
656
+ # Corresponds to the JSON property `javaSettings`
657
+ # @return [Google::Apis::ServiceusageV1beta1::JavaSettings]
658
+ attr_accessor :java_settings
659
+
660
+ # Launch stage of this version of the API.
661
+ # Corresponds to the JSON property `launchStage`
662
+ # @return [String]
663
+ attr_accessor :launch_stage
664
+
665
+ # Settings for Node client libraries.
666
+ # Corresponds to the JSON property `nodeSettings`
667
+ # @return [Google::Apis::ServiceusageV1beta1::NodeSettings]
668
+ attr_accessor :node_settings
669
+
670
+ # Settings for Php client libraries.
671
+ # Corresponds to the JSON property `phpSettings`
672
+ # @return [Google::Apis::ServiceusageV1beta1::PhpSettings]
673
+ attr_accessor :php_settings
674
+
675
+ # Settings for Python client libraries.
676
+ # Corresponds to the JSON property `pythonSettings`
677
+ # @return [Google::Apis::ServiceusageV1beta1::PythonSettings]
678
+ attr_accessor :python_settings
679
+
680
+ # When using transport=rest, the client request will encode enums as numbers
681
+ # rather than strings.
682
+ # Corresponds to the JSON property `restNumericEnums`
683
+ # @return [Boolean]
684
+ attr_accessor :rest_numeric_enums
685
+ alias_method :rest_numeric_enums?, :rest_numeric_enums
686
+
687
+ # Settings for Ruby client libraries.
688
+ # Corresponds to the JSON property `rubySettings`
689
+ # @return [Google::Apis::ServiceusageV1beta1::RubySettings]
690
+ attr_accessor :ruby_settings
691
+
692
+ # Version of the API to apply these settings to.
693
+ # Corresponds to the JSON property `version`
694
+ # @return [String]
695
+ attr_accessor :version
696
+
697
+ def initialize(**args)
698
+ update!(**args)
699
+ end
700
+
701
+ # Update properties of this object
702
+ def update!(**args)
703
+ @cpp_settings = args[:cpp_settings] if args.key?(:cpp_settings)
704
+ @dotnet_settings = args[:dotnet_settings] if args.key?(:dotnet_settings)
705
+ @go_settings = args[:go_settings] if args.key?(:go_settings)
706
+ @java_settings = args[:java_settings] if args.key?(:java_settings)
707
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
708
+ @node_settings = args[:node_settings] if args.key?(:node_settings)
709
+ @php_settings = args[:php_settings] if args.key?(:php_settings)
710
+ @python_settings = args[:python_settings] if args.key?(:python_settings)
711
+ @rest_numeric_enums = args[:rest_numeric_enums] if args.key?(:rest_numeric_enums)
712
+ @ruby_settings = args[:ruby_settings] if args.key?(:ruby_settings)
713
+ @version = args[:version] if args.key?(:version)
714
+ end
715
+ end
716
+
717
+ # Required information for every language.
718
+ class CommonLanguageSettings
719
+ include Google::Apis::Core::Hashable
720
+
721
+ # The destination where API teams want this client library to be published.
722
+ # Corresponds to the JSON property `destinations`
723
+ # @return [Array<String>]
724
+ attr_accessor :destinations
725
+
726
+ # Link to automatically generated reference documentation. Example: https://
727
+ # cloud.google.com/nodejs/docs/reference/asset/latest
728
+ # Corresponds to the JSON property `referenceDocsUri`
729
+ # @return [String]
730
+ attr_accessor :reference_docs_uri
731
+
732
+ def initialize(**args)
733
+ update!(**args)
734
+ end
735
+
736
+ # Update properties of this object
737
+ def update!(**args)
738
+ @destinations = args[:destinations] if args.key?(:destinations)
739
+ @reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
740
+ end
741
+ end
742
+
624
743
  # Consumer quota settings for a quota limit.
625
744
  class ConsumerQuotaLimit
626
745
  include Google::Apis::Core::Hashable
@@ -824,15 +943,8 @@ module Google
824
943
  end
825
944
  end
826
945
 
827
- # Selects and configures the service controller used by the service. The service
828
- # controller handles two things: - **What is allowed:** for each API request,
829
- # Chemist checks the project status, activation status, abuse status, billing
830
- # status, service status, location restrictions, VPC Service Controls,
831
- # SuperQuota, and other policies. - **What has happened:** for each API response,
832
- # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
833
- # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
834
- # not associated with API traffic, such as billing metrics. Example: control:
835
- # environment: servicecontrol.googleapis.com
946
+ # Selects and configures the service controller used by the service. Example:
947
+ # control: environment: servicecontrol.googleapis.com
836
948
  class Control
837
949
  include Google::Apis::Core::Hashable
838
950
 
@@ -853,6 +965,25 @@ module Google
853
965
  end
854
966
  end
855
967
 
968
+ # Settings for C++ client libraries.
969
+ class CppSettings
970
+ include Google::Apis::Core::Hashable
971
+
972
+ # Required information for every language.
973
+ # Corresponds to the JSON property `common`
974
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
975
+ attr_accessor :common
976
+
977
+ def initialize(**args)
978
+ update!(**args)
979
+ end
980
+
981
+ # Update properties of this object
982
+ def update!(**args)
983
+ @common = args[:common] if args.key?(:common)
984
+ end
985
+ end
986
+
856
987
  # Metadata message that provides information such as progress, partial failures,
857
988
  # and similar information on each GetOperation call of LRO returned by
858
989
  # CreateAdminQuotaPolicy.
@@ -1122,6 +1253,25 @@ module Google
1122
1253
  end
1123
1254
  end
1124
1255
 
1256
+ # Settings for Dotnet client libraries.
1257
+ class DotnetSettings
1258
+ include Google::Apis::Core::Hashable
1259
+
1260
+ # Required information for every language.
1261
+ # Corresponds to the JSON property `common`
1262
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
1263
+ attr_accessor :common
1264
+
1265
+ def initialize(**args)
1266
+ update!(**args)
1267
+ end
1268
+
1269
+ # Update properties of this object
1270
+ def update!(**args)
1271
+ @common = args[:common] if args.key?(:common)
1272
+ end
1273
+ end
1274
+
1125
1275
  # A generic empty message that you can re-use to avoid defining duplicated empty
1126
1276
  # messages in your APIs. A typical example is to use it as the request or the
1127
1277
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -1212,6 +1362,13 @@ module Google
1212
1362
  class Endpoint
1213
1363
  include Google::Apis::Core::Hashable
1214
1364
 
1365
+ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported.
1366
+ # Instead of using aliases, please specify multiple google.api.Endpoint for each
1367
+ # of the intended aliases. Additional names that this endpoint will be hosted on.
1368
+ # Corresponds to the JSON property `aliases`
1369
+ # @return [Array<String>]
1370
+ attr_accessor :aliases
1371
+
1215
1372
  # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
1216
1373
  # aka cross-domain traffic, would allow the backends served from this endpoint
1217
1374
  # to receive and respond to HTTP OPTIONS requests. The response will be used by
@@ -1241,6 +1398,7 @@ module Google
1241
1398
 
1242
1399
  # Update properties of this object
1243
1400
  def update!(**args)
1401
+ @aliases = args[:aliases] if args.key?(:aliases)
1244
1402
  @allow_cors = args[:allow_cors] if args.key?(:allow_cors)
1245
1403
  @name = args[:name] if args.key?(:name)
1246
1404
  @target = args[:target] if args.key?(:target)
@@ -1437,6 +1595,25 @@ module Google
1437
1595
  end
1438
1596
  end
1439
1597
 
1598
+ # Settings for Go client libraries.
1599
+ class GoSettings
1600
+ include Google::Apis::Core::Hashable
1601
+
1602
+ # Required information for every language.
1603
+ # Corresponds to the JSON property `common`
1604
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
1605
+ attr_accessor :common
1606
+
1607
+ def initialize(**args)
1608
+ update!(**args)
1609
+ end
1610
+
1611
+ # Update properties of this object
1612
+ def update!(**args)
1613
+ @common = args[:common] if args.key?(:common)
1614
+ end
1615
+ end
1616
+
1440
1617
  # `Service` is the root object of Google API service configuration (service
1441
1618
  # config). It describes the basic information about a logical service, such as
1442
1619
  # the service name and the user-facing title, and delegates other aspects to sub-
@@ -1520,15 +1697,8 @@ module Google
1520
1697
  # @return [Google::Apis::ServiceusageV1beta1::Context]
1521
1698
  attr_accessor :context
1522
1699
 
1523
- # Selects and configures the service controller used by the service. The service
1524
- # controller handles two things: - **What is allowed:** for each API request,
1525
- # Chemist checks the project status, activation status, abuse status, billing
1526
- # status, service status, location restrictions, VPC Service Controls,
1527
- # SuperQuota, and other policies. - **What has happened:** for each API response,
1528
- # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
1529
- # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
1530
- # not associated with API traffic, such as billing metrics. Example: control:
1531
- # environment: servicecontrol.googleapis.com
1700
+ # Selects and configures the service controller used by the service. Example:
1701
+ # control: environment: servicecontrol.googleapis.com
1532
1702
  # Corresponds to the JSON property `control`
1533
1703
  # @return [Google::Apis::ServiceusageV1beta1::Control]
1534
1704
  attr_accessor :control
@@ -1670,6 +1840,13 @@ module Google
1670
1840
  # @return [String]
1671
1841
  attr_accessor :producer_project_id
1672
1842
 
1843
+ # This message configures the settings for publishing [Google Cloud Client
1844
+ # libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
1845
+ # generated from the service config.
1846
+ # Corresponds to the JSON property `publishing`
1847
+ # @return [Google::Apis::ServiceusageV1beta1::Publishing]
1848
+ attr_accessor :publishing
1849
+
1673
1850
  # Quota configuration helps to achieve fairness and budgeting in service usage.
1674
1851
  # The metric based quota configuration works this way: - The service
1675
1852
  # configuration defines a set of metrics. - For API calls, the quota.
@@ -1760,6 +1937,7 @@ module Google
1760
1937
  @monitoring = args[:monitoring] if args.key?(:monitoring)
1761
1938
  @name = args[:name] if args.key?(:name)
1762
1939
  @producer_project_id = args[:producer_project_id] if args.key?(:producer_project_id)
1940
+ @publishing = args[:publishing] if args.key?(:publishing)
1763
1941
  @quota = args[:quota] if args.key?(:quota)
1764
1942
  @source_info = args[:source_info] if args.key?(:source_info)
1765
1943
  @system_parameters = args[:system_parameters] if args.key?(:system_parameters)
@@ -2446,6 +2624,48 @@ module Google
2446
2624
  end
2447
2625
  end
2448
2626
 
2627
+ # Settings for Java client libraries.
2628
+ class JavaSettings
2629
+ include Google::Apis::Core::Hashable
2630
+
2631
+ # Required information for every language.
2632
+ # Corresponds to the JSON property `common`
2633
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
2634
+ attr_accessor :common
2635
+
2636
+ # The package name to use in Java. Clobbers the java_package option set in the
2637
+ # protobuf. This should be used **only** by APIs who have already set the
2638
+ # language_settings.java.package_name" field in gapic.yaml. API teams should use
2639
+ # the protobuf java_package option where possible. Example of a YAML
2640
+ # configuration:: publishing: java_settings: library_package: com.google.cloud.
2641
+ # pubsub.v1
2642
+ # Corresponds to the JSON property `libraryPackage`
2643
+ # @return [String]
2644
+ attr_accessor :library_package
2645
+
2646
+ # Configure the Java class name to use instead of the service's for its
2647
+ # corresponding generated GAPIC client. Keys are fully-qualified service names
2648
+ # as they appear in the protobuf (including the full the language_settings.java.
2649
+ # interface_names" field in gapic.yaml. API teams should otherwise use the
2650
+ # service name as it appears in the protobuf. Example of a YAML configuration::
2651
+ # publishing: java_settings: service_class_names: - google.pubsub.v1.Publisher:
2652
+ # TopicAdmin - google.pubsub.v1.Subscriber: SubscriptionAdmin
2653
+ # Corresponds to the JSON property `serviceClassNames`
2654
+ # @return [Hash<String,String>]
2655
+ attr_accessor :service_class_names
2656
+
2657
+ def initialize(**args)
2658
+ update!(**args)
2659
+ end
2660
+
2661
+ # Update properties of this object
2662
+ def update!(**args)
2663
+ @common = args[:common] if args.key?(:common)
2664
+ @library_package = args[:library_package] if args.key?(:library_package)
2665
+ @service_class_names = args[:service_class_names] if args.key?(:service_class_names)
2666
+ end
2667
+ end
2668
+
2449
2669
  # Specifies a location to extract JWT from an API request.
2450
2670
  class JwtLocation
2451
2671
  include Google::Apis::Core::Hashable
@@ -2758,6 +2978,49 @@ module Google
2758
2978
  end
2759
2979
  end
2760
2980
 
2981
+ # Describes settings to use when generating API methods that use the long-
2982
+ # running operation pattern. All default values below are from those used in the
2983
+ # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
2984
+ # generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/
2985
+ # google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
2986
+ class LongRunning
2987
+ include Google::Apis::Core::Hashable
2988
+
2989
+ # Initial delay after which the first poll request will be made. Default value:
2990
+ # 5 seconds.
2991
+ # Corresponds to the JSON property `initialPollDelay`
2992
+ # @return [String]
2993
+ attr_accessor :initial_poll_delay
2994
+
2995
+ # Maximum time between two subsequent poll requests. Default value: 45 seconds.
2996
+ # Corresponds to the JSON property `maxPollDelay`
2997
+ # @return [String]
2998
+ attr_accessor :max_poll_delay
2999
+
3000
+ # Multiplier to gradually increase delay between subsequent polls until it
3001
+ # reaches max_poll_delay. Default value: 1.5.
3002
+ # Corresponds to the JSON property `pollDelayMultiplier`
3003
+ # @return [Float]
3004
+ attr_accessor :poll_delay_multiplier
3005
+
3006
+ # Total polling timeout. Default value: 5 minutes.
3007
+ # Corresponds to the JSON property `totalPollTimeout`
3008
+ # @return [String]
3009
+ attr_accessor :total_poll_timeout
3010
+
3011
+ def initialize(**args)
3012
+ update!(**args)
3013
+ end
3014
+
3015
+ # Update properties of this object
3016
+ def update!(**args)
3017
+ @initial_poll_delay = args[:initial_poll_delay] if args.key?(:initial_poll_delay)
3018
+ @max_poll_delay = args[:max_poll_delay] if args.key?(:max_poll_delay)
3019
+ @poll_delay_multiplier = args[:poll_delay_multiplier] if args.key?(:poll_delay_multiplier)
3020
+ @total_poll_timeout = args[:total_poll_timeout] if args.key?(:total_poll_timeout)
3021
+ end
3022
+ end
3023
+
2761
3024
  # Method represents a method of an API interface.
2762
3025
  class MethodProp
2763
3026
  include Google::Apis::Core::Hashable
@@ -2815,6 +3078,36 @@ module Google
2815
3078
  end
2816
3079
  end
2817
3080
 
3081
+ # Describes the generator configuration for a method.
3082
+ class MethodSettings
3083
+ include Google::Apis::Core::Hashable
3084
+
3085
+ # Describes settings to use when generating API methods that use the long-
3086
+ # running operation pattern. All default values below are from those used in the
3087
+ # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
3088
+ # generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/
3089
+ # google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
3090
+ # Corresponds to the JSON property `longRunning`
3091
+ # @return [Google::Apis::ServiceusageV1beta1::LongRunning]
3092
+ attr_accessor :long_running
3093
+
3094
+ # The fully qualified name of the method, for which the options below apply.
3095
+ # This is used to find the method to apply the options.
3096
+ # Corresponds to the JSON property `selector`
3097
+ # @return [String]
3098
+ attr_accessor :selector
3099
+
3100
+ def initialize(**args)
3101
+ update!(**args)
3102
+ end
3103
+
3104
+ # Update properties of this object
3105
+ def update!(**args)
3106
+ @long_running = args[:long_running] if args.key?(:long_running)
3107
+ @selector = args[:selector] if args.key?(:selector)
3108
+ end
3109
+ end
3110
+
2818
3111
  # Defines a metric type and its schema. Once a metric descriptor is created,
2819
3112
  # deleting or altering it stops data collection and makes the metric type's
2820
3113
  # existing data unusable.
@@ -3230,6 +3523,25 @@ module Google
3230
3523
  end
3231
3524
  end
3232
3525
 
3526
+ # Settings for Node client libraries.
3527
+ class NodeSettings
3528
+ include Google::Apis::Core::Hashable
3529
+
3530
+ # Required information for every language.
3531
+ # Corresponds to the JSON property `common`
3532
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
3533
+ attr_accessor :common
3534
+
3535
+ def initialize(**args)
3536
+ update!(**args)
3537
+ end
3538
+
3539
+ # Update properties of this object
3540
+ def update!(**args)
3541
+ @common = args[:common] if args.key?(:common)
3542
+ end
3543
+ end
3544
+
3233
3545
  # OAuth scopes are a way to define data and permissions on data. For example,
3234
3546
  # there are scopes defined for "Read-only access to Google Calendar" and "Access
3235
3547
  # to Cloud Platform". Users can consent to a scope for an application, giving it
@@ -3439,6 +3751,122 @@ module Google
3439
3751
  end
3440
3752
  end
3441
3753
 
3754
+ # Settings for Php client libraries.
3755
+ class PhpSettings
3756
+ include Google::Apis::Core::Hashable
3757
+
3758
+ # Required information for every language.
3759
+ # Corresponds to the JSON property `common`
3760
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
3761
+ attr_accessor :common
3762
+
3763
+ def initialize(**args)
3764
+ update!(**args)
3765
+ end
3766
+
3767
+ # Update properties of this object
3768
+ def update!(**args)
3769
+ @common = args[:common] if args.key?(:common)
3770
+ end
3771
+ end
3772
+
3773
+ # This message configures the settings for publishing [Google Cloud Client
3774
+ # libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
3775
+ # generated from the service config.
3776
+ class Publishing
3777
+ include Google::Apis::Core::Hashable
3778
+
3779
+ # Used as a tracking tag when collecting data about the APIs developer relations
3780
+ # artifacts like docs, packages delivered to package managers, etc. Example: "
3781
+ # speech".
3782
+ # Corresponds to the JSON property `apiShortName`
3783
+ # @return [String]
3784
+ attr_accessor :api_short_name
3785
+
3786
+ # GitHub teams to be added to CODEOWNERS in the directory in GitHub containing
3787
+ # source code for the client libraries for this API.
3788
+ # Corresponds to the JSON property `codeownerGithubTeams`
3789
+ # @return [Array<String>]
3790
+ attr_accessor :codeowner_github_teams
3791
+
3792
+ # A prefix used in sample code when demarking regions to be included in
3793
+ # documentation.
3794
+ # Corresponds to the JSON property `docTagPrefix`
3795
+ # @return [String]
3796
+ attr_accessor :doc_tag_prefix
3797
+
3798
+ # Link to product home page. Example: https://cloud.google.com/asset-inventory/
3799
+ # docs/overview
3800
+ # Corresponds to the JSON property `documentationUri`
3801
+ # @return [String]
3802
+ attr_accessor :documentation_uri
3803
+
3804
+ # GitHub label to apply to issues and pull requests opened for this API.
3805
+ # Corresponds to the JSON property `githubLabel`
3806
+ # @return [String]
3807
+ attr_accessor :github_label
3808
+
3809
+ # Client library settings. If the same version string appears multiple times in
3810
+ # this list, then the last one wins. Settings from earlier settings with the
3811
+ # same version string are discarded.
3812
+ # Corresponds to the JSON property `librarySettings`
3813
+ # @return [Array<Google::Apis::ServiceusageV1beta1::ClientLibrarySettings>]
3814
+ attr_accessor :library_settings
3815
+
3816
+ # A list of API method settings, e.g. the behavior for methods that use the long-
3817
+ # running operation pattern.
3818
+ # Corresponds to the JSON property `methodSettings`
3819
+ # @return [Array<Google::Apis::ServiceusageV1beta1::MethodSettings>]
3820
+ attr_accessor :method_settings
3821
+
3822
+ # Link to a place that API users can report issues. Example: https://
3823
+ # issuetracker.google.com/issues/new?component=190865&template=1161103
3824
+ # Corresponds to the JSON property `newIssueUri`
3825
+ # @return [String]
3826
+ attr_accessor :new_issue_uri
3827
+
3828
+ # For whom the client library is being published.
3829
+ # Corresponds to the JSON property `organization`
3830
+ # @return [String]
3831
+ attr_accessor :organization
3832
+
3833
+ def initialize(**args)
3834
+ update!(**args)
3835
+ end
3836
+
3837
+ # Update properties of this object
3838
+ def update!(**args)
3839
+ @api_short_name = args[:api_short_name] if args.key?(:api_short_name)
3840
+ @codeowner_github_teams = args[:codeowner_github_teams] if args.key?(:codeowner_github_teams)
3841
+ @doc_tag_prefix = args[:doc_tag_prefix] if args.key?(:doc_tag_prefix)
3842
+ @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
3843
+ @github_label = args[:github_label] if args.key?(:github_label)
3844
+ @library_settings = args[:library_settings] if args.key?(:library_settings)
3845
+ @method_settings = args[:method_settings] if args.key?(:method_settings)
3846
+ @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3847
+ @organization = args[:organization] if args.key?(:organization)
3848
+ end
3849
+ end
3850
+
3851
+ # Settings for Python client libraries.
3852
+ class PythonSettings
3853
+ include Google::Apis::Core::Hashable
3854
+
3855
+ # Required information for every language.
3856
+ # Corresponds to the JSON property `common`
3857
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
3858
+ attr_accessor :common
3859
+
3860
+ def initialize(**args)
3861
+ update!(**args)
3862
+ end
3863
+
3864
+ # Update properties of this object
3865
+ def update!(**args)
3866
+ @common = args[:common] if args.key?(:common)
3867
+ end
3868
+ end
3869
+
3442
3870
  # Quota configuration helps to achieve fairness and budgeting in service usage.
3443
3871
  # The metric based quota configuration works this way: - The service
3444
3872
  # configuration defines a set of metrics. - For API calls, the quota.
@@ -3722,6 +4150,25 @@ module Google
3722
4150
  end
3723
4151
  end
3724
4152
 
4153
+ # Settings for Ruby client libraries.
4154
+ class RubySettings
4155
+ include Google::Apis::Core::Hashable
4156
+
4157
+ # Required information for every language.
4158
+ # Corresponds to the JSON property `common`
4159
+ # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
4160
+ attr_accessor :common
4161
+
4162
+ def initialize(**args)
4163
+ update!(**args)
4164
+ end
4165
+
4166
+ # Update properties of this object
4167
+ def update!(**args)
4168
+ @common = args[:common] if args.key?(:common)
4169
+ end
4170
+ end
4171
+
3725
4172
  # A service that is available for use by the consumer.
3726
4173
  class Service
3727
4174
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.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
@@ -106,6 +106,18 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class ClientLibrarySettings
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CommonLanguageSettings
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
109
121
  class ConsumerQuotaLimit
110
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
123
 
@@ -136,6 +148,12 @@ module Google
136
148
  include Google::Apis::Core::JsonObjectSupport
137
149
  end
138
150
 
151
+ class CppSettings
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
139
157
  class CreateAdminQuotaPolicyMetadata
140
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
159
 
@@ -190,6 +208,12 @@ module Google
190
208
  include Google::Apis::Core::JsonObjectSupport
191
209
  end
192
210
 
211
+ class DotnetSettings
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
193
217
  class Empty
194
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
219
 
@@ -250,6 +274,12 @@ module Google
250
274
  include Google::Apis::Core::JsonObjectSupport
251
275
  end
252
276
 
277
+ class GoSettings
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
253
283
  class GoogleApiService
254
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
285
 
@@ -346,6 +376,12 @@ module Google
346
376
  include Google::Apis::Core::JsonObjectSupport
347
377
  end
348
378
 
379
+ class JavaSettings
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
349
385
  class JwtLocation
350
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
387
 
@@ -406,12 +442,24 @@ module Google
406
442
  include Google::Apis::Core::JsonObjectSupport
407
443
  end
408
444
 
445
+ class LongRunning
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
409
451
  class MethodProp
410
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
453
 
412
454
  include Google::Apis::Core::JsonObjectSupport
413
455
  end
414
456
 
457
+ class MethodSettings
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
415
463
  class MetricDescriptor
416
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
465
 
@@ -454,6 +502,12 @@ module Google
454
502
  include Google::Apis::Core::JsonObjectSupport
455
503
  end
456
504
 
505
+ class NodeSettings
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
457
511
  class OAuthRequirements
458
512
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
513
 
@@ -490,6 +544,24 @@ module Google
490
544
  include Google::Apis::Core::JsonObjectSupport
491
545
  end
492
546
 
547
+ class PhpSettings
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class Publishing
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class PythonSettings
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
493
565
  class Quota
494
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
567
 
@@ -514,6 +586,12 @@ module Google
514
586
  include Google::Apis::Core::JsonObjectSupport
515
587
  end
516
588
 
589
+ class RubySettings
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
517
595
  class Service
518
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
597
 
@@ -679,7 +757,10 @@ module Google
679
757
  property :deadline, as: 'deadline'
680
758
  property :disable_auth, as: 'disableAuth'
681
759
  property :jwt_audience, as: 'jwtAudience'
760
+ property :min_deadline, as: 'minDeadline'
682
761
  property :operation_deadline, as: 'operationDeadline'
762
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1beta1::BackendRule, decorator: Google::Apis::ServiceusageV1beta1::BackendRule::Representation
763
+
683
764
  property :path_translation, as: 'pathTranslation'
684
765
  property :protocol, as: 'protocol'
685
766
  property :selector, as: 'selector'
@@ -735,6 +816,39 @@ module Google
735
816
  end
736
817
  end
737
818
 
819
+ class ClientLibrarySettings
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ property :cpp_settings, as: 'cppSettings', class: Google::Apis::ServiceusageV1beta1::CppSettings, decorator: Google::Apis::ServiceusageV1beta1::CppSettings::Representation
823
+
824
+ property :dotnet_settings, as: 'dotnetSettings', class: Google::Apis::ServiceusageV1beta1::DotnetSettings, decorator: Google::Apis::ServiceusageV1beta1::DotnetSettings::Representation
825
+
826
+ property :go_settings, as: 'goSettings', class: Google::Apis::ServiceusageV1beta1::GoSettings, decorator: Google::Apis::ServiceusageV1beta1::GoSettings::Representation
827
+
828
+ property :java_settings, as: 'javaSettings', class: Google::Apis::ServiceusageV1beta1::JavaSettings, decorator: Google::Apis::ServiceusageV1beta1::JavaSettings::Representation
829
+
830
+ property :launch_stage, as: 'launchStage'
831
+ property :node_settings, as: 'nodeSettings', class: Google::Apis::ServiceusageV1beta1::NodeSettings, decorator: Google::Apis::ServiceusageV1beta1::NodeSettings::Representation
832
+
833
+ property :php_settings, as: 'phpSettings', class: Google::Apis::ServiceusageV1beta1::PhpSettings, decorator: Google::Apis::ServiceusageV1beta1::PhpSettings::Representation
834
+
835
+ property :python_settings, as: 'pythonSettings', class: Google::Apis::ServiceusageV1beta1::PythonSettings, decorator: Google::Apis::ServiceusageV1beta1::PythonSettings::Representation
836
+
837
+ property :rest_numeric_enums, as: 'restNumericEnums'
838
+ property :ruby_settings, as: 'rubySettings', class: Google::Apis::ServiceusageV1beta1::RubySettings, decorator: Google::Apis::ServiceusageV1beta1::RubySettings::Representation
839
+
840
+ property :version, as: 'version'
841
+ end
842
+ end
843
+
844
+ class CommonLanguageSettings
845
+ # @private
846
+ class Representation < Google::Apis::Core::JsonRepresentation
847
+ collection :destinations, as: 'destinations'
848
+ property :reference_docs_uri, as: 'referenceDocsUri'
849
+ end
850
+ end
851
+
738
852
  class ConsumerQuotaLimit
739
853
  # @private
740
854
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -789,6 +903,14 @@ module Google
789
903
  end
790
904
  end
791
905
 
906
+ class CppSettings
907
+ # @private
908
+ class Representation < Google::Apis::Core::JsonRepresentation
909
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
910
+
911
+ end
912
+ end
913
+
792
914
  class CreateAdminQuotaPolicyMetadata
793
915
  # @private
794
916
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -863,6 +985,14 @@ module Google
863
985
  end
864
986
  end
865
987
 
988
+ class DotnetSettings
989
+ # @private
990
+ class Representation < Google::Apis::Core::JsonRepresentation
991
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
992
+
993
+ end
994
+ end
995
+
866
996
  class Empty
867
997
  # @private
868
998
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -894,6 +1024,7 @@ module Google
894
1024
  class Endpoint
895
1025
  # @private
896
1026
  class Representation < Google::Apis::Core::JsonRepresentation
1027
+ collection :aliases, as: 'aliases'
897
1028
  property :allow_cors, as: 'allowCors'
898
1029
  property :name, as: 'name'
899
1030
  property :target, as: 'target'
@@ -956,6 +1087,14 @@ module Google
956
1087
  end
957
1088
  end
958
1089
 
1090
+ class GoSettings
1091
+ # @private
1092
+ class Representation < Google::Apis::Core::JsonRepresentation
1093
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1094
+
1095
+ end
1096
+ end
1097
+
959
1098
  class GoogleApiService
960
1099
  # @private
961
1100
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -995,6 +1134,8 @@ module Google
995
1134
 
996
1135
  property :name, as: 'name'
997
1136
  property :producer_project_id, as: 'producerProjectId'
1137
+ property :publishing, as: 'publishing', class: Google::Apis::ServiceusageV1beta1::Publishing, decorator: Google::Apis::ServiceusageV1beta1::Publishing::Representation
1138
+
998
1139
  property :quota, as: 'quota', class: Google::Apis::ServiceusageV1beta1::Quota, decorator: Google::Apis::ServiceusageV1beta1::Quota::Representation
999
1140
 
1000
1141
  property :source_info, as: 'sourceInfo', class: Google::Apis::ServiceusageV1beta1::SourceInfo, decorator: Google::Apis::ServiceusageV1beta1::SourceInfo::Representation
@@ -1159,6 +1300,16 @@ module Google
1159
1300
  end
1160
1301
  end
1161
1302
 
1303
+ class JavaSettings
1304
+ # @private
1305
+ class Representation < Google::Apis::Core::JsonRepresentation
1306
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1307
+
1308
+ property :library_package, as: 'libraryPackage'
1309
+ hash :service_class_names, as: 'serviceClassNames'
1310
+ end
1311
+ end
1312
+
1162
1313
  class JwtLocation
1163
1314
  # @private
1164
1315
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1252,6 +1403,16 @@ module Google
1252
1403
  end
1253
1404
  end
1254
1405
 
1406
+ class LongRunning
1407
+ # @private
1408
+ class Representation < Google::Apis::Core::JsonRepresentation
1409
+ property :initial_poll_delay, as: 'initialPollDelay'
1410
+ property :max_poll_delay, as: 'maxPollDelay'
1411
+ property :poll_delay_multiplier, as: 'pollDelayMultiplier'
1412
+ property :total_poll_timeout, as: 'totalPollTimeout'
1413
+ end
1414
+ end
1415
+
1255
1416
  class MethodProp
1256
1417
  # @private
1257
1418
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1266,6 +1427,15 @@ module Google
1266
1427
  end
1267
1428
  end
1268
1429
 
1430
+ class MethodSettings
1431
+ # @private
1432
+ class Representation < Google::Apis::Core::JsonRepresentation
1433
+ property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1beta1::LongRunning, decorator: Google::Apis::ServiceusageV1beta1::LongRunning::Representation
1434
+
1435
+ property :selector, as: 'selector'
1436
+ end
1437
+ end
1438
+
1269
1439
  class MetricDescriptor
1270
1440
  # @private
1271
1441
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1341,6 +1511,14 @@ module Google
1341
1511
  end
1342
1512
  end
1343
1513
 
1514
+ class NodeSettings
1515
+ # @private
1516
+ class Representation < Google::Apis::Core::JsonRepresentation
1517
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1518
+
1519
+ end
1520
+ end
1521
+
1344
1522
  class OAuthRequirements
1345
1523
  # @private
1346
1524
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1393,6 +1571,39 @@ module Google
1393
1571
  end
1394
1572
  end
1395
1573
 
1574
+ class PhpSettings
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1578
+
1579
+ end
1580
+ end
1581
+
1582
+ class Publishing
1583
+ # @private
1584
+ class Representation < Google::Apis::Core::JsonRepresentation
1585
+ property :api_short_name, as: 'apiShortName'
1586
+ collection :codeowner_github_teams, as: 'codeownerGithubTeams'
1587
+ property :doc_tag_prefix, as: 'docTagPrefix'
1588
+ property :documentation_uri, as: 'documentationUri'
1589
+ property :github_label, as: 'githubLabel'
1590
+ collection :library_settings, as: 'librarySettings', class: Google::Apis::ServiceusageV1beta1::ClientLibrarySettings, decorator: Google::Apis::ServiceusageV1beta1::ClientLibrarySettings::Representation
1591
+
1592
+ collection :method_settings, as: 'methodSettings', class: Google::Apis::ServiceusageV1beta1::MethodSettings, decorator: Google::Apis::ServiceusageV1beta1::MethodSettings::Representation
1593
+
1594
+ property :new_issue_uri, as: 'newIssueUri'
1595
+ property :organization, as: 'organization'
1596
+ end
1597
+ end
1598
+
1599
+ class PythonSettings
1600
+ # @private
1601
+ class Representation < Google::Apis::Core::JsonRepresentation
1602
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1603
+
1604
+ end
1605
+ end
1606
+
1396
1607
  class Quota
1397
1608
  # @private
1398
1609
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1446,6 +1657,14 @@ module Google
1446
1657
  end
1447
1658
  end
1448
1659
 
1660
+ class RubySettings
1661
+ # @private
1662
+ class Representation < Google::Apis::Core::JsonRepresentation
1663
+ property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
1664
+
1665
+ end
1666
+ end
1667
+
1449
1668
  class Service
1450
1669
  # @private
1451
1670
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.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-10-31 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.1
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.1
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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_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 Usage API V1beta1