google-apis-servicemanagement_v1 0.69.0 → 0.71.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: a23045977cbf5ec084602fb11a777274808fa57e5439f3f9c2e95e2ad4c505a3
4
- data.tar.gz: 59c239fb154090cf03deebf2f898484632ccbccc96bec36f1e362ab643e45920
3
+ metadata.gz: fdfebeef67d7252b5c65c4ddf203a06518027943edd2168d7adfe0ad4d238871
4
+ data.tar.gz: 4115a178e7283565396717342a5222ac14e7e6f953f8546c0bb23d6e175c7c49
5
5
  SHA512:
6
- metadata.gz: ad27cf4440e4387b6d7ccc313093672dddd159ba92ae447fdbe133ceccfceda472ec82304d1d325ccc341026e1f4480aee0d5d7879155927d5aa918b02a3591e
7
- data.tar.gz: bd79ec142a99fe85c56b5fe7e4ebc697e3833829631d7e5e1d2cc25dc5707f63832890ed697b308b529268d33e9d7091782abdcd1710a5f8b4c918e45584d34e
6
+ metadata.gz: 17c6970a37e9c442a247ff538122567e3d12dd2cbdf281fa6c40516cf81487d0b9a85b92fb605f718d8e79dd98dcab91ceb943fcbd42cbd58a7fdb860077ee7f
7
+ data.tar.gz: 1314c5c8077f6d975a6deda85bc38a52720ab1cfe32ca477d7fa7c8d229ab886dcd6491900a46d945cfc10913736f131fbbbc21f38f7c11926cbc73f8bfa2719
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.71.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
7
+ ### v0.70.0 (2025-09-28)
8
+
9
+ * Regenerated from discovery document revision 20250812
10
+
3
11
  ### v0.69.0 (2025-06-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20250601
@@ -49,10 +49,19 @@ module Google
49
49
  # which represent a concrete implementation of an interface as opposed to simply
50
50
  # a description of methods and bindings. They are also sometimes simply referred
51
51
  # to as "APIs" in other contexts, such as the name of this message itself. See
52
- # https://cloud.google.com/apis/design/glossary for detailed terminology.
52
+ # https://cloud.google.com/apis/design/glossary for detailed terminology. New
53
+ # usages of this message as an alternative to ServiceDescriptorProto are
54
+ # strongly discouraged. This message does not reliability preserve all
55
+ # information necessary to model the schema and preserve semantics. Instead make
56
+ # use of FileDescriptorSet which preserves the necessary information.
53
57
  class Api
54
58
  include Google::Apis::Core::Hashable
55
59
 
60
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
61
+ # Corresponds to the JSON property `edition`
62
+ # @return [String]
63
+ attr_accessor :edition
64
+
56
65
  # The methods of this interface, in unspecified order.
57
66
  # Corresponds to the JSON property `methods`
58
67
  # @return [Array<Google::Apis::ServicemanagementV1::MethodProp>]
@@ -108,6 +117,7 @@ module Google
108
117
 
109
118
  # Update properties of this object
110
119
  def update!(**args)
120
+ @edition = args[:edition] if args.key?(:edition)
111
121
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
112
122
  @mixins = args[:mixins] if args.key?(:mixins)
113
123
  @name = args[:name] if args.key?(:name)
@@ -497,7 +507,7 @@ module Google
497
507
  # @return [Hash<String,Google::Apis::ServicemanagementV1::BackendRule>]
498
508
  attr_accessor :overrides_by_request_protocol
499
509
 
500
- #
510
+ # no-lint
501
511
  # Corresponds to the JSON property `pathTranslation`
502
512
  # @return [String]
503
513
  attr_accessor :path_translation
@@ -1646,7 +1656,11 @@ module Google
1646
1656
  end
1647
1657
  end
1648
1658
 
