google-apis-serviceusage_v1beta1 0.38.0 → 0.40.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: 7b689aac206fb56511a3a187d8cdb9009ed5039d9669b7dff058b35f2f13ff4b
4
- data.tar.gz: b35bd35b007be085e8ce0173a29d174a4b35f6b85a4c593f7f1d41bae55ed65b
3
+ metadata.gz: 6951b642430f28b74f5661e3bc89d4d63164fa1043cf67e234423da56a79bfc5
4
+ data.tar.gz: 1133a0b62750a0ed63c8565776e7628fb46448834a6c60e86e957ac860591a0a
5
5
  SHA512:
6
- metadata.gz: 986a6272f8a6852c6b37032449de29249fb5a5975cc8d466b547d344f22c7fb88e1d30ab2de9f62e71f457f09e33c6d81c47ea5e1d5ba9719fb118498b179495
7
- data.tar.gz: b71d0c4a67d12c26000025f670f253b8d3ddf4223420fda00e9a0c8f33de15f364feafc904effc3086263c42e423c2fc3d58fd72abb4afded51c3e3c65e8441e
6
+ metadata.gz: e2e5d0cfdee229a33ea66663600418b284d72d72314514a9f18215eb502df1c22c1335728568b06543cb5907aa90a3be580f2eb93d8efb32aeb1c76d60fc25fa
7
+ data.tar.gz: 369cc2ccfbf3b8016a9e80e0a6fa93bff7a32e44bea628b3b9555bda889594a9ea6ee11c915676883d9f40bfa26aa248d50252afeda187aa8ccd743b19fe427e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.40.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230611
6
+
7
+ ### v0.39.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230607
10
+
3
11
  ### v0.38.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230508
@@ -39,6 +39,11 @@ module Google
39
39
  class AddEnableRulesResponse
40
40
  include Google::Apis::Core::Hashable
41
41
 
42
+ # The values added to the parent consumer policy.
43
+ # Corresponds to the JSON property `addedValues`
44
+ # @return [Array<String>]
45
+ attr_accessor :added_values
46
+
42
47
  # The parent consumer policy. It can be `projects/12345/consumerPolicies/default`
43
48
  # , or `folders/12345/consumerPolicies/default`, or `organizations/12345/
44
49
  # consumerPolicies/default`.
@@ -46,19 +51,14 @@ module Google
46
51
  # @return [String]
47
52
  attr_accessor :parent
48
53
 
49
- # The values added to the parent consumer policy.
50
- # Corresponds to the JSON property `values`
51
- # @return [Array<Google::Apis::ServiceusageV1beta1::ValueInfo>]
52
- attr_accessor :values
53
-
54
54
  def initialize(**args)
55
55
  update!(**args)
56
56
  end
57
57
 
58
58
  # Update properties of this object
59
59
  def update!(**args)
60
+ @added_values = args[:added_values] if args.key?(:added_values)
60
61
  @parent = args[:parent] if args.key?(:parent)
61
- @values = args[:values] if args.key?(:values)
62
62
  end
63
63
  end
64
64
 
@@ -1227,7 +1227,7 @@ module Google
1227
1227
  # documentation: summary: > The Google Calendar API gives access to most
1228
1228
  # calendar features. pages: - name: Overview content: (== include google/foo/
1229
1229
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1230
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
1230
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1231
1231
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1232
1232
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
1233
1233
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -1277,6 +1277,13 @@ module Google
1277
1277
  # @return [Array<Google::Apis::ServiceusageV1beta1::DocumentationRule>]
1278
1278
  attr_accessor :rules
1279
1279
 
1280
+ # Specifies section and content to override boilerplate content provided by go/
1281
+ # api-docgen. Currently overrides following sections: 1. rest.service.
1282
+ # client_libraries
1283
+ # Corresponds to the JSON property `sectionOverrides`
1284
+ # @return [Array<Google::Apis::ServiceusageV1beta1::Page>]
1285
+ attr_accessor :section_overrides
1286
+
1280
1287
  # Specifies the service root url if the default one (the service name from the
1281
1288
  # yaml file) is not suitable. This can be seen in any fully specified service
1282
1289
  # urls as well as sections that show a base that other urls are relative to.
@@ -1301,6 +1308,7 @@ module Google
1301
1308
  @overview = args[:overview] if args.key?(:overview)
1302
1309
  @pages = args[:pages] if args.key?(:pages)
1303
1310
  @rules = args[:rules] if args.key?(:rules)
