google-apis-firebaseml_v2beta 0.28.0 → 0.29.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: a1958cc1845b6dc28cf47a97dac58c7749790b1c54fd78281f9e9fd876cdd2c1
|
4
|
+
data.tar.gz: 2273fcd8b8e2e9f8b36eafecb3105af0c307a72f181e78c31830beb9d3a516aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44157478ac9bd521b845eaaa52a769cc4f92003cf34d51dffab1800cc144566c9270fd59617d918b9e3335c95f4b5d844af7c6fec87f1be76e32d0b3df812619
|
7
|
+
data.tar.gz: a18dec87d45e13a0e6271d14af1286ab3ffb8ecdb46504401ae3a62192264c6625e2c6628881f1394c056249ff3fe48c5701610716b6d108737885faf4a08f76
|
data/CHANGELOG.md
CHANGED
@@ -1562,25 +1562,12 @@ module Google
|
|
1562
1562
|
class GoogleCloudAiplatformV1beta1GoogleMaps
|
1563
1563
|
include Google::Apis::Core::Hashable
|
1564
1564
|
|
1565
|
-
# The generic reusable api auth config. Deprecated. Please use AuthConfig (
|
1566
|
-
# google/cloud/aiplatform/master/auth.proto) instead.
|
1567
|
-
# Corresponds to the JSON property `apiAuth`
|
1568
|
-
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ApiAuth]
|
1569
|
-
attr_accessor :api_auth
|
1570
|
-
|
1571
|
-
# Auth configuration to run the extension.
|
1572
|
-
# Corresponds to the JSON property `authConfig`
|
1573
|
-
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AuthConfig]
|
1574
|
-
attr_accessor :auth_config
|
1575
|
-
|
1576
1565
|
def initialize(**args)
|
1577
1566
|
update!(**args)
|
1578
1567
|
end
|
1579
1568
|
|
1580
1569
|
# Update properties of this object
|
1581
1570
|
def update!(**args)
|
1582
|
-
@api_auth = args[:api_auth] if args.key?(:api_auth)
|
1583
|
-
@auth_config = args[:auth_config] if args.key?(:auth_config)
|
1584
1571
|
end
|
1585
1572
|
end
|
1586
1573
|
|
@@ -1783,6 +1770,12 @@ module Google
|
|
1783
1770
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
1784
1771
|
include Google::Apis::Core::Hashable
|
1785
1772
|
|
1773
|
+
# Output only. The full document name for the referenced Vertex AI Search
|
1774
|
+
# document.
|
1775
|
+
# Corresponds to the JSON property `documentName`
|
1776
|
+
# @return [String]
|
1777
|
+
attr_accessor :document_name
|
1778
|
+
|
1786
1779
|
# A RagChunk includes the content of a chunk of a RagFile, and associated
|
1787
1780
|
# metadata.
|
1788
1781
|
# Corresponds to the JSON property `ragChunk`
|
@@ -1810,6 +1803,7 @@ module Google
|
|
1810
1803
|
|
1811
1804
|
# Update properties of this object
|
1812
1805
|
def update!(**args)
|
1806
|
+
@document_name = args[:document_name] if args.key?(:document_name)
|
1813
1807
|
@rag_chunk = args[:rag_chunk] if args.key?(:rag_chunk)
|
1814
1808
|
@text = args[:text] if args.key?(:text)
|
1815
1809
|
@title = args[:title] if args.key?(:title)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasemlV2beta
|
18
18
|
# Version of the google-apis-firebaseml_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.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 = "
|
25
|
+
REVISION = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -973,10 +973,6 @@ module Google
|
|
973
973
|
class GoogleCloudAiplatformV1beta1GoogleMaps
|
974
974
|
# @private
|
975
975
|
class Representation < Google::Apis::Core::JsonRepresentation
|
976
|
-
property :api_auth, as: 'apiAuth', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
977
|
-
|
978
|
-
property :auth_config, as: 'authConfig', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
979
|
-
|
980
976
|
end
|
981
977
|
end
|
982
978
|
|
@@ -1045,6 +1041,7 @@ module Google
|
|
1045
1041
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
1046
1042
|
# @private
|
1047
1043
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
+
property :document_name, as: 'documentName'
|
1048
1045
|
property :rag_chunk, as: 'ragChunk', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
1049
1046
|
|
1050
1047
|
property :text, as: 'text'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaseml_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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-firebaseml_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.29.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseml_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|