1649
- # Enum type definition.
1659
+ # Enum type definition. New usages of this message as an alternative to
1660
+ # EnumDescriptorProto are strongly discouraged. This message does not
1661
+ # reliability preserve all information necessary to model the schema and
1662
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1663
+ # necessary information.
1650
1664
  class Enum
1651
1665
  include Google::Apis::Core::Hashable
1652
1666
 
@@ -1696,7 +1710,11 @@ module Google
1696
1710
  end
1697
1711
  end
1698
1712
 
1699
- # Enum value definition.
1713
+ # Enum value definition. New usages of this message as an alternative to
1714
+ # EnumValueDescriptorProto are strongly discouraged. This message does not
1715
+ # reliability preserve all information necessary to model the schema and
1716
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1717
+ # necessary information.
1700
1718
  class EnumValue
1701
1719
  include Google::Apis::Core::Hashable
1702
1720
 
@@ -1824,7 +1842,11 @@ module Google
1824
1842
  end
1825
1843
  end
1826
1844
 
1827
- # A single field of a message type.
1845
+ # A single field of a message type. New usages of this message as an alternative
1846
+ # to FieldDescriptorProto are strongly discouraged. This message does not
1847
+ # reliability preserve all information necessary to model the schema and
1848
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
1849
+ # necessary information.
1828
1850
  class Field
1829
1851
  include Google::Apis::Core::Hashable
1830
1852
 
@@ -2098,7 +2120,8 @@ module Google
2098
2120
 
2099
2121
  # Map of service names to renamed services. Keys are the package relative
2100
2122
  # service names and values are the name to be used for the service client and
2101
- # call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
2123
+ # call options. Example: publishing: go_settings: renamed_services: Publisher:
2124
+ # TopicAdmin
2102
2125
  # Corresponds to the JSON property `renamedServices`
2103
2126
  # @return [Hash<String,String>]
2104
2127
  attr_accessor :renamed_services
@@ -2484,6 +2507,13 @@ module Google
2484
2507
  # @return [Array<Google::Apis::ServicemanagementV1::Operation>]
2485
2508
  attr_accessor :operations
2486
2509
 
2510
+ # Unordered list. Unreachable resources. Populated when the request sets `
2511
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2512
+ # when attempting to list all resources across all supported locations.
2513
+ # Corresponds to the JSON property `unreachable`
2514
+ # @return [Array<String>]
2515
+ attr_accessor :unreachable
2516
+
2487
2517
  def initialize(**args)
2488
2518
  update!(**args)
2489
2519
  end
@@ -2492,6 +2522,7 @@ module Google
2492
2522
  def update!(**args)
2493
2523
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2494
2524
  @operations = args[:operations] if args.key?(:operations)
2525
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2495
2526
  end
2496
2527
  end
2497
2528
 
@@ -2754,10 +2785,21 @@ module Google
2754
2785
  end
2755
2786
  end
2756
2787
 
2757
- # Method represents a method of an API interface.
2788
+ # Method represents a method of an API interface. New usages of this message as
2789
+ # an alternative to MethodDescriptorProto are strongly discouraged. This message
2790
+ # does not reliability preserve all information necessary to model the schema
2791
+ # and preserve semantics. Instead make use of FileDescriptorSet which preserves
2792
+ # the necessary information.
2758
2793
  class MethodProp
2759
2794
  include Google::Apis::Core::Hashable
2760
2795
 
2796
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
2797
+ # field should be ignored, instead the edition should be inherited from Api.
2798
+ # This is similar to Field and EnumValue.
2799
+ # Corresponds to the JSON property `edition`
2800
+ # @return [String]
2801
+ attr_accessor :edition
2802
+
2761
2803
  # The simple name of this method.
2762
2804
  # Corresponds to the JSON property `name`
2763
2805
  # @return [String]
@@ -2790,7 +2832,8 @@ module Google
2790
2832
  # @return [String]
2791
2833
  attr_accessor :response_type_url
2792
2834
 