1311
+ @section_overrides = args[:section_overrides] if args.key?(:section_overrides)
1304
1312
  @service_root_url = args[:service_root_url] if args.key?(:service_root_url)
1305
1313
  @summary = args[:summary] if args.key?(:summary)
1306
1314
  end
@@ -1903,7 +1911,7 @@ module Google
1903
1911
  # documentation: summary: > The Google Calendar API gives access to most
1904
1912
  # calendar features. pages: - name: Overview content: (== include google/foo/
1905
1913
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1906
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
1914
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1907
1915
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1908
1916
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
1909
1917
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -2218,7 +2226,7 @@ module Google
2218
2226
  # documentation: summary: > The Google Calendar API gives access to most
2219
2227
  # calendar features. pages: - name: Overview content: (== include google/foo/
2220
2228
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
2221
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
2229
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
2222
2230
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
2223
2231
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
2224
2232
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -2394,25 +2402,6 @@ module Google
2394
2402
  end
2395
2403
  end
2396
2404
 
2397
- # Unimplemented. Do not use. GroupValue contains information of a service group.
2398
- class GroupValue
2399
- include Google::Apis::Core::Hashable
2400
-
2401
- # The name of the value. Example: `groups/googleSerivice`.
2402
- # Corresponds to the JSON property `name`
2403
- # @return [String]
2404
- attr_accessor :name
2405
-
2406
- def initialize(**args)
2407
- update!(**args)
2408
- end
2409
-
2410
- # Update properties of this object
2411
- def update!(**args)
2412
- @name = args[:name] if args.key?(:name)
2413
- end
2414
- end
2415
-
2416
2405
  # Defines the HTTP configuration for an API service. It contains a list of
2417
2406
  # HttpRule, each specifying the mapping of an RPC method to one or more HTTP
2418
2407
  # REST API methods.
@@ -4388,6 +4377,11 @@ module Google
4388
4377
  # @return [String]
4389
4378
  attr_accessor :parent
4390
4379
 
4380
+ # The values removed from the parent consumer policy.
4381
+ # Corresponds to the JSON property `removedValues`
4382
+ # @return [Array<String>]
4383
+ attr_accessor :removed_values
4384
+
4391
4385
  def initialize(**args)
4392
4386
  update!(**args)
4393
4387
  end
@@ -4395,6 +4389,7 @@ module Google
4395
4389
  # Update properties of this object
4396
4390
  def update!(**args)
4397
4391
  @parent = args[:parent] if args.key?(:parent)
4392
+ @removed_values = args[:removed_values] if args.key?(:removed_values)
4398
4393
  end
4399
4394
  end
4400
4395
 
@@ -4480,7 +4475,7 @@ module Google
4480
4475
  # documentation: summary: > The Google Calendar API gives access to most
4481
4476
  # calendar features. pages: - name: Overview content: (== include google/foo/
4482
4477
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4483
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
4478
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4484
4479
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4485
4480
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
4486
4481
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -4630,44 +4625,6 @@ module Google
4630
4625
  end
4631
4626
  end
4632
4627
 
4633
- # ServiceValue contains information of a service.
4634
- class ServiceValue
4635
- include Google::Apis::Core::Hashable
4636
-
4637
- # The DNS address at which this service is available.
4638
- # Corresponds to the JSON property `dnsAddress`
4639
- # @return [String]
4640
- attr_accessor :dns_address
4641
-
4642
- # The name of the value. Example: `services/storage.googleapis.com`.
4643
- # Corresponds to the JSON property `name`
4644
- # @return [String]
4645
- attr_accessor :name
4646
-
4647
- # A link to pricing information for the service, such as https://cloud.google.
4648
- # com/bigquery/pricing.
4649
- # Corresponds to the JSON property `pricingLink`
4650
- # @return [String]
4651
- attr_accessor :pricing_link
4652
-
4653
- # Terms of Service
4654
- # Corresponds to the JSON property `tos`
4655
- # @return [Array<Google::Apis::ServiceusageV1beta1::TermsOfService>]
4656
- attr_accessor :tos
4657
-
4658
- def initialize(**args)
4659
- update!(**args)
4660
- end
4661
-
4662
- # Update properties of this object
4663
- def update!(**args)
4664
- @dns_address = args[:dns_address] if args.key?(:dns_address)
4665
- @name = args[:name] if args.key?(:name)
4666
- @pricing_link = args[:pricing_link] if args.key?(:pricing_link)
4667
- @tos = args[:tos] if args.key?(:tos)
4668
- end
4669
- end
4670
-
4671
4628
  # `SourceContext` represents information about the source of a protobuf element,
