google-apis-datastore_v1beta3 0.28.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff9188e98ce0cd4e66d383d012f29c447c073d76f7b9de9c9f3d62295f16d608
4
- data.tar.gz: '09744d92ff64bf59c7fc2f9f5124cf0ac58f6be10594b49ad127aebe876ae69a'
3
+ metadata.gz: bcdf057df2d7e9f85339941939a5a7eaf9350d258de4332effb522489c07e03e
4
+ data.tar.gz: c0506f61acca753da40112afb532b8c0014e8dc13fa5d2fb8ff345542c2ee0c2
5
5
  SHA512:
6
- metadata.gz: da521150bcedcba2f03d8dca5d0ba71537d5a61068e399bfd9d35a51893a3375357121dc97628878683d0667e33746839c3eebfb0a6e56580f6dc8667d95df44
7
- data.tar.gz: cd9d05ffd53aaad123ddd610be746ed3853ad27b5f4dbaaaa5a231aa651434493d487cb8806887be50d2f836cedfeeabd614485f120d19b8d6b0d12a35298f72
6
+ metadata.gz: 83dd79d7ce1819cc9f8e8ae71bdc946745c8a55e032bd251b93de57ae05042526236edcf295e03b8fd90460dcef7fabe7c3c42eb728908608e54fc8e70c56106
7
+ data.tar.gz: 0e5348048c9abf859161addc6c749832bc515319332bf18965f0a58fe72a934603762bb6a05720dbd734095ce69f89776f5f3699e34e20c27355a9dadfb574d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datastore_v1beta3
2
2
 
3
+ ### v0.29.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240131
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.28.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240109
@@ -1731,27 +1731,6 @@ module Google
1731
1731
  end
1732
1732
  end
1733
1733
 
1734
- # Plan for the query.
1735
- class QueryPlan
1736
- include Google::Apis::Core::Hashable
1737
-
1738
- # Planning phase information for the query. It will include: ` "indexes_used": [
1739
- # `"query_scope": "Collection", "properties": "(foo ASC, __name__ ASC)"`, `"
1740
- # query_scope": "Collection", "properties": "(bar ASC, __name__ ASC)"` ] `
1741
- # Corresponds to the JSON property `planInfo`
1742
- # @return [Hash<String,Object>]
1743
- attr_accessor :plan_info
1744
-
1745
- def initialize(**args)
1746
- update!(**args)
1747
- end
1748
-
1749
- # Update properties of this object
1750
- def update!(**args)
1751
- @plan_info = args[:plan_info] if args.key?(:plan_info)
1752
- end
1753
- end
1754
-
1755
1734
  # A batch of results produced by a query.
1756
1735
  class QueryResultBatch
1757
1736
  include Google::Apis::Core::Hashable
@@ -1945,35 +1924,6 @@ module Google
1945
1924
  end
1946
1925
  end
1947
1926
 
1948
- # Planning and execution statistics for the query.
1949
- class ResultSetStats
1950
- include Google::Apis::Core::Hashable
1951
-
1952
- # Plan for the query.
1953
- # Corresponds to the JSON property `queryPlan`
1954
- # @return [Google::Apis::DatastoreV1beta3::QueryPlan]
1955
- attr_accessor :query_plan
1956
-
1957
- # Aggregated statistics from the execution of the query. This will only be
1958
- # present when the request specifies `PROFILE` mode. For example, a query will
1959
- # return the statistics including: ` "results_returned": "20", "
1960
- # documents_scanned": "20", "indexes_entries_scanned": "10050", "
1961
- # total_execution_time": "100.7 msecs" `
1962
- # Corresponds to the JSON property `queryStats`
1963
- # @return [Hash<String,Object>]
1964
- attr_accessor :query_stats
1965
-
1966
- def initialize(**args)
1967
- update!(**args)
1968
- end
1969
-
1970
- # Update properties of this object
1971
- def update!(**args)
1972
- @query_plan = args[:query_plan] if args.key?(:query_plan)
1973
- @query_stats = args[:query_stats] if args.key?(:query_stats)
1974
- end
1975
- end
1976
-
1977
1927
  # The request for Datastore.Rollback.
1978
1928
  class RollbackRequest
1979
1929
  include Google::Apis::Core::Hashable
@@ -2022,13 +1972,6 @@ module Google
2022
1972
  # @return [Google::Apis::DatastoreV1beta3::GqlQuery]
2023
1973
  attr_accessor :gql_query
2024
1974
 
2025
- # Optional. The mode in which the query request is processed. This field is
2026
- # optional, and when not provided, it defaults to `NORMAL` mode where no
2027
- # additional statistics will be returned with the query results.
2028
- # Corresponds to the JSON property `mode`
2029
- # @return [String]
2030
- attr_accessor :mode
2031
-
2032
1975
  # A partition ID identifies a grouping of entities. The grouping is always by
2033
1976
  # project and namespace, however the namespace ID may be empty. A partition ID
2034
1977
  # contains several dimensions: project ID and namespace ID. Partition dimensions:
@@ -2056,7 +1999,6 @@ module Google
2056
1999
  def update!(**args)
2057
2000
  @aggregation_query = args[:aggregation_query] if args.key?(:aggregation_query)
2058
2001
  @gql_query = args[:gql_query] if args.key?(:gql_query)
2059
- @mode = args[:mode] if args.key?(:mode)
2060
2002
  @partition_id = args[:partition_id] if args.key?(:partition_id)
2061
2003
  @read_options = args[:read_options] if args.key?(:read_options)
2062
2004
  end
@@ -2076,11 +2018,6 @@ module Google
2076
2018
  # @return [Google::Apis::DatastoreV1beta3::AggregationQuery]
2077
2019
  attr_accessor :query
2078
2020
 
2079
- # Planning and execution statistics for the query.
2080
- # Corresponds to the JSON property `stats`
2081
- # @return [Google::Apis::DatastoreV1beta3::ResultSetStats]
2082
- attr_accessor :stats
2083
-
2084
2021
  def initialize(**args)
2085
2022
  update!(**args)
2086
2023
  end
@@ -2089,7 +2026,6 @@ module Google
2089
2026
  def update!(**args)
2090
2027
  @batch = args[:batch] if args.key?(:batch)
2091
2028
  @query = args[:query] if args.key?(:query)
2092
- @stats = args[:stats] if args.key?(:stats)
2093
2029
  end
2094
2030
  end
2095
2031
 
@@ -2102,13 +2038,6 @@ module Google
2102
2038
  # @return [Google::Apis::DatastoreV1beta3::GqlQuery]
2103
2039
  attr_accessor :gql_query
2104
2040
 
2105
- # Optional. The mode in which the query request is processed. This field is
2106
- # optional, and when not provided, it defaults to `NORMAL` mode where no
2107
- # additional statistics will be returned with the query results.
2108
- # Corresponds to the JSON property `mode`
2109
- # @return [String]
2110
- attr_accessor :mode
2111
-
2112
2041
  # A partition ID identifies a grouping of entities. The grouping is always by
2113
2042
  # project and namespace, however the namespace ID may be empty. A partition ID
2114
2043
  # contains several dimensions: project ID and namespace ID. Partition dimensions:
@@ -2140,7 +2069,6 @@ module Google
2140
2069
  # Update properties of this object
2141
2070
  def update!(**args)
2142
2071
  @gql_query = args[:gql_query] if args.key?(:gql_query)
2143
- @mode = args[:mode] if args.key?(:mode)
2144
2072
  @partition_id = args[:partition_id] if args.key?(:partition_id)
2145
2073
  @query = args[:query] if args.key?(:query)
2146
2074
  @read_options = args[:read_options] if args.key?(:read_options)
@@ -2161,11 +2089,6 @@ module Google
2161
2089
  # @return [Google::Apis::DatastoreV1beta3::Query]
2162
2090
  attr_accessor :query
2163
2091
 
2164
- # Planning and execution statistics for the query.
2165
- # Corresponds to the JSON property `stats`
2166
- # @return [Google::Apis::DatastoreV1beta3::ResultSetStats]
2167
- attr_accessor :stats
2168
-
2169
2092
  def initialize(**args)
2170
2093
  update!(**args)
2171
2094
  end
@@ -2174,7 +2097,6 @@ module Google
2174
2097
  def update!(**args)
2175
2098
  @batch = args[:batch] if args.key?(:batch)
2176
2099
  @query = args[:query] if args.key?(:query)
2177
- @stats = args[:stats] if args.key?(:stats)
2178
2100
  end
2179
2101
  end
2180
2102
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1beta3
18
18
  # Version of the google-apis-datastore_v1beta3 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240109"
25
+ REVISION = "20240131"
26
26
  end
27
27
  end
28
28
  end
