google-apis-servicenetworking_v1 0.82.0 → 0.84.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: 64e90076a9672b1371bab5a2f58da94bb536a8a68a60d5af861171dbbdcf0696
4
- data.tar.gz: 9f9930c084c9c1dc8556fb49c0c84c44030268fd6b268e52eddf188b5467dab1
3
+ metadata.gz: 987f0e3ac7d4f7dfeca4f04e3720b5f4632f0b834e52273cf95a80b7ab894060
4
+ data.tar.gz: 84ffc2dc536a3b395f3109fcb5125c674a09c9922d2b1c4d979b421948431ac8
5
5
  SHA512:
6
- metadata.gz: 5c7cfacdfef076001840bff635ec7b4de83b90fac59f5c1c3620979675e63e2db1941a015bdc2b0457288d565a05b0b0d82425822068d0ecd9efcc86195c59da
7
- data.tar.gz: 39e6954970d4fba504d582153213515f4bbb51de1ecebab2c087ec67a457fd1d186177f3701fdae58a2a5a3af695d0d82025076ee2ae7fc5659b667a749fa328
6
+ metadata.gz: 41e739638b34591a37016fa128974fd40a8cd98854c249bc0f50cd8dd194d294d3a8f23c9d7e0a75ebba502d850c2edd046496248867720b58c0b83779f5c4ae
7
+ data.tar.gz: e29bb099fc36365544bc4f90a09c35f6cb4f4f6c80b44f254ae3be25fc9559c572f59e6c29714f4892f657adc448f380b0192cc387ca4ea834b4e29396a2e97b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.84.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250929
6
+
7
+ ### v0.83.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250722
10
+
3
11
  ### v0.82.0 (2025-07-20)
4
12
 
5
13
  * Regenerated from discovery document revision 20250713
@@ -412,7 +412,11 @@ module Google
412
412
  # which represent a concrete implementation of an interface as opposed to simply
413
413
  # a description of methods and bindings. They are also sometimes simply referred
414
414
  # to as "APIs" in other contexts, such as the name of this message itself. See
415
- # https://cloud.google.com/apis/design/glossary for detailed terminology.
415
+ # https://cloud.google.com/apis/design/glossary for detailed terminology. New
416
+ # usages of this message as an alternative to ServiceDescriptorProto are
417
+ # strongly discouraged. This message does not reliability preserve all
418
+ # information necessary to model the schema and preserve semantics. Instead make
419
+ # use of FileDescriptorSet which preserves the necessary information.
416
420
  class Api
417
421
  include Google::Apis::Core::Hashable
418
422
 
@@ -2078,7 +2082,11 @@ module Google
2078
2082
  end
2079
2083
  end
2080
2084
 
2081
- # Enum type definition.
2085
+ # Enum type definition. New usages of this message as an alternative to
2086
+ # EnumDescriptorProto are strongly discouraged. This message does not
2087
+ # reliability preserve all information necessary to model the schema and
2088
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
2089
+ # necessary information.
2082
2090
  class Enum
2083
2091
  include Google::Apis::Core::Hashable
2084
2092
 
@@ -2128,7 +2136,11 @@ module Google
2128
2136
  end
2129
2137
  end
2130
2138
 
2131
- # Enum value definition.
2139
+ # Enum value definition. New usages of this message as an alternative to
2140
+ # EnumValueDescriptorProto are strongly discouraged. This message does not
2141
+ # reliability preserve all information necessary to model the schema and
2142
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
2143
+ # necessary information.
2132
2144
  class EnumValue
2133
2145
  include Google::Apis::Core::Hashable
2134
2146
 
@@ -2202,7 +2214,11 @@ module Google
2202
2214
  end
2203
2215
  end
2204
2216
 
2205
- # A single field of a message type.
2217
+ # A single field of a message type. New usages of this message as an alternative
2218
+ # to FieldDescriptorProto are strongly discouraged. This message does not
2219
+ # reliability preserve all information necessary to model the schema and
2220
+ # preserve semantics. Instead make use of FileDescriptorSet which preserves the
2221
+ # necessary information.
2206
2222
  class Field
2207
2223
  include Google::Apis::Core::Hashable
2208
2224
 
@@ -2928,6 +2944,13 @@ module Google
2928
2944
  # @return [Array<Google::Apis::ServicenetworkingV1::Operation>]
2929
2945
  attr_accessor :operations
2930
2946
 
2947
+ # Unordered list. Unreachable resources. Populated when the request sets `
2948
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2949
+ # when attempting to list all resources across all supported locations.
2950
+ # Corresponds to the JSON property `unreachable`
2951
+ # @return [Array<String>]
2952
+ attr_accessor :unreachable
2953
+
2931
2954
  def initialize(**args)
2932
2955
  update!(**args)
2933
2956
  end
@@ -2936,6 +2959,7 @@ module Google
2936
2959
  def update!(**args)
2937
2960
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2938
2961
  @operations = args[:operations] if args.key?(:operations)
2962
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2939
2963
  end
2940
2964
  end
2941
2965
 
@@ -3115,11 +3139,17 @@ module Google
3115
3139
  end
3116
3140
  end
3117
3141
 
3118
- # Method represents a method of an API interface.
3142
+ # Method represents a method of an API interface. New usages of this message as
3143
+ # an alternative to MethodDescriptorProto are strongly discouraged. This message
3144
+ # does not reliability preserve all information necessary to model the schema
3145
+ # and preserve semantics. Instead make use of FileDescriptorSet which preserves
3146
+ # the necessary information.
3119
3147
  class MethodProp
3120
3148
  include Google::Apis::Core::Hashable
3121
3149
 
3122
- # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
3150
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
3151
+ # field should be ignored, instead the edition should be inherited from Api.
3152
+ # This is similar to Field and EnumValue.
3123
3153
  # Corresponds to the JSON property `edition`
3124
3154
  # @return [String]
3125
3155
  attr_accessor :edition
@@ -3156,7 +3186,8 @@ module Google
3156
3186
  # @return [String]
3157
3187
  attr_accessor :response_type_url
3158
3188
 
3159
- # The source syntax of this method.
3189
+ # The source syntax of this method. This field should be ignored, instead the
3190
+ # syntax should be inherited from Api. This is similar to Field and EnumValue.
3160
3191
  # Corresponds to the JSON property `syntax`
3161
3192
  # @return [String]
3162
3193
  attr_accessor :syntax
@@ -3791,7 +3822,9 @@ module Google
3791
3822
  end
3792
3823
 
3793
3824
  # A protocol buffer option, which can be attached to a message, field,
3794
- # enumeration, etc.
3825
+ # enumeration, etc. New usages of this message as an alternative to FileOptions,
3826
+ # MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
3827
+ # or MethodOptions are strongly discouraged.
3795
3828
  class Option
3796
3829
  include Google::Apis::Core::Hashable
3797
3830
 
@@ -5218,7 +5251,11 @@ module Google
5218
5251
  end
5219
5252
  end
5220
5253
 
5221
- # A protocol buffer message type.
5254
+ # A protocol buffer message type. New usages of this message as an alternative
5255
+ # to DescriptorProto are strongly discouraged. This message does not reliability
5256
+ # preserve all information necessary to model the schema and preserve semantics.
5257
+ # Instead make use of FileDescriptorSet which preserves the necessary
5258
+ # information.
5222
5259
  class Type
5223
5260
  include Google::Apis::Core::Hashable
5224
5261
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.82.0"
19
+ GEM_VERSION = "0.84.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 = "20250713"
25
+ REVISION = "20250929"
26
26
  end
27
27
  end
28
28
  end
@@ -1509,6 +1509,7 @@ module Google
1509
1509
  property :next_page_token, as: 'nextPageToken'
1510
1510
  collection :operations, as: 'operations', class: Google::Apis::ServicenetworkingV1::Operation, decorator: Google::Apis::ServicenetworkingV1::Operation::Representation
1511
1511
 
1512
+ collection :unreachable, as: 'unreachable'
1512
1513
  end
1513
1514
  end
1514
1515
 
@@ -166,6 +166,13 @@ module Google
166
166
  # The standard list page size.
167
167
  # @param [String] page_token
168
168
  # The standard list page token.
169
+ # @param [Boolean] return_partial_success
170
+ # When set to `true`, operations that are reachable are returned as normal, and
171
+ # those that are unreachable are returned in the [ListOperationsResponse.
172
+ # unreachable] field. This can only be `true` when reading across collections e.
173
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
174
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
175
+ # explicitly documented otherwise in service or product specific documentation.
169
176
  # @param [String] fields
170
177
  # Selector specifying which fields to include in a partial response.
171
178
  # @param [String] quota_user
@@ -183,7 +190,7 @@ module Google
183
190
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
184
191
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
185
192
  # @raise [Google::Apis::AuthorizationError] Authorization is required
186
- def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
193
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
187
194
  command = make_simple_command(:get, 'v1/{+name}', options)
188
195
  command.response_representation = Google::Apis::ServicenetworkingV1::ListOperationsResponse::Representation
189
196
  command.response_class = Google::Apis::ServicenetworkingV1::ListOperationsResponse
@@ -191,6 +198,7 @@ module Google
191
198
  command.query['filter'] = filter unless filter.nil?
192
199
  command.query['pageSize'] = page_size unless page_size.nil?
193
200
  command.query['pageToken'] = page_token unless page_token.nil?
201
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
194
202
  command.query['fields'] = fields unless fields.nil?
195
203
  command.query['quotaUser'] = quota_user unless quota_user.nil?
196
204
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.84.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-servicenetworking_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.84.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
62
62
  rdoc_options: []
63
63
  require_paths: