Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 5de628b

Browse files
build(deps): bump requests to 2.31.0 [autoapprove] (#162)
* build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/templates/python_library/.kokoro Source-Link: googleapis/synthtool@30bd01b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b * add missing test dependency --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 30d2112 commit 5de628b

File tree

8 files changed

+103
-23
lines changed

8 files changed

+103
-23
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6
16+
digest: sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
17+
# created: 2023-05-25T14:56:16.294623272Z

.kokoro/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ readme-renderer==37.3 \
419419
--hash=sha256:cd653186dfc73055656f090f227f5cb22a046d7f71a841dfa305f55c9a513273 \
420420
--hash=sha256:f67a16caedfa71eef48a31b39708637a6f4664c4394801a7b0d6432d13907343
421421
# via twine
422-
requests==2.28.1 \
423-
--hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \
424-
--hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349
422+
requests==2.31.0 \
423+
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
424+
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
425425
# via
426426
# gcp-releasetool
427427
# google-api-core

google/api/client.proto

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ message Publishing {
157157
// long-running operation pattern.
158158
repeated MethodSettings method_settings = 2;
159159

160-
// Link to a place that API users can report issues. Example:
160+
// Link to a *public* URI where users can report issues. Example:
161161
// https://issuetracker.google.com/issues/new?component=190865&template=1161103
162162
string new_issue_uri = 101;
163163

@@ -257,6 +257,36 @@ message NodeSettings {
257257
message DotnetSettings {
258258
// Some settings.
259259
CommonLanguageSettings common = 1;
260+
261+
// Map from original service names to renamed versions.
262+
// This is used when the default generated types
263+
// would cause a naming conflict. (Neither name is
264+
// fully-qualified.)
265+
// Example: Subscriber to SubscriberServiceApi.
266+
map<string, string> renamed_services = 2;
267+
268+
// Map from full resource types to the effective short name
269+
// for the resource. This is used when otherwise resource
270+
// named from different services would cause naming collisions.
271+
// Example entry:
272+
// "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
273+
map<string, string> renamed_resources = 3;
274+
275+
// List of full resource types to ignore during generation.
276+
// This is typically used for API-specific Location resources,
277+
// which should be handled by the generator as if they were actually
278+
// the common Location resources.
279+
// Example entry: "documentai.googleapis.com/Location"
280+
repeated string ignored_resources = 4;
281+
282+
// Namespaces which must be aliased in snippets due to
283+
// a known (but non-generator-predictable) naming collision
284+
repeated string forced_namespace_aliases = 5;
285+
286+
// Method signatures (in the form "service.method(signature)")
287+
// which are provided separately, so shouldn't be generated.
288+
// Snippets *calling* these methods are still generated, however.
289+
repeated string handwritten_signatures = 6;
260290
}
261291

262292
// Settings for Ruby client libraries.
@@ -338,6 +368,15 @@ enum ClientLibraryOrganization {
338368

339369
// Street View Org.
340370
STREET_VIEW = 4;
371+
372+
// Shopping Org.
373+
SHOPPING = 5;
374+
375+
// Geo Org.
376+
GEO = 6;
377+
378+
// Generative AI - https://developers.generativeai.google
379+
GENERATIVE_AI = 7;
341380
}
342381

343382
// To where should client libraries be published?

google/api/client_pb2.py

Lines changed: 52 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
38-
b'\n\x17google/api/client.proto\x12\ngoogle.api\x1a\x1dgoogle/api/launch_stage.proto\x1a google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto"t\n\x16\x43ommonLanguageSettings\x12\x1e\n\x12reference_docs_uri\x18\x01 \x01(\tB\x02\x18\x01\x12:\n\x0c\x64\x65stinations\x18\x02 \x03(\x0e\x32$.google.api.ClientLibraryDestination"\xfb\x03\n\x15\x43lientLibrarySettings\x12\x0f\n\x07version\x18\x01 \x01(\t\x12-\n\x0claunch_stage\x18\x02 \x01(\x0e\x32\x17.google.api.LaunchStage\x12\x1a\n\x12rest_numeric_enums\x18\x03 \x01(\x08\x12/\n\rjava_settings\x18\x15 \x01(\x0b\x32\x18.google.api.JavaSettings\x12-\n\x0c\x63pp_settings\x18\x16 \x01(\x0b\x32\x17.google.api.CppSettings\x12-\n\x0cphp_settings\x18\x17 \x01(\x0b\x32\x17.google.api.PhpSettings\x12\x33\n\x0fpython_settings\x18\x18 \x01(\x0b\x32\x1a.google.api.PythonSettings\x12/\n\rnode_settings\x18\x19 \x01(\x0b\x32\x18.google.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a \x01(\x0b\x32\x1a.google.api.DotnetSettings\x12/\n\rruby_settings\x18\x1b \x01(\x0b\x32\x18.google.api.RubySettings\x12+\n\x0bgo_settings\x18\x1c \x01(\x0b\x32\x16.google.api.GoSettings"\xfe\x02\n\nPublishing\x12\x33\n\x0fmethod_settings\x18\x02 \x03(\x0b\x32\x1a.google.api.MethodSettings\x12\x15\n\rnew_issue_uri\x18\x65 \x01(\t\x12\x19\n\x11\x64ocumentation_uri\x18\x66 \x01(\t\x12\x16\n\x0e\x61pi_short_name\x18g \x01(\t\x12\x14\n\x0cgithub_label\x18h \x01(\t\x12\x1e\n\x16\x63odeowner_github_teams\x18i \x03(\t\x12\x16\n\x0e\x64oc_tag_prefix\x18j \x01(\t\x12;\n\x0corganization\x18k \x01(\x0e\x32%.google.api.ClientLibraryOrganization\x12;\n\x10library_settings\x18m \x03(\x0b\x32!.google.api.ClientLibrarySettings\x12)\n!proto_reference_documentation_uri\x18n \x01(\t"\xe3\x01\n\x0cJavaSettings\x12\x17\n\x0flibrary_package\x18\x01 \x01(\t\x12L\n\x13service_class_names\x18\x02 \x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03 \x01(\x0b\x32".google.api.CommonLanguageSettings\x1a\x38\n\x16ServiceClassNamesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"A\n\x0b\x43ppSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"A\n\x0bPhpSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"D\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"B\n\x0cNodeSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"D\n\x0e\x44otnetSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"B\n\x0cRubySettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"\xb0\x02\n\x0eMethodSettings\x12\x10\n\x08selector\x18\x01 \x01(\t\x12<\n\x0clong_running\x18\x02 \x01(\x0b\x32&.google.api.MethodSettings.LongRunning\x1a\xcd\x01\n\x0bLongRunning\x12\x35\n\x12initial_poll_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1d\n\x15poll_delay_multiplier\x18\x02 \x01(\x02\x12\x31\n\x0emax_poll_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x12total_poll_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration*y\n\x19\x43lientLibraryOrganization\x12+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x43LOUD\x10\x01\x12\x07\n\x03\x41\x44S\x10\x02\x12\n\n\x06PHOTOS\x10\x03\x12\x0f\n\x0bSTREET_VIEW\x10\x04*g\n\x18\x43lientLibraryDestination\x12*\n&CLIENT_LIBRARY_DESTINATION_UNSPECIFIED\x10\x00\x12\n\n\x06GITHUB\x10\n\x12\x13\n\x0fPACKAGE_MANAGER\x10\x14:9\n\x10method_signature\x12\x1e.google.protobuf.MethodOptions\x18\x9b\x08 \x03(\t:6\n\x0c\x64\x65\x66\x61ult_host\x12\x1f.google.protobuf.ServiceOptions\x18\x99\x08 \x01(\t:6\n\x0coauth_scopes\x12\x1f.google.protobuf.ServiceOptions\x18\x9a\x08 \x01(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
38+
b'\n\x17google/api/client.proto\x12\ngoogle.api\x1a\x1dgoogle/api/launch_stage.proto\x1a google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto"t\n\x16\x43ommonLanguageSettings\x12\x1e\n\x12reference_docs_uri\x18\x01 \x01(\tB\x02\x18\x01\x12:\n\x0c\x64\x65stinations\x18\x02 \x03(\x0e\x32$.google.api.ClientLibraryDestination"\xfb\x03\n\x15\x43lientLibrarySettings\x12\x0f\n\x07version\x18\x01 \x01(\t\x12-\n\x0claunch_stage\x18\x02 \x01(\x0e\x32\x17.google.api.LaunchStage\x12\x1a\n\x12rest_numeric_enums\x18\x03 \x01(\x08\x12/\n\rjava_settings\x18\x15 \x01(\x0b\x32\x18.google.api.JavaSettings\x12-\n\x0c\x63pp_settings\x18\x16 \x01(\x0b\x32\x17.google.api.CppSettings\x12-\n\x0cphp_settings\x18\x17 \x01(\x0b\x32\x17.google.api.PhpSettings\x12\x33\n\x0fpython_settings\x18\x18 \x01(\x0b\x32\x1a.google.api.PythonSettings\x12/\n\rnode_settings\x18\x19 \x01(\x0b\x32\x18.google.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a \x01(\x0b\x32\x1a.google.api.DotnetSettings\x12/\n\rruby_settings\x18\x1b \x01(\x0b\x32\x18.google.api.RubySettings\x12+\n\x0bgo_settings\x18\x1c \x01(\x0b\x32\x16.google.api.GoSettings"\xfe\x02\n\nPublishing\x12\x33\n\x0fmethod_settings\x18\x02 \x03(\x0b\x32\x1a.google.api.MethodSettings\x12\x15\n\rnew_issue_uri\x18\x65 \x01(\t\x12\x19\n\x11\x64ocumentation_uri\x18\x66 \x01(\t\x12\x16\n\x0e\x61pi_short_name\x18g \x01(\t\x12\x14\n\x0cgithub_label\x18h \x01(\t\x12\x1e\n\x16\x63odeowner_github_teams\x18i \x03(\t\x12\x16\n\x0e\x64oc_tag_prefix\x18j \x01(\t\x12;\n\x0corganization\x18k \x01(\x0e\x32%.google.api.ClientLibraryOrganization\x12;\n\x10library_settings\x18m \x03(\x0b\x32!.google.api.ClientLibrarySettings\x12)\n!proto_reference_documentation_uri\x18n \x01(\t"\xe3\x01\n\x0cJavaSettings\x12\x17\n\x0flibrary_package\x18\x01 \x01(\t\x12L\n\x13service_class_names\x18\x02 \x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03 \x01(\x0b\x32".google.api.CommonLanguageSettings\x1a\x38\n\x16ServiceClassNamesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"A\n\x0b\x43ppSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"A\n\x0bPhpSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"D\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"B\n\x0cNodeSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"\xaa\x03\n\x0e\x44otnetSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings\x12I\n\x10renamed_services\x18\x02 \x03(\x0b\x32/.google.api.DotnetSettings.RenamedServicesEntry\x12K\n\x11renamed_resources\x18\x03 \x03(\x0b\x32\x30.google.api.DotnetSettings.RenamedResourcesEntry\x12\x19\n\x11ignored_resources\x18\x04 \x03(\t\x12 \n\x18\x66orced_namespace_aliases\x18\x05 \x03(\t\x12\x1e\n\x16handwritten_signatures\x18\x06 \x03(\t\x1a\x36\n\x14RenamedServicesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x37\n\x15RenamedResourcesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"B\n\x0cRubySettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32".google.api.CommonLanguageSettings"\xb0\x02\n\x0eMethodSettings\x12\x10\n\x08selector\x18\x01 \x01(\t\x12<\n\x0clong_running\x18\x02 \x01(\x0b\x32&.google.api.MethodSettings.LongRunning\x1a\xcd\x01\n\x0bLongRunning\x12\x35\n\x12initial_poll_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1d\n\x15poll_delay_multiplier\x18\x02 \x01(\x02\x12\x31\n\x0emax_poll_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x12total_poll_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration*\xa3\x01\n\x19\x43lientLibraryOrganization\x12+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x43LOUD\x10\x01\x12\x07\n\x03\x41\x44S\x10\x02\x12\n\n\x06PHOTOS\x10\x03\x12\x0f\n\x0bSTREET_VIEW\x10\x04\x12\x0c\n\x08SHOPPING\x10\x05\x12\x07\n\x03GEO\x10\x06\x12\x11\n\rGENERATIVE_AI\x10\x07*g\n\x18\x43lientLibraryDestination\x12*\n&CLIENT_LIBRARY_DESTINATION_UNSPECIFIED\x10\x00\x12\n\n\x06GITHUB\x10\n\x12\x13\n\x0fPACKAGE_MANAGER\x10\x14:9\n\x10method_signature\x12\x1e.google.protobuf.MethodOptions\x18\x9b\x08 \x03(\t:6\n\x0c\x64\x65\x66\x61ult_host\x12\x1f.google.protobuf.ServiceOptions\x18\x99\x08 \x01(\t:6\n\x0coauth_scopes\x12\x1f.google.protobuf.ServiceOptions\x18\x9a\x08 \x01(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
3939
)
4040

4141
_CLIENTLIBRARYORGANIZATION = DESCRIPTOR.enum_types_by_name["ClientLibraryOrganization"]
@@ -49,6 +49,9 @@
4949
ADS = 2
5050
PHOTOS = 3
5151
STREET_VIEW = 4
52+
SHOPPING = 5
53+
GEO = 6
54+
GENERATIVE_AI = 7
5255
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0
5356
GITHUB = 10
5457
PACKAGE_MANAGER = 20
@@ -72,6 +75,12 @@
7275
_PYTHONSETTINGS = DESCRIPTOR.message_types_by_name["PythonSettings"]
7376
_NODESETTINGS = DESCRIPTOR.message_types_by_name["NodeSettings"]
7477
_DOTNETSETTINGS = DESCRIPTOR.message_types_by_name["DotnetSettings"]
78+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY = _DOTNETSETTINGS.nested_types_by_name[
79+
"RenamedServicesEntry"
80+
]
81+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY = _DOTNETSETTINGS.nested_types_by_name[
82+
"RenamedResourcesEntry"
83+
]
7584
_RUBYSETTINGS = DESCRIPTOR.message_types_by_name["RubySettings"]
7685
_GOSETTINGS = DESCRIPTOR.message_types_by_name["GoSettings"]
7786
_METHODSETTINGS = DESCRIPTOR.message_types_by_name["MethodSettings"]
@@ -178,12 +187,32 @@
178187
"DotnetSettings",
179188
(_message.Message,),
180189
{
190+
"RenamedServicesEntry": _reflection.GeneratedProtocolMessageType(
191+
"RenamedServicesEntry",
192+
(_message.Message,),
193+
{
194+
"DESCRIPTOR": _DOTNETSETTINGS_RENAMEDSERVICESENTRY,
195+
"__module__": "google.api.client_pb2"
196+
# @@protoc_insertion_point(class_scope:google.api.DotnetSettings.RenamedServicesEntry)
197+
},
198+
),
199+
"RenamedResourcesEntry": _reflection.GeneratedProtocolMessageType(
200+
"RenamedResourcesEntry",
201+
(_message.Message,),
202+
{
203+
"DESCRIPTOR": _DOTNETSETTINGS_RENAMEDRESOURCESENTRY,
204+
"__module__": "google.api.client_pb2"
205+
# @@protoc_insertion_point(class_scope:google.api.DotnetSettings.RenamedResourcesEntry)
206+
},
207+
),
181208
"DESCRIPTOR": _DOTNETSETTINGS,
182209
"__module__": "google.api.client_pb2"
183210
# @@protoc_insertion_point(class_scope:google.api.DotnetSettings)
184211
},
185212
)
186213
_sym_db.RegisterMessage(DotnetSettings)
214+
_sym_db.RegisterMessage(DotnetSettings.RenamedServicesEntry)
215+
_sym_db.RegisterMessage(DotnetSettings.RenamedResourcesEntry)
187216

188217
RubySettings = _reflection.GeneratedProtocolMessageType(
189218
"RubySettings",
@@ -247,10 +276,14 @@
247276
]._serialized_options = b"\030\001"
248277
_JAVASETTINGS_SERVICECLASSNAMESENTRY._options = None
249278
_JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_options = b"8\001"
250-
_CLIENTLIBRARYORGANIZATION._serialized_start = 2162
251-
_CLIENTLIBRARYORGANIZATION._serialized_end = 2283
252-
_CLIENTLIBRARYDESTINATION._serialized_start = 2285
253-
_CLIENTLIBRARYDESTINATION._serialized_end = 2388
279+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._options = None
280+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_options = b"8\001"
281+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._options = None
282+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_options = b"8\001"
283+
_CLIENTLIBRARYORGANIZATION._serialized_start = 2522
284+
_CLIENTLIBRARYORGANIZATION._serialized_end = 2685
285+
_CLIENTLIBRARYDESTINATION._serialized_start = 2687
286+
_CLIENTLIBRARYDESTINATION._serialized_end = 2790
254287
_COMMONLANGUAGESETTINGS._serialized_start = 136
255288
_COMMONLANGUAGESETTINGS._serialized_end = 252
256289
_CLIENTLIBRARYSETTINGS._serialized_start = 255
@@ -269,14 +302,18 @@
269302
_PYTHONSETTINGS._serialized_end = 1581
270303
_NODESETTINGS._serialized_start = 1583
271304
_NODESETTINGS._serialized_end = 1649
272-
_DOTNETSETTINGS._serialized_start = 1651
273-
_DOTNETSETTINGS._serialized_end = 1719
274-
_RUBYSETTINGS._serialized_start = 1721
275-
_RUBYSETTINGS._serialized_end = 1787
276-
_GOSETTINGS._serialized_start = 1789
277-
_GOSETTINGS._serialized_end = 1853
278-
_METHODSETTINGS._serialized_start = 1856
279-
_METHODSETTINGS._serialized_end = 2160
280-
_METHODSETTINGS_LONGRUNNING._serialized_start = 1955
281-
_METHODSETTINGS_LONGRUNNING._serialized_end = 2160
305+
_DOTNETSETTINGS._serialized_start = 1652
306+
_DOTNETSETTINGS._serialized_end = 2078
307+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_start = 1967
308+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_end = 2021
309+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_start = 2023
310+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_end = 2078
311+
_RUBYSETTINGS._serialized_start = 2080
312+
_RUBYSETTINGS._serialized_end = 2146
313+
_GOSETTINGS._serialized_start = 2148
314+
_GOSETTINGS._serialized_end = 2212
315+
_METHODSETTINGS._serialized_start = 2215
316+
_METHODSETTINGS._serialized_end = 2519
317+
_METHODSETTINGS_LONGRUNNING._serialized_start = 2314
318+
_METHODSETTINGS_LONGRUNNING._serialized_end = 2519
282319
# @@protoc_insertion_point(module_scope)

google/api/distribution.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ message Distribution {
7373
// following boundaries:
7474
//
7575
// Upper bound (0 <= i < N-1): offset + (width * i).
76+
//
7677
// Lower bound (1 <= i < N): offset + (width * (i - 1)).
7778
message Linear {
7879
// Must be greater than 0.
@@ -93,6 +94,7 @@ message Distribution {
9394
// following boundaries:
9495
//
9596
// Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).
97+
//
9698
// Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)).
9799
message Exponential {
98100
// Must be greater than 0.

google/logging/type/http_request.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@ message HttpRequest {
6767

6868
// The referer URL of the request, as defined in
6969
// [HTTP/1.1 Header Field
70-
// Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
70+
// Definitions](https://datatracker.ietf.org/doc/html/rfc2616#section-14.36).
7171
string referer = 8;
7272

7373
// The request processing latency on the server, from the time the request was

google/logging/type/log_severity.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def test(session, library):
160160
if session.python == "3.7":
161161
if library == "python-pubsub":
162162
session.install("psutil")
163+
session.install("flaky")
163164
system(session)
164165

165166
@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11"])

0 commit comments

Comments
 (0)