google-apis-developerknowledge_v1 0.6.0 → 0.8.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: ad262eaab1f85e1d0202a52fc6422200e1104ca813e3f2d04cc7a5291ca2ed6d
4
- data.tar.gz: 9c34373b55f53820efcfcd2bd5968fa81e4ceb63ef4afdcfbb05294fe55d3f9b
3
+ metadata.gz: eff02db1843f216ac9e89ae22d902ab78f775a750bab4394f696869d2e120c52
4
+ data.tar.gz: 25b0fb08dff1b3a69f6ec02db4fc01223b980ea12af00884dee3dfdabfab3784
5
5
  SHA512:
6
- metadata.gz: 2ba18cd2cda8398d42e12ac4bc23631cbd5b5b43bc6151bdaf80ed545be232cd4a2731ebe8292403aba6a7cf830ad7fb8f891388728a07cb1480d84dbfb272c9
7
- data.tar.gz: ebbdbf100b3177dc698f4c80651f90b13c72e19bf1e7bf9027343adca09c4222354ba5cbb9b64790faece7e5a91f5b3f001323143bced9e11e733e9b3110d16e
6
+ metadata.gz: e6895fac614533ab6f5f6ebc916e48410049a13fc7b599e33da931528c38140c9a57f751143f6f84b5d069b7d0fcd68a1ea11cd256c496358deb6e601ef059ef
7
+ data.tar.gz: 30b636131ecb0d6f932fda4665b36d4548da247f3794f4a282915d6e05bad3800593375064edc39c604b759efbc1e32f354badf2986a752428f4d679f426d9cf
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Release history for google-apis-developerknowledge_v1
2
2
 
3
- ### v0.6.0 (2026-07-19)
3
+ ### v0.8.0 (2026-08-16)
4
4
 
5
- * Regenerated from discovery document revision 20260712
5
+ * Regenerated from discovery document revision 20260809
6
+
7
+ ### v0.7.0 (2026-08-09)
8
+
9
+ * Regenerated from discovery document revision 20260802
10
+
11
+ ### v0.6.0 (2026-07-26)
12
+
13
+ * Regenerated from discovery document revision 20260719
6
14
 
7
15
  ### v0.5.0 (2026-07-12)
8
16
 
@@ -184,7 +184,9 @@ module Google
184
184
  end
185
185
  end
186
186
 
187
- # A Document represents a piece of content from the Developer Knowledge corpus.
187
+ # A Document represents a page of documentation in the Developer Knowledge
188
+ # corpus, like the page at https://docs.cloud.google.com/storage/docs/creating-
189
+ # buckets.
188
190
  class Document
189
191
  include Google::Apis::Core::Hashable
190
192
 
@@ -268,7 +270,9 @@ module Google
268
270
  # @return [String]
269
271
  attr_accessor :content
270
272
 
271
- # A Document represents a piece of content from the Developer Knowledge corpus.
273
+ # A Document represents a page of documentation in the Developer Knowledge
274
+ # corpus, like the page at https://docs.cloud.google.com/storage/docs/creating-
275
+ # buckets.
272
276
  # Corresponds to the JSON property `document`
273
277
  # @return [Google::Apis::DeveloperknowledgeV1::Document]
274
278
  attr_accessor :document
@@ -326,8 +330,8 @@ module Google
326
330
  class SearchDocumentChunksResponse
327
331
  include Google::Apis::Core::Hashable
328
332
 
329
- # Optional. Provides a token that can be sent as `page_token` to retrieve the
330
- # next page. If this field is omitted, there are no subsequent pages.
333
+ # Provides a token that can be sent as `page_token` to retrieve the next page.
334
+ # If this field is omitted, there are no subsequent pages.
331
335
  # Corresponds to the JSON property `nextPageToken`
332
336
  # @return [String]
333
337
  attr_accessor :next_page_token
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeveloperknowledgeV1
18
18
  # Version of the google-apis-developerknowledge_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260712"
25
+ REVISION = "20260809"
26
26
  end
27
27
  end
28
28
  end
@@ -56,7 +56,9 @@ module Google
56
56
  # Required. Specifies the names of the documents to retrieve. A maximum of 20
57
57
  # documents can be retrieved in a batch. The documents are returned in the same
58
58
  # order as the `names` in the request. Format: `documents/`uri_without_scheme``
