google-apis-datastore_v1beta1 0.8.0 → 0.9.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: d0ff0c020586635b326763fc364d5fa9a9a0ddda92468fea3af76d9f3b984d42
4
- data.tar.gz: 128c6b0043aad4cd5bb95aaeccfc3281f522e534718f71d68cef34ac40d808b1
3
+ metadata.gz: 4ccbbe03da064731b08cfcf07d770327d323fb4fad21ef6659676dc0c7b5f123
4
+ data.tar.gz: 9c7e97759687d5e364e79a464ecb5476aa3f2c6150202acb4175ebc7019e49bb
5
5
  SHA512:
6
- metadata.gz: d064d390080544d0c090420d907812a335cdb5b712316777d8ab2c3e11a64ce919a0cab12a416370fdbb8373b83dab4702798e40aeec6170ed4e863cd86294fc
7
- data.tar.gz: 7d4bfd2ffa1a5559855b8e65760b26ab38007d8de299bc59365626ef2243ae0a8d4d8824d526b1f2963176e553ebbb9cb5531a99dc2dfa3378c4c05cc7dd43bc
6
+ metadata.gz: 2d7de2e05e83f7da66ce5a8f57222f19c09f14396e2abc7f67b7f9b40078e42753cd28fe71b8b4ff2d161733f6430a6b233a971a3119ee2e8182fd6abe383e4e
7
+ data.tar.gz: c44bfc0a9351874472ae456ba8a3b21545dbdea9a62c48f6eeeb08c54c07d9c53ef0ac41198377261289295ffdac2537aedaeb98d99802fefd00477483fb3df0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1beta1
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
@@ -66,6 +66,37 @@ module Google
66
66
  end
67
67
  end
68
68
 
69
+ # Metadata for Datastore to Firestore migration operations. The
70
+ # DatastoreFirestoreMigration operation is not started by the end-user via an
71
+ # explicit "creation" method. This is an intentional deviation from the LRO
72
+ # design pattern. This singleton resource can be accessed at: "projects/`
73
+ # project_id`/datastore-firestore-migration"
74
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
75
+ include Google::Apis::Core::Hashable
76
+
77
+ # The current state of migration from Cloud Datastore to Cloud Firestore in
78
+ # Datastore mode.
79
+ # Corresponds to the JSON property `migrationState`
80
+ # @return [String]
81
+ attr_accessor :migration_state
82
+
83
+ # The current step of migration from Cloud Datastore to Cloud Firestore in
84
+ # Datastore mode.
85
+ # Corresponds to the JSON property `migrationStep`
86
+ # @return [String]
87
+ attr_accessor :migration_step
88
+
89
+ def initialize(**args)
90
+ update!(**args)
91
+ end
92
+
93
+ # Update properties of this object
94
+ def update!(**args)
95
+ @migration_state = args[:migration_state] if args.key?(:migration_state)
96
+ @migration_step = args[:migration_step] if args.key?(:migration_step)
97
+ end
98
+ end
99
+
69
100
  # Identifies a subset of entities in a project. This is specified as
70
101
  # combinations of kinds and namespaces (either or both of which may be all, as
71
102
  # described in the following examples). Example usage: Entire project: kinds=[],
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1beta1
18
18
  # Version of the google-apis-datastore_v1beta1 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
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class GoogleDatastoreAdminV1EntityFilter
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -135,6 +141,14 @@ module Google
135
141
  end
136
142
  end
137
143
 
144
+ class GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata
145
+ # @private
146
+ class Representation < Google::Apis::Core::JsonRepresentation
147
+ property :migration_state, as: 'migrationState'
148
+ property :migration_step, as: 'migrationStep'
149
+ end
150
+ end
151
+
138
152
  class GoogleDatastoreAdminV1EntityFilter
139
153
  # @private
140
154
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastore_v1beta1
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []