google-apis-servicenetworking_v1 0.59.0 → 0.61.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db79ef8e56cd0ae9c4ca4fcb3db2021c58b4cc49a5064d24fcde6581226af381
|
4
|
+
data.tar.gz: 54aa666c2c865b86ceab518f741ecd633f9622a60679b204be90e7c037049c4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350a4182399b0515e9c1a4eb6f2f876ea3b163d93eaafc4198140c32ef91ae0cb9d00ffe7617e9c34abdec4e8e7745c9b6fd67493b78a5dc473b96d68aaa1341
|
7
|
+
data.tar.gz: 3e1c16b3c7c536c233a1c1655b77770353b5bb09546edec567aa7f3f7d841465fe878a1ddf564a7189cfc3606e91a6ce9c09e1fbd35ebdb642d744d6c2a4ceef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.61.0 (2024-06-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240626
|
6
|
+
|
7
|
+
### v0.60.0 (2024-06-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240529
|
10
|
+
|
3
11
|
### v0.59.0 (2024-05-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240519
|
@@ -1575,14 +1575,17 @@ module Google
|
|
1575
1575
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
1576
1576
|
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
1577
1577
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
1578
|
-
# google.calendar.Calendar.Put description: > ...
|
1579
|
-
#
|
1580
|
-
#
|
1581
|
-
#
|
1582
|
-
#
|
1583
|
-
#
|
1584
|
-
#
|
1585
|
-
#
|
1578
|
+
# google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
|
1579
|
+
# google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
|
1580
|
+
# region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
|
1581
|
+
# project: java-docs-samples file: calendar/delete.java Documentation is
|
1582
|
+
# provided in markdown syntax. In addition to standard markdown features,
|
1583
|
+
# definition lists, tables and fenced code blocks are supported. Section headers
|
1584
|
+
# can be provided and are interpreted relative to the section nesting of the
|
1585
|
+
# context where a documentation fragment is embedded. Documentation from the IDL
|
1586
|
+
# is merged with documentation defined via the config at normalization time,
|
1587
|
+
# where documentation provided by config rules overrides IDL provided. A number
|
1588
|
+
# of constructs specific to the API platform are supported in documentation text.
|
1586
1589
|
# In order to reference a proto element, the following notation can be used: [
|
1587
1590
|
# fully.qualified.proto.name][] To override the display text used for the link,
|
1588
1591
|
# this can be used: [display text][fully.qualified.proto.name] Text can be
|
@@ -2262,7 +2265,7 @@ module Google
|
|
2262
2265
|
end
|
2263
2266
|
end
|
2264
2267
|
|
2265
|
-
#
|
2268
|
+
# gRPC Transcoding gRPC Transcoding is a feature for mapping between a gRPC
|
2266
2269
|
# method and one or more HTTP REST endpoints. It allows developers to build a
|
2267
2270
|
# single API service that supports both gRPC APIs and REST APIs. Many systems,
|
2268
2271
|
# including [Google APIs](https://github.com/googleapis/googleapis), [Cloud
|
@@ -2282,70 +2285,69 @@ module Google
|
|
2282
2285
|
# Message) ` option (google.api.http) = ` get: "/v1/`name=messages/*`" `; ` `
|
2283
2286
|
# message GetMessageRequest ` string name = 1; // Mapped to URL path. ` message
|
2284
2287
|
# Message ` string text = 1; // The resource content. ` This enables an HTTP
|
2285
|
-
# REST to gRPC mapping as below: HTTP
|
2286
|
-
#
|
2287
|
-
#
|
2288
|
-
#
|
2289
|
-
#
|
2290
|
-
#
|
2291
|
-
#
|
2292
|
-
#
|
2293
|
-
#
|
2294
|
-
#
|
2295
|
-
#
|
2296
|
-
#
|
2297
|
-
#
|
2298
|
-
#
|
2299
|
-
#
|
2300
|
-
#
|
2301
|
-
#
|
2302
|
-
#
|
2303
|
-
#
|
2304
|
-
#
|
2305
|
-
#
|
2306
|
-
#
|
2307
|
-
#
|
2308
|
-
#
|
2309
|
-
#
|
2310
|
-
#
|
2311
|
-
#
|
2312
|
-
#
|
2313
|
-
#
|
2314
|
-
#
|
2315
|
-
#
|
2316
|
-
#
|
2317
|
-
#
|
2318
|
-
#
|
2319
|
-
#
|
2320
|
-
#
|
2321
|
-
#
|
2322
|
-
#
|
2323
|
-
#
|
2324
|
-
#
|
2325
|
-
#
|
2326
|
-
#
|
2327
|
-
#
|
2328
|
-
#
|
2329
|
-
#
|
2330
|
-
# messages/123456`
|
2331
|
-
#
|
2332
|
-
#
|
2333
|
-
#
|
2334
|
-
# referred by the
|
2335
|
-
#
|
2336
|
-
#
|
2337
|
-
#
|
2338
|
-
#
|
2339
|
-
#
|
2340
|
-
#
|
2341
|
-
#
|
2342
|
-
#
|
2343
|
-
# "
|
2344
|
-
#
|
2345
|
-
#
|
2346
|
-
#
|
2347
|
-
#
|
2348
|
-
# specified by its template. A variable template must not contain other
|
2288
|
+
# REST to gRPC mapping as below: - HTTP: `GET /v1/messages/123456` - gRPC: `
|
2289
|
+
# GetMessage(name: "messages/123456")` Any fields in the request message which
|
2290
|
+
# are not bound by the path template automatically become HTTP query parameters
|
2291
|
+
# if there is no HTTP request body. For example: service Messaging ` rpc
|
2292
|
+
# GetMessage(GetMessageRequest) returns (Message) ` option (google.api.http) = `
|
2293
|
+
# get:"/v1/messages/`message_id`" `; ` ` message GetMessageRequest ` message
|
2294
|
+
# SubMessage ` string subfield = 1; ` string message_id = 1; // Mapped to URL
|
2295
|
+
# path. int64 revision = 2; // Mapped to URL query parameter `revision`.
|
2296
|
+
# SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`. ` This
|
2297
|
+
# enables a HTTP JSON to RPC mapping as below: - HTTP: `GET /v1/messages/123456?
|
2298
|
+
# revision=2&sub.subfield=foo` - gRPC: `GetMessage(message_id: "123456" revision:
|
2299
|
+
# 2 sub: SubMessage(subfield: "foo"))` Note that fields which are mapped to URL
|
2300
|
+
# query parameters must have a primitive type or a repeated primitive type or a
|
2301
|
+
# non-repeated message type. In the case of a repeated type, the parameter can
|
2302
|
+
# be repeated in the URL as `...?param=A¶m=B`. In the case of a message type,
|
2303
|
+
# each field of the message is mapped to a separate parameter, such as `...?foo.
|
2304
|
+
# a=A&foo.b=B&foo.c=C`. For HTTP methods that allow a request body, the `body`
|
2305
|
+
# field specifies the mapping. Consider a REST update method on the message
|
2306
|
+
# resource collection: service Messaging ` rpc UpdateMessage(
|
2307
|
+
# UpdateMessageRequest) returns (Message) ` option (google.api.http) = ` patch: "
|
2308
|
+
# /v1/messages/`message_id`" body: "message" `; ` ` message UpdateMessageRequest
|
2309
|
+
# ` string message_id = 1; // mapped to the URL Message message = 2; // mapped
|
2310
|
+
# to the body ` The following HTTP JSON to RPC mapping is enabled, where the
|
2311
|
+
# representation of the JSON in the request body is determined by protos JSON
|
2312
|
+
# encoding: - HTTP: `PATCH /v1/messages/123456 ` "text": "Hi!" `` - gRPC: `
|
2313
|
+
# UpdateMessage(message_id: "123456" message ` text: "Hi!" `)` The special name `
|
2314
|
+
# *` can be used in the body mapping to define that every field not bound by the
|
2315
|
+
# path template should be mapped to the request body. This enables the following
|
2316
|
+
# alternative definition of the update method: service Messaging ` rpc
|
2317
|
+
# UpdateMessage(Message) returns (Message) ` option (google.api.http) = ` patch:
|
2318
|
+
# "/v1/messages/`message_id`" body: "*" `; ` ` message Message ` string
|
2319
|
+
# message_id = 1; string text = 2; ` The following HTTP JSON to RPC mapping is
|
2320
|
+
# enabled: - HTTP: `PATCH /v1/messages/123456 ` "text": "Hi!" `` - gRPC: `
|
2321
|
+
# UpdateMessage(message_id: "123456" text: "Hi!")` Note that when using `*` in
|
2322
|
+
# the body mapping, it is not possible to have HTTP parameters, as all fields
|
2323
|
+
# not bound by the path end in the body. This makes this option more rarely used
|
2324
|
+
# in practice when defining REST APIs. The common usage of `*` is in custom
|
2325
|
+
# methods which don't use the URL at all for transferring data. It is possible
|
2326
|
+
# to define multiple HTTP methods for one RPC by using the `additional_bindings`
|
2327
|
+
# option. Example: service Messaging ` rpc GetMessage(GetMessageRequest) returns
|
2328
|
+
# (Message) ` option (google.api.http) = ` get: "/v1/messages/`message_id`"
|
2329
|
+
# additional_bindings ` get: "/v1/users/`user_id`/messages/`message_id`" ` `; ` `
|
2330
|
+
# message GetMessageRequest ` string message_id = 1; string user_id = 2; ` This
|
2331
|
+
# enables the following two alternative HTTP JSON to RPC mappings: - HTTP: `GET /
|
2332
|
+
# v1/messages/123456` - gRPC: `GetMessage(message_id: "123456")` - HTTP: `GET /
|
2333
|
+
# v1/users/me/messages/123456` - gRPC: `GetMessage(user_id: "me" message_id: "
|
2334
|
+
# 123456")` Rules for HTTP mapping 1. Leaf request fields (recursive expansion
|
2335
|
+
# nested messages in the request message) are classified into three categories: -
|
2336
|
+
# Fields referred by the path template. They are passed via the URL path. -
|
2337
|
+
# Fields referred by the HttpRule.body. They are passed via the HTTP request
|
2338
|
+
# body. - All other fields are passed via the URL query parameters, and the
|
2339
|
+
# parameter name is the field path in the request message. A repeated field can
|
2340
|
+
# be represented as multiple query parameters under the same name. 2. If
|
2341
|
+
# HttpRule.body is "*", there is no URL query parameter, all fields are passed
|
2342
|
+
# via URL path and HTTP request body. 3. If HttpRule.body is omitted, there is
|
2343
|
+
# no HTTP request body, all fields are passed via URL path and URL query
|
2344
|
+
# parameters. Path template syntax Template = "/" Segments [ Verb ] ; Segments =
|
2345
|
+
# Segment ` "/" Segment ` ; Segment = "*" | "**" | LITERAL | Variable ; Variable
|
2346
|
+
# = "`" FieldPath [ "=" Segments ] "`" ; FieldPath = IDENT ` "." IDENT ` ; Verb =
|
2347
|
+
# ":" LITERAL ; The syntax `*` matches a single URL path segment. The syntax `**
|
2348
|
+
# ` matches zero or more URL path segments, which must be the last part of the
|
2349
|
+
# URL path except the `Verb`. The syntax `Variable` matches part of the URL path
|
2350
|
+
# as specified by its template. A variable template must not contain other
|
2349
2351
|
# variables. If a variable matches a single path segment, its template may be
|
2350
2352
|
# omitted, e.g. ``var`` is equivalent to ``var=*``. The syntax `LITERAL` matches
|
2351
2353
|
# literal text in the URL path. If the `LITERAL` contains any reserved character,
|
@@ -2360,7 +2362,7 @@ module Google
|
|
2360
2362
|
# except `[-_.~/0-9a-zA-Z]` are percent-encoded. The server side does the
|
2361
2363
|
# reverse decoding, except "%2F" and "%2f" are left unchanged. Such variables
|
2362
2364
|
# show up in the [Discovery Document](https://developers.google.com/discovery/v1/
|
2363
|
-
# reference/apis) as ``+var``.
|
2365
|
+
# reference/apis) as ``+var``. Using gRPC API Service Configuration gRPC API
|
2364
2366
|
# Service Configuration (service config) is a configuration language for
|
2365
2367
|
# configuring a gRPC service to become a user-facing product. The service config
|
2366
2368
|
# is simply the YAML representation of the `google.api.Service` proto message.
|
@@ -2370,11 +2372,11 @@ module Google
|
|
2370
2372
|
# effect as the proto annotation. This can be particularly useful if you have a
|
2371
2373
|
# proto that is reused in multiple services. Note that any transcoding specified
|
2372
2374
|
# in the service config will override any matching transcoding configuration in
|
2373
|
-
# the proto. Example
|
2374
|
-
#
|
2375
|
-
# message_id`/`sub.subfield`
|
2376
|
-
#
|
2377
|
-
#
|
2375
|
+
# the proto. Example below selects a gRPC method and applies HttpRule to it.
|
2376
|
+
# http: rules: - selector: example.v1.Messaging.GetMessage get: /v1/messages/`
|
2377
|
+
# message_id`/`sub.subfield` Special notes When gRPC Transcoding is used to map
|
2378
|
+
# a gRPC to JSON REST endpoints, the proto to JSON conversion must follow the [
|
2379
|
+
# proto3 specification](https://developers.google.com/protocol-buffers/docs/
|
2378
2380
|
# proto3#json). While the single segment variable follows the semantics of [RFC
|
2379
2381
|
# 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
|
2380
2382
|
# Expansion, the multi segment variable **does not** follow RFC 6570 Section 3.2.
|
@@ -4414,14 +4416,17 @@ module Google
|
|
4414
4416
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
4415
4417
|
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
4416
4418
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
4417
|
-
# google.calendar.Calendar.Put description: > ...
|
4418
|
-
#
|
4419
|
-
#
|
4420
|
-
#
|
4421
|
-
#
|
4422
|
-
#
|
4423
|
-
#
|
4424
|
-
#
|
4419
|
+
# google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
|
4420
|
+
# google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
|
4421
|
+
# region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
|
4422
|
+
# project: java-docs-samples file: calendar/delete.java Documentation is
|
4423
|
+
# provided in markdown syntax. In addition to standard markdown features,
|
4424
|
+
# definition lists, tables and fenced code blocks are supported. Section headers
|
4425
|
+
# can be provided and are interpreted relative to the section nesting of the
|
4426
|
+
# context where a documentation fragment is embedded. Documentation from the IDL
|
4427
|
+
# is merged with documentation defined via the config at normalization time,
|
4428
|
+
# where documentation provided by config rules overrides IDL provided. A number
|
4429
|
+
# of constructs specific to the API platform are supported in documentation text.
|
4425
4430
|
# In order to reference a proto element, the following notation can be used: [
|
4426
4431
|
# fully.qualified.proto.name][] To override the display text used for the link,
|
4427
4432
|
# this can be used: [display text][fully.qualified.proto.name] Text can be
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.61.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: 2024-
|
11
|
+
date: 2024-06-30 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-servicenetworking_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|