59
- # Example: `documents/docs.cloud.google.com/storage/docs/creating-buckets`
59
+ # Example: `documents/docs.cloud.google.com/storage/docs/creating-buckets` Each
60
+ # name must not exceed 500 characters; values longer than 500 characters will
61
+ # result in an `INVALID_ARGUMENT` error.
60
62
  # @param [String] view
61
63
  # Optional. Specifies the DocumentView of the document. If unspecified,
62
64
  # DeveloperKnowledge.BatchGetDocuments defaults to `DOCUMENT_VIEW_CONTENT`.
@@ -92,7 +94,8 @@ module Google
92
94
  # @param [String] name
93
95
  # Required. Specifies the name of the document to retrieve. Format: `documents/`
94
96
  # uri_without_scheme`` Example: `documents/docs.cloud.google.com/storage/docs/
95
- # creating-buckets`
97
+ # creating-buckets` The name must not exceed 500 characters; values longer than
98
+ # 500 characters will result in an `INVALID_ARGUMENT` error.
96
99
  # @param [String] view
97
100
  # Optional. Specifies the DocumentView of the document. If unspecified,
98
101
  # DeveloperKnowledge.GetDocument defaults to `DOCUMENT_VIEW_CONTENT`.
@@ -146,16 +149,19 @@ module Google
146
149
  # for **exact match** on the whole string. Partial match, prefix match, and
147
150
  # regexp match are not supported. TIMESTAMP fields support `=`, `<`, `<=`, `>`,
148
151
  # and `>=` operators. Timestamps must be in RFC-3339 format, e.g., `"2025-01-
149
- # 01T00:00:00Z"`. You can combine expressions using `AND`, `OR`, and `NOT` (or `-
150
- # `) logical operators. `OR` has higher precedence than `AND`. Use parentheses
151
- # for explicit precedence grouping. Examples: * Filter by `Document.
152
- # content_length_bytes`: `content_length_bytes < 50000` * `data_source = "docs.
153
- # cloud.google.com" OR data_source = "firebase.google.com"` * `data_source != "
154
- # firebase.google.com"` * `update_time < "2024-01-01T00:00:00Z"` * `update_time >
155
- # = "2025-01-22T00:00:00Z" AND (data_source = "developer.chrome.com" OR
156
- # data_source = "web.dev")` * `uri = "https://docs.cloud.google.com/release-
157
- # notes"` The `filter` string must not exceed 500 characters; values longer than
158
- # 500 characters will result in an `INVALID_ARGUMENT` error.
152
+ # 01T00:00:00Z"`. Note: Field names must be in `snake_case` (e.g., `data_source`)
153
+ # . Values on the right-hand side of filtering expressions must be string
154
+ # literals enclosed in double quotes (e.g., `"docs.cloud.google.com"`). You can
155
+ # combine expressions using `AND`, `OR`, and `NOT` (or `-`) logical operators. `
156
+ # OR` has higher precedence than `AND`. Use parentheses for explicit precedence
157
+ # grouping. Examples: * Filter by `Document.content_length_bytes`: `
158
+ # content_length_bytes < 50000` * `data_source = "docs.cloud.google.com" OR
159
+ # data_source = "firebase.google.com"` * `data_source != "firebase.google.com"` *
160
+ # `update_time < "2024-01-01T00:00:00Z"` * `update_time >= "2025-01-22T00:00:
161
+ # 00Z" AND (data_source = "developer.chrome.com" OR data_source = "web.dev")` * `
162
+ # uri = "https://docs.cloud.google.com/release-notes"` The `filter` string must
163
+ # not exceed 500 characters; values longer than 500 characters will result in an
164
+ # `INVALID_ARGUMENT` error.
159
165
  # @param [Fixnum] page_size
160
166
  # Optional. Specifies the maximum number of results to return. The service may
161
167
  # return fewer than this value. If unspecified, at most 5 results will be
@@ -165,7 +171,8 @@ module Google
165
171
  # SearchDocumentChunks` call. Provide this to retrieve the subsequent page.
166
172
  # @param [String] query
167
173
  # Required. Provides the raw query string provided by the user, such as "How to
168
- # create a Cloud Storage bucket?".
174
+ # create a Cloud Storage bucket?". The query must not exceed 500 characters;
175
+ # values longer than 500 characters will result in an `INVALID_ARGUMENT` error.
169
176
  # @param [String] fields
170
177
  # Selector specifying which fields to include in a partial response.
171
178
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-developerknowledge_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.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-developerknowledge_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.6.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerknowledge_v1
62
62
  rdoc_options: []
63
63
  require_paths: