google-apis-serviceusage_v1beta1 0.53.0 → 0.54.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: 06f316bc7f96f5be1f6b89f929b166b32ba82a03e1268530b0e6b573b37d4a4d
4
- data.tar.gz: 18b60183c623ea38186dfd1c31b22c02661012cb3c43ba8c9aa0f775fb807e47
3
+ metadata.gz: 53e58d6436301d432cefd27b8c8701345de0050f5c2b5133245ed6a1cb355882
4
+ data.tar.gz: f6424cbc4b74a83b93f1504cdd0103b0bbc96e914ecf45c0b77cd841d06f2ca5
5
5
  SHA512:
6
- metadata.gz: 89e81e5a7f9c71178241190c38df330d62e9fadd4662355dd305a5407eb04a48e5a332fc5ec2c37a0f6a85bab9926d9fb0637c52564012bf6428e3c7b61d7d14
7
- data.tar.gz: 6ed3a2d942d2083bf743109429212304588582595da7d9e14ff08213709665cd716200e481b89b2a2f902d2b569a6af9bd46efbec0c1bcc77f290b953aa2c697
6
+ metadata.gz: 432ca2adc83a77b5a4eb7ca68381c8b9506af5a90045847a267e96f0ee87455c6e9e134147ea77d7996533f8eecc1e66afe45f5abd667ac7e405782cc21f7983
7
+ data.tar.gz: de47b2b1f72bee042415580bb5643787f1a246d3ba6c0e62b63a42d4d3c063112c49ba88fbff831489029f1238e17eb149ed69ad11e2b51fdc54457adec4d2f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.54.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240317
6
+
3
7
  ### v0.53.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240303
@@ -2808,7 +2808,9 @@ module Google
2808
2808
 
2809
2809
  # Whether to force the creation of the quota overrides. Setting the force
2810
2810
  # parameter to 'true' ignores all quota safety checks that would fail the
2811
- # request. QuotaSafetyCheck lists all such validations.
2811
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
2812
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
2813
+ # sending the request.
2812
2814
  # Corresponds to the JSON property `force`
2813
2815
  # @return [Boolean]
2814
2816
  attr_accessor :force
@@ -2817,7 +2819,9 @@ module Google
2817
2819
  # The list of quota safety checks to ignore before the override mutation. Unlike
2818
2820
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
2819
2821
  # ignores only the specified checks; other checks are still enforced. The 'force'
2820
- # and 'force_only' fields cannot both be set.
2822
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
2823
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
2824
+ # sending the request.
2821
2825
  # Corresponds to the JSON property `forceOnly`
2822
2826
  # @return [Array<String>]
2823
2827
  attr_accessor :force_only
@@ -2913,7 +2917,9 @@ module Google
2913
2917
 
2914
2918
  # Whether to force the creation of the quota overrides. Setting the force
2915
2919
  # parameter to 'true' ignores all quota safety checks that would fail the
2916
- # request. QuotaSafetyCheck lists all such validations.
2920
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
2921
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
2922
+ # sending the request.
2917
2923
  # Corresponds to the JSON property `force`
2918
2924
  # @return [Boolean]
2919
2925
  attr_accessor :force
@@ -2922,7 +2928,9 @@ module Google
2922
2928
  # The list of quota safety checks to ignore before the override mutation. Unlike
2923
2929
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
2924
2930
  # ignores only the specified checks; other checks are still enforced. The 'force'
2925
- # and 'force_only' fields cannot both be set.
2931
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
2932
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
2933
+ # sending the request.
2926
2934
  # Corresponds to the JSON property `forceOnly`
2927
2935
  # @return [Array<String>]
2928
2936
  attr_accessor :force_only
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20240317"
26
26
  end
27
27
  end
28
28
  end
@@ -557,12 +557,16 @@ module Google
557
557
  # @param [Boolean] force
558
558
  # Whether to force the creation of the quota override. Setting the force
559
559
  # parameter to 'true' ignores all quota safety checks that would fail the
560
- # request. QuotaSafetyCheck lists all such validations.
560
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
561
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
562
+ # sending the request.
561
563
  # @param [Array<String>, String] force_only
562
564
  # The list of quota safety checks to ignore before the override mutation. Unlike
563
565
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
564
566
  # ignores only the specified checks; other checks are still enforced. The 'force'
565
- # and 'force_only' fields cannot both be set.
567
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
568
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
569
+ # sending the request.
566
570
  # @param [String] fields
567
571
  # Selector specifying which fields to include in a partial response.
568
572
  # @param [String] quota_user
@@ -602,12 +606,16 @@ module Google
602
606
  # @param [Boolean] force
603
607
  # Whether to force the deletion of the quota override. Setting the force
604
608
  # parameter to 'true' ignores all quota safety checks that would fail the
605
- # request. QuotaSafetyCheck lists all such validations.
609
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
610
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
611
+ # sending the request.
606
612
  # @param [Array<String>, String] force_only
607
613
  # The list of quota safety checks to ignore before the override mutation. Unlike
608
614
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
609
615
  # ignores only the specified checks; other checks are still enforced. The 'force'
610
- # and 'force_only' fields cannot both be set.
616
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
617
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
618
+ # sending the request.
611
619
  # @param [String] fields
612
620
  # Selector specifying which fields to include in a partial response.
613
621
  # @param [String] quota_user
@@ -685,12 +693,16 @@ module Google
685
693
  # @param [Boolean] force
686
694
  # Whether to force the update of the quota override. Setting the force parameter
687
695
  # to 'true' ignores all quota safety checks that would fail the request.
688
- # QuotaSafetyCheck lists all such validations.
696
+ # QuotaSafetyCheck lists all such validations. If force is set to true, it is
697
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
698
+ # sending the request.
689
699
  # @param [Array<String>, String] force_only
690
700
  # The list of quota safety checks to ignore before the override mutation. Unlike
691
701
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
692
702
  # ignores only the specified checks; other checks are still enforced. The 'force'
693
- # and 'force_only' fields cannot both be set.
703
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
704
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
705
+ # sending the request.
694
706
  # @param [String] update_mask
695
707
  # Update only the specified fields of the override. If unset, all fields will be
696
708
  # updated.
@@ -739,12 +751,16 @@ module Google
739
751
  # @param [Boolean] force
740
752
  # Whether to force the creation of the quota override. Setting the force
741
753
  # parameter to 'true' ignores all quota safety checks that would fail the
742
- # request. QuotaSafetyCheck lists all such validations.
754
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
755
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
756
+ # sending the request.
743
757
  # @param [Array<String>, String] force_only
744
758
  # The list of quota safety checks to ignore before the override mutation. Unlike
745
759
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
746
760
  # ignores only the specified checks; other checks are still enforced. The 'force'
747
- # and 'force_only' fields cannot both be set.
761
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
762
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
763
+ # sending the request.
748
764
  # @param [String] fields
749
765
  # Selector specifying which fields to include in a partial response.
750
766
  # @param [String] quota_user
@@ -784,12 +800,16 @@ module Google
784
800
  # @param [Boolean] force
785
801
  # Whether to force the deletion of the quota override. Setting the force
786
802
  # parameter to 'true' ignores all quota safety checks that would fail the
787
- # request. QuotaSafetyCheck lists all such validations.
803
+ # request. QuotaSafetyCheck lists all such validations. If force is set to true,
804
+ # it is recommended to include a case id in "X-Goog-Request-Reason" header when
805
+ # sending the request.
788
806
  # @param [Array<String>, String] force_only
789
807
  # The list of quota safety checks to ignore before the override mutation. Unlike
790
808
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
791
809
  # ignores only the specified checks; other checks are still enforced. The 'force'
792
- # and 'force_only' fields cannot both be set.
810
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
811
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
812
+ # sending the request.
793
813
  # @param [String] fields
794
814
  # Selector specifying which fields to include in a partial response.
795
815
  # @param [String] quota_user
@@ -867,12 +887,16 @@ module Google
867
887
  # @param [Boolean] force
868
888
  # Whether to force the update of the quota override. Setting the force parameter
869
889
  # to 'true' ignores all quota safety checks that would fail the request.
870
- # QuotaSafetyCheck lists all such validations.
890
+ # QuotaSafetyCheck lists all such validations. If force is set to true, it is
891
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
892
+ # sending the request.
871
893
  # @param [Array<String>, String] force_only
872
894
  # The list of quota safety checks to ignore before the override mutation. Unlike
873
895
  # 'force' field that ignores all the quota safety checks, the 'force_only' field
874
896
  # ignores only the specified checks; other checks are still enforced. The 'force'
875
- # and 'force_only' fields cannot both be set.
897
+ # and 'force_only' fields cannot both be set. If force_only is specified, it is
898
+ # recommended to include a case id in "X-Goog-Request-Reason" header when
899
+ # sending the request.
876
900
  # @param [String] update_mask
877
901
  # Update only the specified fields of the override. If unset, all fields will be
878
902
  # updated.
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.53.0
4
+ version: 0.54.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: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.54.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: []