@@ -328,12 +328,6 @@ module Google
328
328
  include Google::Apis::Core::JsonObjectSupport
329
329
  end
330
330
 
331
- class QueryPlan
332
- class Representation < Google::Apis::Core::JsonRepresentation; end
333
-
334
- include Google::Apis::Core::JsonObjectSupport
335
- end
336
-
337
331
  class QueryResultBatch
338
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
333
 
@@ -370,12 +364,6 @@ module Google
370
364
  include Google::Apis::Core::JsonObjectSupport
371
365
  end
372
366
 
373
- class ResultSetStats
374
- class Representation < Google::Apis::Core::JsonRepresentation; end
375
-
376
- include Google::Apis::Core::JsonObjectSupport
377
- end
378
-
379
367
  class RollbackRequest
380
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
369
 
@@ -934,13 +922,6 @@ module Google
934
922
  end
935
923
  end
936
924
 
937
- class QueryPlan
938
- # @private
939
- class Representation < Google::Apis::Core::JsonRepresentation
940
- hash :plan_info, as: 'planInfo'
941
- end
942
- end
943
-
944
925
  class QueryResultBatch
945
926
  # @private
946
927
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -994,15 +975,6 @@ module Google
994
975
  end
995
976
  end
996
977
 
997
- class ResultSetStats
998
- # @private
999
- class Representation < Google::Apis::Core::JsonRepresentation
1000
- property :query_plan, as: 'queryPlan', class: Google::Apis::DatastoreV1beta3::QueryPlan, decorator: Google::Apis::DatastoreV1beta3::QueryPlan::Representation
1001
-
1002
- hash :query_stats, as: 'queryStats'
1003
- end
1004
- end
1005
-
1006
978
  class RollbackRequest
1007
979
  # @private
1008
980
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1023,7 +995,6 @@ module Google
1023
995
 
1024
996
  property :gql_query, as: 'gqlQuery', class: Google::Apis::DatastoreV1beta3::GqlQuery, decorator: Google::Apis::DatastoreV1beta3::GqlQuery::Representation
1025
997
 
1026
- property :mode, as: 'mode'
1027
998
  property :partition_id, as: 'partitionId', class: Google::Apis::DatastoreV1beta3::PartitionId, decorator: Google::Apis::DatastoreV1beta3::PartitionId::Representation
1028
999
 
1029
1000
  property :read_options, as: 'readOptions', class: Google::Apis::DatastoreV1beta3::ReadOptions, decorator: Google::Apis::DatastoreV1beta3::ReadOptions::Representation
@@ -1038,8 +1009,6 @@ module Google
1038
1009
 
1039
1010
  property :query, as: 'query', class: Google::Apis::DatastoreV1beta3::AggregationQuery, decorator: Google::Apis::DatastoreV1beta3::AggregationQuery::Representation
1040
1011
 
1041
- property :stats, as: 'stats', class: Google::Apis::DatastoreV1beta3::ResultSetStats, decorator: Google::Apis::DatastoreV1beta3::ResultSetStats::Representation
1042
-
1043
1012
  end
1044
1013
  end
1045
1014
 
@@ -1048,7 +1017,6 @@ module Google
1048
1017
  class Representation < Google::Apis::Core::JsonRepresentation
1049
1018
  property :gql_query, as: 'gqlQuery', class: Google::Apis::DatastoreV1beta3::GqlQuery, decorator: Google::Apis::DatastoreV1beta3::GqlQuery::Representation
1050
1019
 
1051
- property :mode, as: 'mode'
1052
1020
  property :partition_id, as: 'partitionId', class: Google::Apis::DatastoreV1beta3::PartitionId, decorator: Google::Apis::DatastoreV1beta3::PartitionId::Representation
1053
1021
 
1054
1022
  property :query, as: 'query', class: Google::Apis::DatastoreV1beta3::Query, decorator: Google::Apis::DatastoreV1beta3::Query::Representation
@@ -1065,8 +1033,6 @@ module Google
1065
1033
 
1066
1034
  property :query, as: 'query', class: Google::Apis::DatastoreV1beta3::Query, decorator: Google::Apis::DatastoreV1beta3::Query::Representation
1067
1035
 
1068
- property :stats, as: 'stats', class: Google::Apis::DatastoreV1beta3::ResultSetStats, decorator: Google::Apis::DatastoreV1beta3::ResultSetStats::Representation
1069
-
1070
1036
  end
1071
1037
  end
1072
1038
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastore_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []