google-apis-datastore_v1 0.35.0 → 0.36.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: 07063e5ba6a5c4331f9d395f89386b19495c68a32d5b74324f9414ee2f284e69
4
- data.tar.gz: 2000b971db7bfc246b5d1655ca9387879ecafd5a2e31d626c6fa3a0a948235e6
3
+ metadata.gz: c5776c7c9788e1a0f7454ef6f724f76cdcc17f1313c88a83b157b9e243a34326
4
+ data.tar.gz: ace731423800b106d833982bd8e83dcf3cd7bfdb9a0f69bcec5a13d4c306a753
5
5
  SHA512:
6
- metadata.gz: 7d81283c6cc78d1f63b8197bab8ea36cad7afb959cd68a2abc6b9ad93dd97c26ec790ec93f39734cc10a1ca632993d8ebe9f24ff0bc070a888e5c88b92b597f4
7
- data.tar.gz: d6a8b4e37c8d1ea2fe8a7a4c331c902deb071d2e3bc94d8691390079548442574228f64c91e7a6509f245b29bdcf5f33df49217f5e6bd78357d3cca4c2284012
6
+ metadata.gz: 8a0cecb4ad8ad8ec687a0df63d95943fad7af7e94bf8cca0a0709cf0a5287a326699bcfa70c60ce5fa3c3bd0d20f14065ef4638993e5f99fea593a88418a4e94
7
+ data.tar.gz: 47a6512a67a46894d5906a27eb393be21f447d29cbde303f6b7c828a2ae107ec10821ddbe388a527942689584530e908060c425e0775c33f010a5b1ec3d2b33f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.36.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240215
6
+
3
7
  ### v0.35.0 (2024-02-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240208
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/datastore/) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -539,29 +539,6 @@ module Google
539
539
  end
540
540
  end
541
541
 
542
- # Explain options for the query.
543
- class ExplainOptions
544
- include Google::Apis::Core::Hashable
545
-
546
- # Optional. Whether to execute this query. When false (the default), the query
547
- # will be planned, returning only metrics from the planning stages. When true,
548
- # the query will be planned and executed, returning the full query results along
549
- # with both planning and execution stage metrics.
550
- # Corresponds to the JSON property `analyze`
551
- # @return [Boolean]
552
- attr_accessor :analyze
553
- alias_method :analyze?, :analyze
554
-
555
- def initialize(**args)
556
- update!(**args)
557
- end
558
-
559
- # Update properties of this object
560
- def update!(**args)
561
- @analyze = args[:analyze] if args.key?(:analyze)
562
- end
563
- end
564
-
565
542
  # A holder for any type of filter.
566
543
  class Filter
567
544
  include Google::Apis::Core::Hashable
@@ -2362,11 +2339,6 @@ module Google
2362
2339
  # @return [String]
2363
2340
  attr_accessor :database_id
2364
2341
 
2365
- # Explain options for the query.
2366
- # Corresponds to the JSON property `explainOptions`
2367
- # @return [Google::Apis::DatastoreV1::ExplainOptions]
2368
- attr_accessor :explain_options
2369
-
2370
2342
  # A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).
2371
2343
  # Corresponds to the JSON property `gqlQuery`
2372
2344
  # @return [Google::Apis::DatastoreV1::GqlQuery]
@@ -2399,7 +2371,6 @@ module Google
2399
2371
  def update!(**args)
2400
2372
  @aggregation_query = args[:aggregation_query] if args.key?(:aggregation_query)
2401
2373
  @database_id = args[:database_id] if args.key?(:database_id)
2402
- @explain_options = args[:explain_options] if args.key?(:explain_options)
2403
2374
  @gql_query = args[:gql_query] if args.key?(:gql_query)
2404
2375
  @partition_id = args[:partition_id] if args.key?(:partition_id)
2405
2376
  @read_options = args[:read_options] if args.key?(:read_options)
@@ -2450,11 +2421,6 @@ module Google
2450
2421
  # @return [String]
2451
2422
  attr_accessor :database_id
2452
2423
 
2453
- # Explain options for the query.
2454
- # Corresponds to the JSON property `explainOptions`
2455
- # @return [Google::Apis::DatastoreV1::ExplainOptions]
2456
- attr_accessor :explain_options
2457
-
2458
2424
  # A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).
2459
2425
  # Corresponds to the JSON property `gqlQuery`
2460
2426
  # @return [Google::Apis::DatastoreV1::GqlQuery]
@@ -2491,7 +2457,6 @@ module Google
2491
2457
  # Update properties of this object
2492
2458
  def update!(**args)
2493
2459
  @database_id = args[:database_id] if args.key?(:database_id)
2494
- @explain_options = args[:explain_options] if args.key?(:explain_options)
2495
2460
  @gql_query = args[:gql_query] if args.key?(:gql_query)
2496
2461
  @partition_id = args[:partition_id] if args.key?(:partition_id)
2497
2462
  @query = args[:query] if args.key?(:query)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1
18
18
  # Version of the google-apis-datastore_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240208"
25
+ REVISION = "20240215"
26
26
  end
27
27
  end
28
28
  end
@@ -124,12 +124,6 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
- class ExplainOptions
128
- class Representation < Google::Apis::Core::JsonRepresentation; end
129
-
130
- include Google::Apis::Core::JsonObjectSupport
131
- end
132
-
133
127
  class Filter
134
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
129
 
@@ -635,13 +629,6 @@ module Google
635
629
  end
636
630
  end
637
631
 
638
- class ExplainOptions
639
- # @private
640
- class Representation < Google::Apis::Core::JsonRepresentation
641
- property :analyze, as: 'analyze'
642
- end
643
- end
644
-
645
632
  class Filter
646
633
  # @private
647
634
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1149,8 +1136,6 @@ module Google
1149
1136
  property :aggregation_query, as: 'aggregationQuery', class: Google::Apis::DatastoreV1::AggregationQuery, decorator: Google::Apis::DatastoreV1::AggregationQuery::Representation
1150
1137
 
1151
1138
  property :database_id, as: 'databaseId'
1152
- property :explain_options, as: 'explainOptions', class: Google::Apis::DatastoreV1::ExplainOptions, decorator: Google::Apis::DatastoreV1::ExplainOptions::Representation
1153
-
1154
1139
  property :gql_query, as: 'gqlQuery', class: Google::Apis::DatastoreV1::GqlQuery, decorator: Google::Apis::DatastoreV1::GqlQuery::Representation
1155
1140
 
1156
1141
  property :partition_id, as: 'partitionId', class: Google::Apis::DatastoreV1::PartitionId, decorator: Google::Apis::DatastoreV1::PartitionId::Representation
@@ -1175,8 +1160,6 @@ module Google
1175
1160
  # @private
1176
1161
  class Representation < Google::Apis::Core::JsonRepresentation
1177
1162
  property :database_id, as: 'databaseId'
1178
- property :explain_options, as: 'explainOptions', class: Google::Apis::DatastoreV1::ExplainOptions, decorator: Google::Apis::DatastoreV1::ExplainOptions::Representation
1179
-
1180
1163
  property :gql_query, as: 'gqlQuery', class: Google::Apis::DatastoreV1::GqlQuery, decorator: Google::Apis::DatastoreV1::GqlQuery::Representation
1181
1164
 
1182
1165
  property :partition_id, as: 'partitionId', class: Google::Apis::DatastoreV1::PartitionId, decorator: Google::Apis::DatastoreV1::PartitionId::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-02-18 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Datastore API V1