2793
- # The source syntax of this method.
2835
+ # The source syntax of this method. This field should be ignored, instead the
2836
+ # syntax should be inherited from Api. This is similar to Field and EnumValue.
2794
2837
  # Corresponds to the JSON property `syntax`
2795
2838
  # @return [String]
2796
2839
  attr_accessor :syntax
@@ -2801,6 +2844,7 @@ module Google
2801
2844
 
2802
2845
  # Update properties of this object
2803
2846
  def update!(**args)
2847
+ @edition = args[:edition] if args.key?(:edition)
2804
2848
  @name = args[:name] if args.key?(:name)
2805
2849
  @options = args[:options] if args.key?(:options)
2806
2850
  @request_streaming = args[:request_streaming] if args.key?(:request_streaming)
@@ -3496,7 +3540,9 @@ module Google
3496
3540
  end
3497
3541
 
3498
3542
  # A protocol buffer option, which can be attached to a message, field,
3499
- # enumeration, etc.
3543
+ # enumeration, etc. New usages of this message as an alternative to FileOptions,
3544
+ # MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
3545
+ # or MethodOptions are strongly discouraged.
3500
3546
  class Option
3501
3547
  include Google::Apis::Core::Hashable
3502
3548
 
@@ -3577,6 +3623,16 @@ module Google
3577
3623
  # @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
3578
3624
  attr_accessor :common
3579
3625
 
3626
+ # The package name to use in Php. Clobbers the php_namespace option set in the
3627
+ # protobuf. This should be used **only** by APIs who have already set the
3628
+ # language_settings.php.package_name" field in gapic.yaml. API teams should use
3629
+ # the protobuf php_namespace option where possible. Example of a YAML
3630
+ # configuration:: publishing: library_settings: php_settings: library_package:
3631
+ # Google\Cloud\PubSub\V1
3632
+ # Corresponds to the JSON property `libraryPackage`
3633
+ # @return [String]
3634
+ attr_accessor :library_package
3635
+
3580
3636
  def initialize(**args)
3581
3637
  update!(**args)
3582
3638
  end
@@ -3584,6 +3640,7 @@ module Google
3584
3640
  # Update properties of this object
3585
3641
  def update!(**args)
3586
3642
  @common = args[:common] if args.key?(:common)
3643
+ @library_package = args[:library_package] if args.key?(:library_package)
3587
3644
  end
3588
3645
  end
3589
3646
 
@@ -4043,11 +4100,6 @@ module Google
4043
4100
  # @return [Google::Apis::ServicemanagementV1::TrafficPercentStrategy]
4044
4101
  attr_accessor :traffic_percent_strategy
4045
4102
 
4046
- # The TPC universe which the rollout will be rolled out to.
4047
- # Corresponds to the JSON property `universe`
4048
- # @return [String]
4049
- attr_accessor :universe
4050
-
4051
4103
  def initialize(**args)
4052
4104
  update!(**args)
4053
4105
  end
@@ -4061,7 +4113,6 @@ module Google
4061
4113
  @service_name = args[:service_name] if args.key?(:service_name)
4062
4114
  @status = args[:status] if args.key?(:status)
4063
4115
  @traffic_percent_strategy = args[:traffic_percent_strategy] if args.key?(:traffic_percent_strategy)
4064
- @universe = args[:universe] if args.key?(:universe)
4065
4116
  end
4066
4117
  end
4067
4118
 
@@ -4840,7 +4891,11 @@ module Google
4840
4891
  end
4841
4892
  end
4842
4893
 
4843
- # A protocol buffer message type.
4894
+ # A protocol buffer message type. New usages of this message as an alternative
4895
+ # to DescriptorProto are strongly discouraged. This message does not reliability
4896
+ # preserve all information necessary to model the schema and preserve semantics.
4897
+ # Instead make use of FileDescriptorSet which preserves the necessary
4898
+ # information.
4844
4899
  class Type
4845
4900
  include Google::Apis::Core::Hashable
