google-apis-firebaseml_v2beta 0.17.0 → 0.18.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: 459a4e44492eb14034a8d0b116f0876cdf387bc5719a8c57f82ad5c912601041
|
4
|
+
data.tar.gz: a90ea8dbecd916e6487701b80656f84af35c0a290685ea777c0fbffb2e56a4fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5648d9cd87eb6e9d373431f7ed15bf46acc6a4d976ec0f8b1ac2c21a2dbe616aa4536ad9208084e85844b3172fccf1a659795b2aaded7c92712e00b70959bcb3
|
7
|
+
data.tar.gz: 9d334e848f849c95c20d43a164bc83195338a71eee0762d7156511008ecf297ceda982c5853670cdadf811cac8eea8367bd24e94627f5510c09d7f892f9dcf91
|
data/CHANGELOG.md
CHANGED
@@ -1914,6 +1914,12 @@ module Google
|
|
1914
1914
|
class GoogleCloudAiplatformV1beta1Schema
|
1915
1915
|
include Google::Apis::Core::Hashable
|
1916
1916
|
|
1917
|
+
# Optional. Can either be a boolean or an object; controls the presence of
|
1918
|
+
# additional properties.
|
1919
|
+
# Corresponds to the JSON property `additionalProperties`
|
1920
|
+
# @return [Object]
|
1921
|
+
attr_accessor :additional_properties
|
1922
|
+
|
1917
1923
|
# Optional. The value should be validated against any (one or more) of the
|
1918
1924
|
# subschemas in the list.
|
1919
1925
|
# Corresponds to the JSON property `anyOf`
|
@@ -1925,6 +1931,12 @@ module Google
|
|
1925
1931
|
# @return [Object]
|
1926
1932
|
attr_accessor :default
|
1927
1933
|
|
1934
|
+
# Optional. A map of definitions for use by `ref` Only allowed at the root of
|
1935
|
+
# the schema.
|
1936
|
+
# Corresponds to the JSON property `defs`
|
1937
|
+
# @return [Hash<String,Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema>]
|
1938
|
+
attr_accessor :defs
|
1939
|
+
|
1928
1940
|
# Optional. The description of the data.
|
1929
1941
|
# Corresponds to the JSON property `description`
|
1930
1942
|
# @return [String]
|
@@ -2022,6 +2034,17 @@ module Google
|
|
2022
2034
|
# @return [Array<String>]
|
2023
2035
|
attr_accessor :property_ordering
|
2024
2036
|
|
2037
|
+
# Optional. Allows indirect references between schema nodes. The value should be
|
2038
|
+
# a valid reference to a child of the root `defs`. For example, the following
|
2039
|
+
# schema defines a reference to a schema node named "Pet": type: object
|
2040
|
+
# properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name:
|
2041
|
+
# type: string The value of the "pet" property is a reference to the schema node
|
2042
|
+
# named "Pet". See details in https://json-schema.org/understanding-json-schema/
|
2043
|
+
# structuring
|
2044
|
+
# Corresponds to the JSON property `ref`
|
2045
|
+
# @return [String]
|
2046
|
+
attr_accessor :ref
|
2047
|
+
|
2025
2048
|
# Optional. Required properties of Type.OBJECT.
|
2026
2049
|
# Corresponds to the JSON property `required`
|
2027
2050
|
# @return [Array<String>]
|
@@ -2043,8 +2066,10 @@ module Google
|
|
2043
2066
|
|
2044
2067
|
# Update properties of this object
|
2045
2068
|
def update!(**args)
|
2069
|
+
@additional_properties = args[:additional_properties] if args.key?(:additional_properties)
|
2046
2070
|
@any_of = args[:any_of] if args.key?(:any_of)
|
2047
2071
|
@default = args[:default] if args.key?(:default)
|
2072
|
+
@defs = args[:defs] if args.key?(:defs)
|
2048
2073
|
@description = args[:description] if args.key?(:description)
|
2049
2074
|
@enum = args[:enum] if args.key?(:enum)
|
2050
2075
|
@example = args[:example] if args.key?(:example)
|
@@ -2062,6 +2087,7 @@ module Google
|
|
2062
2087
|
@pattern = args[:pattern] if args.key?(:pattern)
|
2063
2088
|
@properties = args[:properties] if args.key?(:properties)
|
2064
2089
|
@property_ordering = args[:property_ordering] if args.key?(:property_ordering)
|
2090
|
+
@ref = args[:ref] if args.key?(:ref)
|
2065
2091
|
@required = args[:required] if args.key?(:required)
|
2066
2092
|
@title = args[:title] if args.key?(:title)
|
2067
2093
|
@type = args[:type] if args.key?(:type)
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -979,9 +979,12 @@ module Google
|
|
979
979
|
class GoogleCloudAiplatformV1beta1Schema
|
980
980
|
# @private
|
981
981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
982
|
+
property :additional_properties, as: 'additionalProperties'
|
982
983
|
collection :any_of, as: 'anyOf', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
|
983
984
|
|
984
985
|
property :default, as: 'default'
|
986
|
+
hash :defs, as: 'defs', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
|
987
|
+
|
985
988
|
property :description, as: 'description'
|
986
989
|
collection :enum, as: 'enum'
|
987
990
|
property :example, as: 'example'
|
@@ -1001,6 +1004,7 @@ module Google
|
|
1001
1004
|
hash :properties, as: 'properties', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
|
1002
1005
|
|
1003
1006
|
collection :property_ordering, as: 'propertyOrdering'
|
1007
|
+
property :ref, as: 'ref'
|
1004
1008
|
collection :required, as: 'required'
|
1005
1009
|
property :title, as: 'title'
|
1006
1010
|
property :type, as: 'type'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.18.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:
|