google-apis-developerknowledge_v1alpha 0.1.0 → 0.2.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: 5507f0e5ae358e8d7471b9cb54d7eaa0f24d252fc1a3abf2fd59418cb61cc9a5
4
- data.tar.gz: ce984a8b421a6c1ed3e36fa0b7261e09a4fe317283e24af9d53da7a9cbe3c616
3
+ metadata.gz: 1e77da0be07c9773bae83e9475bee16be773edd4f7dbfb2d89ca77d1cfcd6200
4
+ data.tar.gz: a687def1555f5476d907c21c0429cfab9fb120a1479eac7ddaf493f34ec651b0
5
5
  SHA512:
6
- metadata.gz: ffb180edecd34d9abc5aa6a6a9878704b7d6ecf9d7bdccc6eeda44cf71d93319b282a7740e96d8f8f060016e8f551ac4cc532a4fae14979589a2b56e4a68e60f
7
- data.tar.gz: '059d957c3eb61707afecbe528b1c413f07760625fa8c3ee7ca94d5550b296fe65f00abc87bcdd3409a9f3d8c120a2bea6248ff17a740ed86566cb35b39eb0caa'
6
+ metadata.gz: 83cbb6eba29edbb6f6ed258c5510052176b49b7c94b01707faf6182abd19ec92caa6a7cc40afd362a46eddda99076248c1137f0542e9cdee4d25bc998c93e098
7
+ data.tar.gz: 6f70c4e80b2f75356c79b9feead41277712145a2545e346a8657378521183989562f34c22f8341bdd2cd7363af0511f87864302d28263f5df440c9e81610d676
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-developerknowledge_v1alpha
2
2
 
3
+ ### v0.2.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260510
6
+
3
7
  ### v0.1.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260413
@@ -26,7 +26,7 @@ module Google
26
26
  class Answer
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # The text of the answer.
29
+ # Contains the text of the answer.
30
30
  # Corresponds to the JSON property `answerText`
31
31
  # @return [String]
32
32
  attr_accessor :answer_text
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.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 = "20260413"
25
+ REVISION = "20260510"
26
26
  end
27
27
  end
28
28
  end
@@ -56,7 +56,10 @@ 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` If
60
+ # you are changing the batch size, consider the value of `
61
+ # maxConcurrentGCSFetches` constant in the service implementation: http://cs///
62
+ # depot/google3/devrel/boq/developerknowledge/service/developerknowledge.go
60
63
  # @param [String] view
61
64
  # Optional. Specifies the DocumentView of the document. If unspecified,
62
65
  # DeveloperKnowledge.BatchGetDocuments defaults to `DOCUMENT_VIEW_CONTENT`.
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.1.0
4
+ version: 0.2.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.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1alpha/v0.2.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: