google-apis-datastore_v1 0.8.0 → 0.9.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: 559e4a08fb993f0802f81ac22d1df949a7705879649d1b038f66a4803f1c9fe8
4
- data.tar.gz: 9297c61b6109928538885c01ded43f095d01728dc80d64e47178e84949ce2f0d
3
+ metadata.gz: 900cdfaa7bf97438bcd3b27e45d5b53fc09d91419ab8d0463f8d15dad661c362
4
+ data.tar.gz: 586028bdc69c6ecb8fb7f3438b6de10bd62c37f9c192141666e14b0965a10f7e
5
5
  SHA512:
6
- metadata.gz: 89599ce228eabc702317d817887d2853cfced671286524becf5af570601496b114d095031de0c1377cad6740bcfb09cbe10c19197cbf73fea6d33a8994b41b56
7
- data.tar.gz: 790f936ac73f62cd0db1d86c01dc453b76abac1c0ad010b9e10f54c3ce29545d531d71ca181d3868cbee26874e5bd13865ac53ea56c79fba11db03d4057f941b
6
+ metadata.gz: 69f6185c7c2abf662cd8b31ba4f645c4af3665f29c5ec84c96b79a734f669ad64f0b3a11a0c9997dd3eadc1601cbcb62b15b954f2dadcb072cb7184aab6ac8e6
7
+ data.tar.gz: ea722562c6144b5c4f9f253d847ce5343737817a94ae5537df32c676537d93e13c417aa0c161fb0bb008386d5f353f6feb76625df6e61a2c522c918e033fe22f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.9.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.8.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210901
@@ -370,6 +370,37 @@ module Google
370
370
  end
371
371
  end
372
372
 
373
+ # Metadata for Datastore to Firestore migration operations. The
374
+ # DatastoreFirestoreMigration operation is not started by the end-user via an
375
+ # explicit "creation" method. This is an intentional deviation from the LRO
376
+ # design pattern. This singleton resource can be accessed at: "projects/`
377
+ # project_id`/datastore-firestore-migration"
378
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
379
+ include Google::Apis::Core::Hashable
380
+
381
+ # The current state of migration from Cloud Datastore to Cloud Firestore in
382
+ # Datastore mode.
383
+ # Corresponds to the JSON property `migrationState`
384
+ # @return [String]
385
+ attr_accessor :migration_state
386
+
387
+ # The current step of migration from Cloud Datastore to Cloud Firestore in
388
+ # Datastore mode.
389
+ # Corresponds to the JSON property `migrationStep`
390
+ # @return [String]
391
+ attr_accessor :migration_step
392
+
393
+ def initialize(**args)
394
+ update!(**args)
395
+ end
396
+
397
+ # Update properties of this object
398
+ def update!(**args)
399
+ @migration_state = args[:migration_state] if args.key?(:migration_state)
400
+ @migration_step = args[:migration_step] if args.key?(:migration_step)
401
+ end
402
+ end
403
+
373
404
  # Identifies a subset of entities in a project. This is specified as
374
405
  # combinations of kinds and namespaces (either or both of which may be all, as
375
406
  # described in the following examples). Example usage: Entire project: kinds=[],
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210901"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,12 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
103
109
  class GoogleDatastoreAdminV1EntityFilter
104
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
111
 
@@ -502,6 +508,14 @@ module Google
502
508
  end
503
509
  end
504
510
 
511
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ property :migration_state, as: 'migrationState'
515
+ property :migration_step, as: 'migrationStep'
516
+ end
517
+ end
518
+
505
519
  class GoogleDatastoreAdminV1EntityFilter
506
520
  # @private
507
521
  class Representation < Google::Apis::Core::JsonRepresentation
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.8.0
4
+ version: 0.9.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.9.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: []