google-apis-developerknowledge_v1alpha 0.5.0 → 0.6.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d625c12d8b2df5e7c6a542b0a7cfd73e3c2ef3756cae1958cc87f583b762b9ec
|
|
4
|
+
data.tar.gz: 955d8e162792732170b5dfbb15814c4885ecd0e5a2456c0f8ac9dec64d6849c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df05f4f6297e91ee2194089f3fe8382810248b9838813af141daf1d4d55dd08c46e41ed8a9bc052a32da264a8917692e0e8ea469516aacfb5237d004c11f0f79
|
|
7
|
+
data.tar.gz: 5cdc22435a2abfec2821ffb57990c961400447269f5b188eeeb062a1f58dc32aefc531dd9aa4302e39b8b90f394810e35d61145f619aa9a75cd71df322003fe5
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeveloperknowledgeV1alpha
|
|
18
18
|
# Version of the google-apis-developerknowledge_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.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 = "
|
|
25
|
+
REVISION = "20260719"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -133,29 +133,29 @@ module Google
|
|
|
133
133
|
# Optional. Applies a strict filter to the search results. The expression
|
|
134
134
|
# supports a subset of the syntax described at https://google.aip.dev/160. While
|
|
135
135
|
# `SearchDocumentChunks` returns DocumentChunks, the filter is applied to `
|
|
136
|
-
# DocumentChunk.document` fields. Supported fields for filtering: * `
|
|
137
|
-
#
|
|
138
|
-
#
|
|
139
|
-
#
|
|
140
|
-
#
|
|
141
|
-
#
|
|
142
|
-
#
|
|
143
|
-
#
|
|
144
|
-
#
|
|
145
|
-
#
|
|
146
|
-
#
|
|
147
|
-
#
|
|
148
|
-
#
|
|
149
|
-
#
|
|
150
|
-
# `) logical operators. `OR` has
|
|
151
|
-
#
|
|
152
|
-
#
|
|
153
|
-
#
|
|
154
|
-
#
|
|
155
|
-
# = "
|
|
156
|
-
#
|
|
157
|
-
#
|
|
158
|
-
#
|
|
136
|
+
# DocumentChunk.document` fields. Supported fields for filtering: * `data_source`
|
|
137
|
+
# (STRING): The source of the document, e.g. `docs.cloud.google.com`. See https:
|
|
138
|
+
# //developers.google.com/knowledge/reference/corpus-reference for the complete
|
|
139
|
+
# list of data sources in the corpus. * `update_time` (TIMESTAMP): The timestamp
|
|
140
|
+
# of when the document was last meaningfully updated. A meaningful update is one
|
|
141
|
+
# that changes document's markdown content or metadata. * `uri` (STRING): The
|
|
142
|
+
# document URI, e.g. `https://docs.cloud.google.com/bigquery/docs/tables`.
|
|
143
|
+
# STRING fields support `=` (equals) and `!=` (not equals) operators for **exact
|
|
144
|
+
# match** on the whole string. Partial match, prefix match, and regexp match are
|
|
145
|
+
# not supported. TIMESTAMP fields support `=`, `<`, `<=`, `>`, and `>=`
|
|
146
|
+
# operators. Timestamps must be in RFC-3339 format, e.g., `"2025-01-01T00:00:00Z"
|
|
147
|
+
# `. Note: Field names must be in `snake_case` (e.g., `data_source`). Values on
|
|
148
|
+
# the right-hand side of filtering expressions must be string literals enclosed
|
|
149
|
+
# in double quotes (e.g., `"docs.cloud.google.com"`). You can combine
|
|
150
|
+
# expressions using `AND`, `OR`, and `NOT` (or `-`) logical operators. `OR` has
|
|
151
|
+
# higher precedence than `AND`. Use parentheses for explicit precedence grouping.
|
|
152
|
+
# Examples: * `data_source = "docs.cloud.google.com" OR data_source = "firebase.
|
|
153
|
+
# google.com"` * `data_source != "firebase.google.com"` * `update_time < "2024-
|
|
154
|
+
# 01-01T00:00:00Z"` * `update_time >= "2025-01-22T00:00:00Z" AND (data_source = "
|
|
155
|
+
# developer.chrome.com" OR data_source = "web.dev")` * `uri = "https://docs.
|
|
156
|
+
# cloud.google.com/release-notes"` The `filter` string must not exceed 500
|
|
157
|
+
# characters; values longer than 500 characters will result in an `
|
|
158
|
+
# INVALID_ARGUMENT` error.
|
|
159
159
|
# @param [Fixnum] page_size
|
|
160
160
|
# Optional. Specifies the maximum number of results to return. The service may
|
|
161
161
|
# return fewer than this value. If unspecified, at most 5 results will be
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-developerknowledge_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1alpha/v0.6.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerknowledge_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|