4672
4629
  # like the file in which it is defined.
4673
4630
  class SourceContext
@@ -4841,31 +4798,6 @@ module Google
4841
4798
  end
4842
4799
  end
4843
4800
 
4844
- # TermsOfService captures the metadata about a given terms of service
4845
- class TermsOfService
4846
- include Google::Apis::Core::Hashable
4847
-
4848
- # Title of the terms of service.
4849
- # Corresponds to the JSON property `title`
4850
- # @return [String]
4851
- attr_accessor :title
4852
-
4853
- # URL/URI of the terms of service.
4854
- # Corresponds to the JSON property `uri`
4855
- # @return [String]
4856
- attr_accessor :uri
4857
-
4858
- def initialize(**args)
4859
- update!(**args)
4860
- end
4861
-
4862
- # Update properties of this object
4863
- def update!(**args)
4864
- @title = args[:title] if args.key?(:title)
4865
- @uri = args[:uri] if args.key?(:uri)
4866
- end
4867
- end
4868
-
4869
4801
  # A protocol buffer message type.
4870
4802
  class Type
4871
4803
  include Google::Apis::Core::Hashable
@@ -5039,50 +4971,6 @@ module Google
5039
4971
  @skip_service_control = args[:skip_service_control] if args.key?(:skip_service_control)
5040
4972
  end
5041
4973
  end
5042
-
5043
- # Information about the value field. Only support value type as service now.
5044
- class ValueInfo
5045
- include Google::Apis::Core::Hashable
5046
-
5047
- # Unimplemented. Do not use. GroupValue contains information of a service group.
5048
- # Corresponds to the JSON property `groupValue`
5049
- # @return [Google::Apis::ServiceusageV1beta1::GroupValue]
5050
- attr_accessor :group_value
5051
-
5052
- # For public services, it must point to the product landing page. For private
5053
- # services, it should point to the internal site. For service group, it is TBD.
5054
- # Corresponds to the JSON property `learnmoreLink`
5055
- # @return [String]
5056
- attr_accessor :learnmore_link
5057
-
5058
- # ServiceValue contains information of a service.
5059
- # Corresponds to the JSON property `serviceValue`
5060
- # @return [Google::Apis::ServiceusageV1beta1::ServiceValue]
5061
- attr_accessor :service_value
5062
-
5063
- # The product summary for this value.
5064
- # Corresponds to the JSON property `summary`
5065
- # @return [String]
5066
- attr_accessor :summary
5067
-
5068
- # The product title for this value.
5069
- # Corresponds to the JSON property `title`
5070
- # @return [String]
5071
- attr_accessor :title
5072
-
5073
- def initialize(**args)
5074
- update!(**args)
5075
- end
5076
-
5077
- # Update properties of this object
5078
- def update!(**args)
5079
- @group_value = args[:group_value] if args.key?(:group_value)
5080
- @learnmore_link = args[:learnmore_link] if args.key?(:learnmore_link)
5081
- @service_value = args[:service_value] if args.key?(:service_value)
5082
- @summary = args[:summary] if args.key?(:summary)
5083
- @title = args[:title] if args.key?(:title)
5084
- end
5085
- end
5086
4974
  end
5087
4975
  end
5088
4976
  end
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230508"
25
+ REVISION = "20230611"
26
26
  end
27
27
  end
28
28
  end
@@ -340,12 +340,6 @@ module Google
340
340
  include Google::Apis::Core::JsonObjectSupport
341
341
  end
342
342
 
343
- class GroupValue
344
- class Representation < Google::Apis::Core::JsonRepresentation; end
345
-
346
- include Google::Apis::Core::JsonObjectSupport
347
- end
348
-
349
343
  class Http
350
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
345
 
@@ -652,12 +646,6 @@ module Google
652
646
  include Google::Apis::Core::JsonObjectSupport
653
647
  end
654
648
 
655
- class ServiceValue
656
- class Representation < Google::Apis::Core::JsonRepresentation; end
657
-
658
- include Google::Apis::Core::JsonObjectSupport
659
- end
660
-
661
649
  class SourceContext
662
650
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
651
 
@@ -694,12 +682,6 @@ module Google
694
682
  include Google::Apis::Core::JsonObjectSupport
695
683
  end
696
684
 
697
- class TermsOfService
698
- class Representation < Google::Apis::Core::JsonRepresentation; end
699
-
700
- include Google::Apis::Core::JsonObjectSupport
701
- end
702
-
703
685
  class Type
704
686
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
687
 
@@ -730,12 +712,6 @@ module Google
730
712
  include Google::Apis::Core::JsonObjectSupport
731
713
  end
732
714
 
733
- class ValueInfo
734
- class Representation < Google::Apis::Core::JsonRepresentation; end
735
-
736
- include Google::Apis::Core::JsonObjectSupport
737
- end
738
-
739
715
  class AddEnableRulesMetadata
740
716
  # @private
741
717
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -745,9 +721,8 @@ module Google
745
721
  class AddEnableRulesResponse
746
722
  # @private
747
723
  class Representation < Google::Apis::Core::JsonRepresentation
724
+ collection :added_values, as: 'addedValues'
748
725
  property :parent, as: 'parent'
749
- collection :values, as: 'values', class: Google::Apis::ServiceusageV1beta1::ValueInfo, decorator: Google::Apis::ServiceusageV1beta1::ValueInfo::Representation
750
-
751
726
  end
752
727
  end
753
728
 
@@ -1064,6 +1039,8 @@ module Google
1064
1039
 
1065
1040
  collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1beta1::DocumentationRule, decorator: Google::Apis::ServiceusageV1beta1::DocumentationRule::Representation
1066
1041
 
1042
+ collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1beta1::Page, decorator: Google::Apis::ServiceusageV1beta1::Page::Representation
1043
+
1067
1044
  property :service_root_url, as: 'serviceRootUrl'
1068
1045
  property :summary, as: 'summary'
1069
1046
  end
@@ -1321,13 +1298,6 @@ module Google
1321
1298
  end
1322
1299
  end
1323
1300
 
1324
- class GroupValue
1325
- # @private
1326
- class Representation < Google::Apis::Core::JsonRepresentation
1327
- property :name, as: 'name'
1328
- end
1329
- end
1330
-
1331
1301
  class Http
1332
1302
  # @private
1333
1303
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1785,6 +1755,7 @@ module Google
1785
1755
  # @private
1786
1756
  class Representation < Google::Apis::Core::JsonRepresentation
1787
1757
  property :parent, as: 'parent'
1758
+ collection :removed_values, as: 'removedValues'
1788
1759
  end
1789
1760
  end
1790
1761
 
@@ -1839,17 +1810,6 @@ module Google
1839
1810
  end
1840
1811
  end
1841
1812
 
1842
- class ServiceValue
1843
- # @private
1844
- class Representation < Google::Apis::Core::JsonRepresentation
1845
- property :dns_address, as: 'dnsAddress'
1846
- property :name, as: 'name'
1847
- property :pricing_link, as: 'pricingLink'
1848
- collection :tos, as: 'tos', class: Google::Apis::ServiceusageV1beta1::TermsOfService, decorator: Google::Apis::ServiceusageV1beta1::TermsOfService::Representation
1849
-
1850
- end
1851
- end
1852
-
1853
1813
  class SourceContext
1854
1814
  # @private
1855
1815
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1899,14 +1859,6 @@ module Google
1899
1859
  end
1900
1860
  end
1901
1861
 
1902
- class TermsOfService
1903
- # @private
1904
- class Representation < Google::Apis::Core::JsonRepresentation
1905
- property :title, as: 'title'
1906
- property :uri, as: 'uri'
1907
- end
1908
- end
1909
-
1910
1862
  class Type
1911
1863
  # @private
1912
1864
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1953,19 +1905,6 @@ module Google
1953
1905
  property :skip_service_control, as: 'skipServiceControl'
1954
1906
  end
1955
1907
  end
1956
-
1957
- class ValueInfo
1958
- # @private
1959
- class Representation < Google::Apis::Core::JsonRepresentation
1960
- property :group_value, as: 'groupValue', class: Google::Apis::ServiceusageV1beta1::GroupValue, decorator: Google::Apis::ServiceusageV1beta1::GroupValue::Representation
1961
-
1962
- property :learnmore_link, as: 'learnmoreLink'
1963
- property :service_value, as: 'serviceValue', class: Google::Apis::ServiceusageV1beta1::ServiceValue, decorator: Google::Apis::ServiceusageV1beta1::ServiceValue::Representation
1964
-
1965
- property :summary, as: 'summary'
1966
- property :title, as: 'title'
1967
- end
1968
- end
1969
1908
  end
1970
1909
  end
1971
1910
  end
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.38.0
4
+ version: 0.40.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.40.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: []