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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff72861861ec7c2be413d952c6c4e14538e21c0e6f8ba1d1a345f824fe31f041
4
- data.tar.gz: 6db28b0140e44c5a4ea7a88e186173a12673f9e77417e1c7dd43c19b3cf34b56
3
+ metadata.gz: ee4922c63e63e1831dfb9b9ff650c09e7ebc2add4499e878d2d00e1f930aaee7
4
+ data.tar.gz: bfd514324814a5888f21f2737a91a3885d3453b287938f2f27de11d797225462
5
5
  SHA512:
6
- metadata.gz: f4bc865b3a776a6211243bfe1522c60ed8aae91c00bee1132d1b4c282b9e8519c11fbcd303aed49cb92a96ed4455da2bb8a5b8a96600a6686e6dbdbd60744c80
7
- data.tar.gz: 585b2e1578d58811085e72bd4569144df80dd3797d56b7c6b6bd12ad6fd54c78b0aaf30f28eed21bebdbecb5710dcfd1c18cd739539d3d2ace815469084b11bc
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://googleapis.dev/ruby/google-cloud-datastore-admin-v1/latest).
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module Admin
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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://googleapis.dev/ruby/google-cloud-datastore-admin-v1/latest/Google/Cloud/Datastore/Admin/V1/DatastoreAdmin/Client.html)
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
- # ## Concepts
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
- # Exported data can also be loaded into Google BigQuery for analysis.
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
- # # Index
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
- # # Operation
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
- # An operation that is not yet done may be cancelled. The request to cancel is
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
- # ListOperations returns all pending operations, but not completed operations.
121
- #
122
- # Operations are created by service DatastoreAdmin,
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.0
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-09 00:00:00.000000000 Z
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