google-cloud-datastore-admin 0.2.0 → 0.2.1
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/datastore/admin/version.rb +1 -1
- data/lib/google/cloud/datastore/admin.rb +20 -34
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee4922c63e63e1831dfb9b9ff650c09e7ebc2add4499e878d2d00e1f930aaee7
|
|
4
|
+
data.tar.gz: bfd514324814a5888f21f2737a91a3885d3453b287938f2f27de11d797225462
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce3ad0828a5cff0308bbbc1ad9edec2b1ad7079421f59189375f72ca092688cc8114fa745532610e70ce4e0f841d074e5d50facefdbde28449d43973a7f218fe
|
|
7
|
+
data.tar.gz: 2adfbdd37665e1982bc4f09f47d8a0878f8f9c959ca3b40597d10249f52e40dd26271b9b4a774bdda00b83db124ab6045549e5d74c7e9ab0ab6b8e8626fb0e9e
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ for this library, google-cloud-datastore-admin, to see the convenience methods f
|
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
18
18
|
client gems:
|
|
19
|
-
[google-cloud-datastore-admin-v1](https://
|
|
19
|
+
[google-cloud-datastore-admin-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-admin-v1/latest).
|
|
20
20
|
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/datastore)
|
|
22
22
|
for more usage information.
|
|
@@ -49,7 +49,7 @@ module Google
|
|
|
49
49
|
# Create a new client object for DatastoreAdmin.
|
|
50
50
|
#
|
|
51
51
|
# By default, this returns an instance of
|
|
52
|
-
# [Google::Cloud::Datastore::Admin::V1::DatastoreAdmin::Client](https://
|
|
52
|
+
# [Google::Cloud::Datastore::Admin::V1::DatastoreAdmin::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-admin-v1/latest/Google-Cloud-Datastore-Admin-V1-DatastoreAdmin-Client)
|
|
53
53
|
# for a gRPC client for version V1 of the API.
|
|
54
54
|
# However, you can specify a different API version by passing it in the
|
|
55
55
|
# `version` parameter. If the DatastoreAdmin service is
|
|
@@ -62,14 +62,10 @@ module Google
|
|
|
62
62
|
#
|
|
63
63
|
# Google Cloud Datastore Admin API
|
|
64
64
|
#
|
|
65
|
-
#
|
|
66
65
|
# The Datastore Admin API provides several admin services for Cloud Datastore.
|
|
67
66
|
#
|
|
68
|
-
#
|
|
69
|
-
#
|
|
70
|
-
#
|
|
71
|
-
# Project, namespace, kind, and entity as defined in the Google Cloud Datastore
|
|
72
|
-
# API.
|
|
67
|
+
# Concepts: Project, namespace, kind, and entity as defined in the Google Cloud
|
|
68
|
+
# Datastore API.
|
|
73
69
|
#
|
|
74
70
|
# Operation: An Operation represents work being performed in the background.
|
|
75
71
|
#
|
|
@@ -77,50 +73,40 @@ module Google
|
|
|
77
73
|
# specified as a combination of kinds and namespaces (either or both of which
|
|
78
74
|
# may be all).
|
|
79
75
|
#
|
|
80
|
-
#
|
|
81
|
-
# ## Services
|
|
82
|
-
#
|
|
83
|
-
# # Export/Import
|
|
76
|
+
# Export/Import Service:
|
|
84
77
|
#
|
|
85
|
-
# The Export/Import service provides the ability to copy all or a subset of
|
|
78
|
+
# - The Export/Import service provides the ability to copy all or a subset of
|
|
86
79
|
# entities to/from Google Cloud Storage.
|
|
87
|
-
#
|
|
88
|
-
# Exported data may be imported into Cloud Datastore for any Google Cloud
|
|
80
|
+
# - Exported data may be imported into Cloud Datastore for any Google Cloud
|
|
89
81
|
# Platform project. It is not restricted to the export source project. It is
|
|
90
82
|
# possible to export from one project and then import into another.
|
|
91
|
-
#
|
|
92
|
-
#
|
|
93
|
-
#
|
|
94
|
-
# Exports and imports are performed asynchronously. An Operation resource is
|
|
83
|
+
# - Exported data can also be loaded into Google BigQuery for analysis.
|
|
84
|
+
# - Exports and imports are performed asynchronously. An Operation resource is
|
|
95
85
|
# created for each export/import. The state (including any errors encountered)
|
|
96
86
|
# of the export/import may be queried via the Operation resource.
|
|
97
87
|
#
|
|
98
|
-
#
|
|
88
|
+
# Index Service:
|
|
99
89
|
#
|
|
100
|
-
# The index service manages Cloud Datastore composite indexes.
|
|
101
|
-
#
|
|
102
|
-
# Index creation and deletion are performed asynchronously.
|
|
90
|
+
# - The index service manages Cloud Datastore composite indexes.
|
|
91
|
+
# - Index creation and deletion are performed asynchronously.
|
|
103
92
|
# An Operation resource is created for each such asynchronous operation.
|
|
104
93
|
# The state of the operation (including any errors encountered)
|
|
105
94
|
# may be queried via the Operation resource.
|
|
106
95
|
#
|
|
107
|
-
#
|
|
96
|
+
# Operation Service:
|
|
108
97
|
#
|
|
109
|
-
# The Operations collection provides a record of actions performed for the
|
|
98
|
+
# - The Operations collection provides a record of actions performed for the
|
|
110
99
|
# specified project (including any operations in progress). Operations are not
|
|
111
100
|
# created directly but through calls on other collections or resources.
|
|
112
|
-
#
|
|
113
|
-
#
|
|
114
|
-
# asynchronous and the operation may continue to run for some time after the
|
|
101
|
+
# - An operation that is not yet done may be cancelled. The request to cancel
|
|
102
|
+
# is asynchronous and the operation may continue to run for some time after the
|
|
115
103
|
# request to cancel is made.
|
|
116
|
-
#
|
|
117
|
-
# An operation that is done may be deleted so that it is no longer listed as
|
|
104
|
+
# - An operation that is done may be deleted so that it is no longer listed as
|
|
118
105
|
# part of the Operation collection.
|
|
119
|
-
#
|
|
120
|
-
#
|
|
121
|
-
#
|
|
122
|
-
#
|
|
123
|
-
# but are accessed via service google.longrunning.Operations.
|
|
106
|
+
# - ListOperations returns all pending operations, but not completed
|
|
107
|
+
# operations.
|
|
108
|
+
# - Operations are created by service DatastoreAdmin, but are accessed via
|
|
109
|
+
# service google.longrunning.Operations.
|
|
124
110
|
#
|
|
125
111
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
126
112
|
# Defaults to `:v1`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-datastore-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03
|
|
11
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|