4846
4901
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.69.0"
19
+ GEM_VERSION = "0.71.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 = "20250601"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -686,6 +686,7 @@ module Google
686
686
  class Api
687
687
  # @private
688
688
  class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :edition, as: 'edition'
689
690
  collection :methods_prop, as: 'methods', class: Google::Apis::ServicemanagementV1::MethodProp, decorator: Google::Apis::ServicemanagementV1::MethodProp::Representation
690
691
 
691
692
  collection :mixins, as: 'mixins', class: Google::Apis::ServicemanagementV1::Mixin, decorator: Google::Apis::ServicemanagementV1::Mixin::Representation
@@ -1249,6 +1250,7 @@ module Google
1249
1250
  property :next_page_token, as: 'nextPageToken'
1250
1251
  collection :operations, as: 'operations', class: Google::Apis::ServicemanagementV1::Operation, decorator: Google::Apis::ServicemanagementV1::Operation::Representation
1251
1252
 
1253
+ collection :unreachable, as: 'unreachable'
1252
1254
  end
1253
1255
  end
1254
1256
 
@@ -1329,6 +1331,7 @@ module Google
1329
1331
  class MethodProp
1330
1332
  # @private
1331
1333
  class Representation < Google::Apis::Core::JsonRepresentation
1334
+ property :edition, as: 'edition'
1332
1335
  property :name, as: 'name'
1333
1336
  collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
1334
1337
 
@@ -1506,6 +1509,7 @@ module Google
1506
1509
  class Representation < Google::Apis::Core::JsonRepresentation
1507
1510
  property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
1508
1511
 
1512
+ property :library_package, as: 'libraryPackage'
1509
1513
  end
1510
1514
  end
1511
1515
 
@@ -1596,7 +1600,6 @@ module Google
1596
1600
  property :status, as: 'status'
1597
1601
  property :traffic_percent_strategy, as: 'trafficPercentStrategy', class: Google::Apis::ServicemanagementV1::TrafficPercentStrategy, decorator: Google::Apis::ServicemanagementV1::TrafficPercentStrategy::Representation
1598
1602
 
1599
- property :universe, as: 'universe'
1600
1603
  end
1601
1604
  end
1602
1605
 
@@ -104,6 +104,13 @@ module Google
104
104
  # The maximum value is 100.
105
105
  # @param [String] page_token
106
106
  # The standard list page token.
107
+ # @param [Boolean] return_partial_success
108
+ # When set to `true`, operations that are reachable are returned as normal, and
109
+ # those that are unreachable are returned in the [ListOperationsResponse.
110
+ # unreachable] field. This can only be `true` when reading across collections e.
111
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
112
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
113
+ # explicitly documented otherwise in service or product specific documentation.
107
114
  # @param [String] fields
108
115
  # Selector specifying which fields to include in a partial response.
109
116
  # @param [String] quota_user
@@ -121,7 +128,7 @@ module Google
121
128
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
122
129
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
123
130
  # @raise [Google::Apis::AuthorizationError] Authorization is required
124
- def list_operations(filter: nil, name: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
131
+ def list_operations(filter: nil, name: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
125
132
  command = make_simple_command(:get, 'v1/operations', options)
126
133
  command.response_representation = Google::Apis::ServicemanagementV1::ListOperationsResponse::Representation
127
134
  command.response_class = Google::Apis::ServicemanagementV1::ListOperationsResponse
@@ -129,6 +136,7 @@ module Google
129
136
  command.query['name'] = name unless name.nil?
130
137
  command.query['pageSize'] = page_size unless page_size.nil?
131
138
  command.query['pageToken'] = page_token unless page_token.nil?
139
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
132
140
  command.query['fields'] = fields unless fields.nil?
133
141
  command.query['quotaUser'] = quota_user unless quota_user.nil?
134
142
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.69.0
4
+ version: 0.71.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-servicemanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.69.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.71.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: