google-apis-firebaseml_v2beta 0.29.0 → 0.30.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: a1958cc1845b6dc28cf47a97dac58c7749790b1c54fd78281f9e9fd876cdd2c1
4
- data.tar.gz: 2273fcd8b8e2e9f8b36eafecb3105af0c307a72f181e78c31830beb9d3a516aa
3
+ metadata.gz: 105e5a4b62a1ea350a9bb288f96d692e880b2d04270beafbd22261d24b5b7b2d
4
+ data.tar.gz: c62a899632c5c886d100dce3d2b494770ccf74839c20413a8f00283e11cd15f6
5
5
  SHA512:
6
- metadata.gz: 44157478ac9bd521b845eaaa52a769cc4f92003cf34d51dffab1800cc144566c9270fd59617d918b9e3335c95f4b5d844af7c6fec87f1be76e32d0b3df812619
7
- data.tar.gz: a18dec87d45e13a0e6271d14af1286ab3ffb8ecdb46504401ae3a62192264c6625e2c6628881f1394c056249ff3fe48c5701610716b6d108737885faf4a08f76
6
+ metadata.gz: 84b2c03b769a6d7d0ff70499636e1f80833a0e1cddc66c2f083af4ded6bc679e1642c93205cf6fdb633a00f183488477942edbcfbf3a20498a5e5a4b47f870e7
7
+ data.tar.gz: 408ae3892b3a64e8431dbf1e544f88d82b4509960816603975fbf7d57efb4b12342054bed2cf49fc5583743524354ca43d65030117213336a17e1fe01ee008a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseml_v2beta
2
2
 
3
+ ### v0.30.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250903
6
+
3
7
  ### v0.29.0 (2025-08-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20250812
@@ -1141,7 +1141,8 @@ module Google
1141
1141
  # @return [String]
1142
1142
  attr_accessor :response_id
1143
1143
 
1144
- # Usage metadata about response(s).
1144
+ # Usage metadata about the content generation request and response. This message
1145
+ # provides a detailed breakdown of token usage and other relevant metrics.
1145
1146
  # Corresponds to the JSON property `usageMetadata`
1146
1147
  # @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata]
1147
1148
  attr_accessor :usage_metadata
@@ -1192,67 +1193,73 @@ module Google
1192
1193
  end
1193
1194
  end
1194
1195
 
1195
- # Usage metadata about response(s).
1196
+ # Usage metadata about the content generation request and response. This message
1197
+ # provides a detailed breakdown of token usage and other relevant metrics.
1196
1198
  class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata
1197
1199
  include Google::Apis::Core::Hashable
1198
1200
 
1199
- # Output only. List of modalities of the cached content in the request input.
1201
+ # Output only. A detailed breakdown of the token count for each modality in the
1202
+ # cached content.
1200
1203
  # Corresponds to the JSON property `cacheTokensDetails`
1201
1204
  # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ModalityTokenCount>]
1202
1205
  attr_accessor :cache_tokens_details
1203
1206
 
1204
- # Output only. Number of tokens in the cached part in the input (the cached
1205
- # content).
1207
+ # Output only. The number of tokens in the cached content that was used for this
1208
+ # request.
1206
1209
  # Corresponds to the JSON property `cachedContentTokenCount`
1207
1210
  # @return [Fixnum]
1208
1211
  attr_accessor :cached_content_token_count
1209
1212
 
1210
- # Number of tokens in the response(s).
1213
+ # The total number of tokens in the generated candidates.
1211
1214
  # Corresponds to the JSON property `candidatesTokenCount`
1212
1215
  # @return [Fixnum]
1213
1216
  attr_accessor :candidates_token_count
1214
1217
 
1215
- # Output only. List of modalities that were returned in the response.
1218
+ # Output only. A detailed breakdown of the token count for each modality in the
1219
+ # generated candidates.
1216
1220
  # Corresponds to the JSON property `candidatesTokensDetails`
1217
1221
  # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ModalityTokenCount>]
1218
1222
  attr_accessor :candidates_tokens_details
1219
1223
 
1220
- # Number of tokens in the request. When `cached_content` is set, this is still
1221
- # the total effective prompt size meaning this includes the number of tokens in
1222
- # the cached content.
1224
+ # The total number of tokens in the prompt. This includes any text, images, or
1225
+ # other media provided in the request. When `cached_content` is set, this also
1226
+ # includes the number of tokens in the cached content.
1223
1227
  # Corresponds to the JSON property `promptTokenCount`
1224
1228
  # @return [Fixnum]
1225
1229
  attr_accessor :prompt_token_count
1226
1230
 
1227
- # Output only. List of modalities that were processed in the request input.
1231
+ # Output only. A detailed breakdown of the token count for each modality in the
1232
+ # prompt.
1228
1233
  # Corresponds to the JSON property `promptTokensDetails`
1229
1234
  # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ModalityTokenCount>]
1230
1235
  attr_accessor :prompt_tokens_details
1231
1236
 
1232
- # Output only. Number of tokens present in thoughts output.
1237
+ # Output only. The number of tokens that were part of the model's generated "
1238
+ # thoughts" output, if applicable.
1233
1239
  # Corresponds to the JSON property `thoughtsTokenCount`
1234
1240
  # @return [Fixnum]
1235
1241
  attr_accessor :thoughts_token_count
1236
1242
 
1237
- # Output only. Number of tokens present in tool-use prompt(s).
1243
+ # Output only. The number of tokens in the results from tool executions, which
1244
+ # are provided back to the model as input, if applicable.
1238
1245
  # Corresponds to the JSON property `toolUsePromptTokenCount`
1239
1246
  # @return [Fixnum]
1240
1247
  attr_accessor :tool_use_prompt_token_count
1241
1248
 
1242
- # Output only. List of modalities that were processed for tool-use request
1243
- # inputs.
1249
+ # Output only. A detailed breakdown by modality of the token counts from the
1250
+ # results of tool executions, which are provided back to the model as input.
1244
1251
  # Corresponds to the JSON property `toolUsePromptTokensDetails`
1245
1252
  # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ModalityTokenCount>]
1246
1253
  attr_accessor :tool_use_prompt_tokens_details
1247
1254
 
1248
- # Total token count for prompt, response candidates, and tool-use prompts (if
1249
- # present).
1255
+ # The total number of tokens for the entire request. This is the sum of `
1256
+ # prompt_token_count`, `candidates_token_count`, `tool_use_prompt_token_count`,
1257
+ # and `thoughts_token_count`.
1250
1258
  # Corresponds to the JSON property `totalTokenCount`
1251
1259
  # @return [Fixnum]
1252
1260
  attr_accessor :total_token_count
1253
1261
 
1254
- # Output only. Traffic type. This shows whether a request consumes Pay-As-You-Go
1255
- # or Provisioned Throughput quota.
1262
+ # Output only. The traffic type for this request.
1256
1263
  # Corresponds to the JSON property `trafficType`
1257
1264
  # @return [String]
1258
1265
  attr_accessor :traffic_type
@@ -1562,12 +1569,19 @@ module Google
1562
1569
  class GoogleCloudAiplatformV1beta1GoogleMaps
1563
1570
  include Google::Apis::Core::Hashable
1564
1571
 
1572
+ # Optional. If true, include the widget context token in the response.
1573
+ # Corresponds to the JSON property `enableWidget`
1574
+ # @return [Boolean]
1575
+ attr_accessor :enable_widget
1576
+ alias_method :enable_widget?, :enable_widget
1577
+
1565
1578
  def initialize(**args)
1566
1579
  update!(**args)
1567
1580
  end
1568
1581
 
1569
1582
  # Update properties of this object
1570
1583
  def update!(**args)
1584
+ @enable_widget = args[:enable_widget] if args.key?(:enable_widget)
1571
1585
  end
1572
1586
  end
1573
1587
 
@@ -1636,17 +1650,17 @@ module Google
1636
1650
  # @return [String]
1637
1651
  attr_accessor :place_id
1638
1652
 
1639
- # Text of the chunk.
1653
+ # Text of the place answer.
1640
1654
  # Corresponds to the JSON property `text`
1641
1655
  # @return [String]
1642
1656
  attr_accessor :text
1643
1657
 
1644
- # Title of the chunk.
1658
+ # Title of the place.
1645
1659
  # Corresponds to the JSON property `title`
1646
1660
  # @return [String]
1647
1661
  attr_accessor :title
1648
1662
 
1649
- # URI reference of the chunk.
1663
+ # URI reference of the place.
1650
1664
  # Corresponds to the JSON property `uri`
1651
1665
  # @return [String]
1652
1666
  attr_accessor :uri
@@ -1669,11 +1683,6 @@ module Google
1669
1683
  class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
1670
1684
  include Google::Apis::Core::Hashable
1671
1685
 
1672
- # A link where users can flag a problem with the generated answer.
1673
- # Corresponds to the JSON property `flagContentUri`
1674
- # @return [String]
1675
- attr_accessor :flag_content_uri
1676
-
1677
1686
  # Snippets of reviews that are used to generate the answer.
1678
1687
  # Corresponds to the JSON property `reviewSnippets`
1679
1688
  # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>]
@@ -1685,72 +1694,28 @@ module Google
1685
1694
 
1686
1695
  # Update properties of this object
1687
1696
  def update!(**args)
1688
- @flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
1689
1697
  @review_snippets = args[:review_snippets] if args.key?(:review_snippets)
1690
1698
  end
1691
1699
  end
1692
1700
 
1693
- # Author attribution for a photo or review.
1694
- class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
1695
- include Google::Apis::Core::Hashable
1696
-
1697
- # Name of the author of the Photo or Review.
1698
- # Corresponds to the JSON property `displayName`
1699
- # @return [String]
1700
- attr_accessor :display_name
1701
-
1702
- # Profile photo URI of the author of the Photo or Review.
1703
- # Corresponds to the JSON property `photoUri`
1704
- # @return [String]
1705
- attr_accessor :photo_uri
1706
-
1707
- # URI of the author of the Photo or Review.
1708
- # Corresponds to the JSON property `uri`
1709
- # @return [String]
1710
- attr_accessor :uri
1711
-
1712
- def initialize(**args)
1713
- update!(**args)
1714
- end
1715
-
1716
- # Update properties of this object
1717
- def update!(**args)
1718
- @display_name = args[:display_name] if args.key?(:display_name)
1719
- @photo_uri = args[:photo_uri] if args.key?(:photo_uri)
1720
- @uri = args[:uri] if args.key?(:uri)
1721
- end
1722
- end
1723
-
1724
1701
  # Encapsulates a review snippet.
1725
1702
  class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
1726
1703
  include Google::Apis::Core::Hashable
1727
1704
 
1728
- # Author attribution for a photo or review.
1729
- # Corresponds to the JSON property `authorAttribution`
1730
- # @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution]
1731
- attr_accessor :author_attribution
1732
-
1733
- # A link where users can flag a problem with the review.
1734
- # Corresponds to the JSON property `flagContentUri`
1735
- # @return [String]
1736
- attr_accessor :flag_content_uri
1737
-
1738
1705
  # A link to show the review on Google Maps.
1739
1706
  # Corresponds to the JSON property `googleMapsUri`
1740
1707
  # @return [String]
1741
1708
  attr_accessor :google_maps_uri
1742
1709
 
1743
- # A string of formatted recent time, expressing the review time relative to the
1744
- # current time in a form appropriate for the language and country.
1745
- # Corresponds to the JSON property `relativePublishTimeDescription`
1710
+ # Id of the review referencing the place.
1711
+ # Corresponds to the JSON property `reviewId`
1746
1712
  # @return [String]
1747
- attr_accessor :relative_publish_time_description
1713
+ attr_accessor :review_id
1748
1714
 
1749
- # A reference representing this place review which may be used to look up this
1750
- # place review again.
1751
- # Corresponds to the JSON property `review`
1715
+ # Title of the review.
1716
+ # Corresponds to the JSON property `title`
1752
1717
  # @return [String]
1753
- attr_accessor :review
1718
+ attr_accessor :title
1754
1719
 
1755
1720
  def initialize(**args)
1756
1721
  update!(**args)
@@ -1758,11 +1723,9 @@ module Google
1758
1723
 
1759
1724
  # Update properties of this object
1760
1725
  def update!(**args)
1761
- @author_attribution = args[:author_attribution] if args.key?(:author_attribution)
1762
- @flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
1763
1726
  @google_maps_uri = args[:google_maps_uri] if args.key?(:google_maps_uri)
1764
- @relative_publish_time_description = args[:relative_publish_time_description] if args.key?(:relative_publish_time_description)
1765
- @review = args[:review] if args.key?(:review)
1727
+ @review_id = args[:review_id] if args.key?(:review_id)
1728
+ @title = args[:title] if args.key?(:title)
1766
1729
  end
1767
1730
  end
1768
1731
 
@@ -1878,6 +1841,12 @@ module Google
1878
1841
  # @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1SearchEntryPoint]
1879
1842
  attr_accessor :search_entry_point
1880
1843
 
1844
+ # Optional. Output only. List of source flagging uris. This is currently
1845
+ # populated only for Google Maps grounding.
1846
+ # Corresponds to the JSON property `sourceFlaggingUris`
1847
+ # @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri>]
1848
+ attr_accessor :source_flagging_uris
1849
+
1881
1850
  # Optional. Web search queries for the following-up web search.
1882
1851
  # Corresponds to the JSON property `webSearchQueries`
1883
1852
  # @return [Array<String>]
@@ -1895,10 +1864,37 @@ module Google
1895
1864
  @retrieval_metadata = args[:retrieval_metadata] if args.key?(:retrieval_metadata)
1896
1865
  @retrieval_queries = args[:retrieval_queries] if args.key?(:retrieval_queries)
1897
1866
  @search_entry_point = args[:search_entry_point] if args.key?(:search_entry_point)
1867
+ @source_flagging_uris = args[:source_flagging_uris] if args.key?(:source_flagging_uris)
1898
1868
  @web_search_queries = args[:web_search_queries] if args.key?(:web_search_queries)
1899
1869
  end
1900
1870
  end
1901
1871
 
1872
+ # Source content flagging uri for a place or review. This is currently populated
1873
+ # only for Google Maps grounding.
1874
+ class GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri
1875
+ include Google::Apis::Core::Hashable
1876
+
1877
+ # A link where users can flag a problem with the source (place or review).
1878
+ # Corresponds to the JSON property `flagContentUri`
1879
+ # @return [String]
1880
+ attr_accessor :flag_content_uri
1881
+
1882
+ # Id of the place or review.
1883
+ # Corresponds to the JSON property `sourceId`
1884
+ # @return [String]
1885
+ attr_accessor :source_id
1886
+
1887
+ def initialize(**args)
1888
+ update!(**args)
1889
+ end
1890
+
1891
+ # Update properties of this object
1892
+ def update!(**args)
1893
+ @flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
1894
+ @source_id = args[:source_id] if args.key?(:source_id)
1895
+ end
1896
+ end
1897
+
1902
1898
  # Grounding support.
1903
1899
  class GoogleCloudAiplatformV1beta1GroundingSupport
1904
1900
  include Google::Apis::Core::Hashable
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20250812"
25
+ REVISION = "20250903"
26
26
  end
27
27
  end
28
28
  end
@@ -280,31 +280,31 @@ module Google
280
280
  include Google::Apis::Core::JsonObjectSupport
281
281
  end
282
282
 
283
- class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
283
+ class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
284
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
285
 
286
286
  include Google::Apis::Core::JsonObjectSupport
287
287
  end
288
288
 
289
- class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
289
+ class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
290
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
291
 
292
292
  include Google::Apis::Core::JsonObjectSupport
293
293
  end
294
294
 
295
- class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
295
+ class GoogleCloudAiplatformV1beta1GroundingChunkWeb
296
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
297
 
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
- class GoogleCloudAiplatformV1beta1GroundingChunkWeb
301
+ class GoogleCloudAiplatformV1beta1GroundingMetadata
302
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
303
 
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
- class GoogleCloudAiplatformV1beta1GroundingMetadata
307
+ class GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri
308
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
309
 
310
310
  include Google::Apis::Core::JsonObjectSupport
@@ -973,6 +973,7 @@ module Google
973
973
  class GoogleCloudAiplatformV1beta1GoogleMaps
974
974
  # @private
975
975
  class Representation < Google::Apis::Core::JsonRepresentation
976
+ property :enable_widget, as: 'enableWidget'
976
977
  end
977
978
  end
978
979
 
@@ -1011,30 +1012,17 @@ module Google
1011
1012
  class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
1012
1013
  # @private
1013
1014
  class Representation < Google::Apis::Core::JsonRepresentation
1014
- property :flag_content_uri, as: 'flagContentUri'
1015
1015
  collection :review_snippets, as: 'reviewSnippets', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet::Representation
1016
1016
 
1017
1017
  end
1018
1018
  end
1019
1019
 
1020
- class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
1021
- # @private
1022
- class Representation < Google::Apis::Core::JsonRepresentation
1023
- property :display_name, as: 'displayName'
1024
- property :photo_uri, as: 'photoUri'
1025
- property :uri, as: 'uri'
1026
- end
1027
- end
1028
-
1029
1020
  class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
1030
1021
  # @private
1031
1022
  class Representation < Google::Apis::Core::JsonRepresentation
1032
- property :author_attribution, as: 'authorAttribution', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution::Representation
1033
-
1034
- property :flag_content_uri, as: 'flagContentUri'
1035
1023
  property :google_maps_uri, as: 'googleMapsUri'
1036
- property :relative_publish_time_description, as: 'relativePublishTimeDescription'
1037
- property :review, as: 'review'
1024
+ property :review_id, as: 'reviewId'
1025
+ property :title, as: 'title'
1038
1026
  end
1039
1027
  end
1040
1028
 
@@ -1072,10 +1060,20 @@ module Google
1072
1060
  collection :retrieval_queries, as: 'retrievalQueries'
1073
1061
  property :search_entry_point, as: 'searchEntryPoint', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1SearchEntryPoint, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1SearchEntryPoint::Representation
1074
1062
 
1063
+ collection :source_flagging_uris, as: 'sourceFlaggingUris', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri::Representation
1064
+
1075
1065
  collection :web_search_queries, as: 'webSearchQueries'
1076
1066
  end
1077
1067
  end
1078
1068
 
1069
+ class GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri
1070
+ # @private
1071
+ class Representation < Google::Apis::Core::JsonRepresentation
1072
+ property :flag_content_uri, as: 'flagContentUri'
1073
+ property :source_id, as: 'sourceId'
1074
+ end
1075
+ end
1076
+
1079
1077
  class GoogleCloudAiplatformV1beta1GroundingSupport
1080
1078
  # @private
1081
1079
  class Representation < Google::Apis::Core::JsonRepresentation
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.29.0
4
+ version: 0.30.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.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.30.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: