google-apis-serviceconsumermanagement_v1beta1 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8c3c58b5443677f2ecf5a279f16d7d9ea550a5b987be4aaaaabe5ead4b0f8fe
4
- data.tar.gz: 6bed0227804039da7059e9e309e662bfb8141f2243ada1b1551b9d96aba6db40
3
+ metadata.gz: 4236dbd83cf59c2e9f80478da1785a3fe2164a104a39c87ef7b4b8b301aab859
4
+ data.tar.gz: 269971d23775e2196e49e1cf3aa7fdbb4fa37f90f772b3a9cdcc74ba5e2b679a
5
5
  SHA512:
6
- metadata.gz: cc4480eb540950aeed1a99d35998901689bc3806132fcf14643be9b79bb1f7cf0a97547a89b6c462248a5931b8f7697f62e66de9ccc4e39eee907820fce7ffe9
7
- data.tar.gz: ef7c16c96077679cca996ca39c350219ccfb40ac22eb94250b1fa1d1a86907133ca2afcf942afcce0958bdc8e8bf9d5759208542e8a154438ecb7b4e7ddaf32d
6
+ metadata.gz: '0902aa8a05286eddc547450a83db2a9ee981c93498234966c34623c609ccb9186f79ad373a351bd5357ed38f3bc3f4f3f719a30d1004e1ee2908c9fe825d28f5'
7
+ data.tar.gz: de0eeeb2ce3876707865e22f611202c5c1b549113a89feb175e0bb5003f93a3a3b142c76f56f87f9c2357727de1cf53643d75067179c9ac0c7d159e18448257c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.62.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250919
6
+
3
7
  ### v0.61.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250619
@@ -28,10 +28,19 @@ module Google
28
28
  # which represent a concrete implementation of an interface as opposed to simply
29
29
  # a description of methods and bindings. They are also sometimes simply referred
30
30
  # to as "APIs" in other contexts, such as the name of this message itself. See
31
- # https://cloud.google.com/apis/design/glossary for detailed terminology.
31
+ # https://cloud.google.com/apis/design/glossary for detailed terminology. New
32
+ # usages of this message as an alternative to ServiceDescriptorProto are
33
+ # strongly discouraged. This message does not reliability preserve all
34
+ # information necessary to model the schema and preserve semantics. Instead make
35
+ # use of FileDescriptorSet which preserves the necessary information.
32
36
  class Api
33
37
  include Google::Apis::Core::Hashable
34
38
 
39
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
40
+ # Corresponds to the JSON property `edition`
41
+ # @return [String]
42
+ attr_accessor :edition
43
+
35
44
  # The methods of this interface, in unspecified order.
36
45
  # Corresponds to the JSON property `methods`
37
46
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::MethodProp>]
@@ -87,6 +96,7 @@ module Google
87
96
 
88
97
  # Update properties of this object
89
98
  def update!(**args)
99
+ @edition = args[:edition] if args.key?(:edition)
90
100
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
91
101
  @mixins = args[:mixins] if args.key?(:mixins)
92
102
  @name = args[:name] if args.key?(:name)
@@ -405,7 +415,7 @@ module Google
405
415
  # @return [Hash<String,Google::Apis::ServiceconsumermanagementV1beta1::BackendRule>]
406
416
  attr_accessor :overrides_by_request_protocol
407
417
 
408
- #
418
+ # no-lint
409
419
  # Corresponds to the JSON property `pathTranslation`
410
420
  # @return [String]
411
421
  attr_accessor :path_translation
@@ -1251,7 +1261,11 @@ module Google
1251
1261
  end
1252
1262
  end
1253
1263
 
1254
- # Enum type definition.
1264
+ # Enum type definition. New usages of this message as an alternative to
1265
+ # EnumDescriptorProto are strongly discouraged. This message does not
1266
+ # reliability preserve all information necessary to model the schema and
1267
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1268
+ # necessary information.
1255
1269
  class Enum
1256
1270
  include Google::Apis::Core::Hashable
1257
1271
 
@@ -1301,7 +1315,11 @@ module Google
1301
1315
  end
1302
1316
  end
1303
1317
 
1304
- # Enum value definition.
1318
+ # Enum value definition. New usages of this message as an alternative to
1319
+ # EnumValueDescriptorProto are strongly discouraged. This message does not
1320
+ # reliability preserve all information necessary to model the schema and
1321
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1322
+ # necessary information.
1305
1323
  class EnumValue
1306
1324
  include Google::Apis::Core::Hashable
1307
1325
 
@@ -1375,7 +1393,11 @@ module Google
1375
1393
  end
1376
1394
  end
1377
1395
 
1378
- # A single field of a message type.
1396
+ # A single field of a message type. New usages of this message as an alternative
1397
+ # to FieldDescriptorProto are strongly discouraged. This message does not
1398
+ # reliability preserve all information necessary to model the schema and
1399
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1400
+ # necessary information.
1379
1401
  class Field
1380
1402
  include Google::Apis::Core::Hashable
1381
1403
 
@@ -1506,7 +1528,8 @@ module Google
1506
1528
 
1507
1529
  # Map of service names to renamed services. Keys are the package relative
1508
1530
  # service names and values are the name to be used for the service client and
1509
- # call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
1531
+ # call options. Example: publishing: go_settings: renamed_services: Publisher:
1532
+ # TopicAdmin
1510
1533
  # Corresponds to the JSON property `renamedServices`
1511
1534
  # @return [Hash<String,String>]
1512
1535
  attr_accessor :renamed_services
@@ -2035,10 +2058,21 @@ module Google
2035
2058
  end
2036
2059
  end
2037
2060
 
2038
- # Method represents a method of an API interface.
2061
+ # Method represents a method of an API interface. New usages of this message as
2062
+ # an alternative to MethodDescriptorProto are strongly discouraged. This message
2063
+ # does not reliability preserve all information necessary to model the schema
2064
+ # and preserve semantics. Instead make use of FileDescriptorSet which preserves
2065
+ # the necessary information.
2039
2066
  class MethodProp
2040
2067
  include Google::Apis::Core::Hashable
2041
2068
 
2069
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
2070
+ # field should be ignored, instead the edition should be inherited from Api.
2071
+ # This is similar to Field and EnumValue.
2072
+ # Corresponds to the JSON property `edition`
2073
+ # @return [String]
2074
+ attr_accessor :edition
2075
+
2042
2076
  # The simple name of this method.
2043
2077
  # Corresponds to the JSON property `name`
2044
2078
  # @return [String]
@@ -2071,7 +2105,8 @@ module Google
2071
2105
  # @return [String]
2072
2106
  attr_accessor :response_type_url
2073
2107
 
2074
- # The source syntax of this method.
2108
+ # The source syntax of this method. This field should be ignored, instead the
2109
+ # syntax should be inherited from Api. This is similar to Field and EnumValue.
2075
2110
  # Corresponds to the JSON property `syntax`
2076
2111
  # @return [String]
2077
2112
  attr_accessor :syntax
@@ -2082,6 +2117,7 @@ module Google
2082
2117
 
2083
2118
  # Update properties of this object
2084
2119
  def update!(**args)
2120
+ @edition = args[:edition] if args.key?(:edition)
2085
2121
  @name = args[:name] if args.key?(:name)
2086
2122
  @options = args[:options] if args.key?(:options)
2087
2123
  @request_streaming = args[:request_streaming] if args.key?(:request_streaming)
@@ -2705,7 +2741,9 @@ module Google
2705
2741
  end
2706
2742
 
2707
2743
  # A protocol buffer option, which can be attached to a message, field,
2708
- # enumeration, etc.
2744
+ # enumeration, etc. New usages of this message as an alternative to FileOptions,
2745
+ # MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
2746
+ # or MethodOptions are strongly discouraged.
2709
2747
  class Option
2710
2748
  include Google::Apis::Core::Hashable
2711
2749
 
@@ -3644,7 +3682,11 @@ module Google
3644
3682
  end
3645
3683
  end
3646
3684
 
3647
- # A protocol buffer message type.
3685
+ # A protocol buffer message type. New usages of this message as an alternative
3686
+ # to DescriptorProto are strongly discouraged. This message does not reliability
3687
+ # preserve all information necessary to model the schema and preserve semantics.
3688
+ # Instead make use of FileDescriptorSet which preserves the necessary
3689
+ # information.
3648
3690
  class Type
3649
3691
  include Google::Apis::Core::Hashable
3650
3692
 
@@ -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.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250619"
25
+ REVISION = "20250919"
26
26
  end
27
27
  end
28
28
  end
@@ -649,6 +649,7 @@ module Google
649
649
  class Api
650
650
  # @private
651
651
  class Representation < Google::Apis::Core::JsonRepresentation
652
+ property :edition, as: 'edition'
652
653
  collection :methods_prop, as: 'methods', class: Google::Apis::ServiceconsumermanagementV1beta1::MethodProp, decorator: Google::Apis::ServiceconsumermanagementV1beta1::MethodProp::Representation
653
654
 
654
655
  collection :mixins, as: 'mixins', class: Google::Apis::ServiceconsumermanagementV1beta1::Mixin, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Mixin::Representation
@@ -1108,6 +1109,7 @@ module Google
1108
1109
  class MethodProp
1109
1110
  # @private
1110
1111
  class Representation < Google::Apis::Core::JsonRepresentation
1112
+ property :edition, as: 'edition'
1111
1113
  property :name, as: 'name'
1112
1114
  collection :options, as: 'options', class: Google::Apis::ServiceconsumermanagementV1beta1::Option, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Option::Representation
1113
1115
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.62.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: