google-cloud-datastore-v1 0.11.0 → 0.11.1

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: 6f962ec2a012f1641a30531eb6c21ddf87f43fccf77ceef9fd2764966da9e193
4
- data.tar.gz: 3e6e83c7aeff0e1edf09c4ec7d7677664c737bb2062331acaa0fd0bb3ff1dbb5
3
+ metadata.gz: 930c430ab0c98b14ebc734a87049c8a348a488969f7ec62a16dc604f668efc57
4
+ data.tar.gz: 0bea5c1df22d6b13aa548e8e23ee77adfea8932e6529de00ec140b69973f9074
5
5
  SHA512:
6
- metadata.gz: 0de86bb94cb961b6c56864e31dd2315dbf0ae4d54334737ea2acd9ab68b29e303a08c833fa70b39fdeaf2887f90285b74e1e258de68748948957f49c0b1dee01
7
- data.tar.gz: 52585e36ae91af41c1c578a40ab8339fd3e0578ec3d61ad8e1add73565d0dcbe419b5c2c40cf832662ef208ed3f5f50dce5513211fbf9abd7105580ff24227b6
6
+ metadata.gz: f113bc26aa75b0a6cc3ba5ed59d163055e39f9f4ab88e80fd19e9d8917d1db42d37d32156adac43ed8c6f8a4a0d2b8f342e032c60f16eb10c43e9ebdb8be36f2
7
+ data.tar.gz: 18452c633bcde55bad0a9f8c0e774dcdbdf5cbb6532e06867082d26a4114db56b899a9c43be42156e5299381773ec7097ae078168f670b5c6fb02dbb9d1489c5
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -1022,9 +1022,9 @@ module Google
1022
1022
  # * (`String`) The path to a service account key file in JSON format
1023
1023
  # * (`Hash`) A service account key as a Hash
1024
1024
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1025
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1025
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1026
1026
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1027
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1027
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1028
1028
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1029
1029
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1030
1030
  # * (`nil`) indicating no credentials
@@ -805,9 +805,9 @@ module Google
805
805
  # * (`String`) The path to a service account key file in JSON format
806
806
  # * (`Hash`) A service account key as a Hash
807
807
  # * (`Google::Auth::Credentials`) A googleauth credentials object
808
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
808
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
809
809
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
810
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
810
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
811
811
  # * (`nil`) indicating no credentials
812
812
  # @return [::Object]
813
813
  # @!attribute [rw] scope
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.11.1"
25
25
  end
26
26
  end
27
27
  end
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -240,8 +246,8 @@ module Google
240
246
  # Example of a YAML configuration::
241
247
  #
242
248
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
249
+ # method_settings:
250
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
251
  # long_running:
246
252
  # initial_poll_delay:
247
253
  # seconds: 60 # 1 minute
@@ -216,8 +216,8 @@ module Google
216
216
  # The map's keys are property names.
217
217
  # A property name matching regex `__.*__` is reserved.
218
218
  # A reserved property name is forbidden in certain documented contexts.
219
- # The name must not contain more than 500 characters.
220
- # The name cannot be `""`.
219
+ # The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot
220
+ # be empty.
221
221
  class Entity
222
222
  include ::Google::Protobuf::MessageExts
223
223
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -95,6 +95,11 @@ module Google
95
95
  # The properties to make distinct. The query results will contain the first
96
96
  # result for each distinct combination of values for the given properties
97
97
  # (if empty, all results are returned).
98
+ #
99
+ # Requires:
100
+ #
101
+ # * If `order` is specified, the set of distinct on properties must appear
102
+ # before the non-distinct on properties in `order`.
98
103
  # @!attribute [rw] start_cursor
99
104
  # @return [::String]
100
105
  # A starting point for the query results. Query cursors are
@@ -139,7 +144,7 @@ module Google
139
144
  include ::Google::Protobuf::MessageExts
140
145
  extend ::Google::Protobuf::MessageExts::ClassMethods
141
146
 
142
- # Defines a aggregation that produces a single result.
147
+ # Defines an aggregation that produces a single result.
143
148
  # @!attribute [rw] count
144
149
  # @return [::Google::Cloud::Datastore::V1::AggregationQuery::Aggregation::Count]
145
150
  # Count aggregator.
@@ -156,7 +161,7 @@ module Google
156
161
  # COUNT_UP_TO(1) AS count_up_to_1,
157
162
  # COUNT_UP_TO(2),
158
163
  # COUNT_UP_TO(3) AS count_up_to_3,
159
- # COUNT_UP_TO(4)
164
+ # COUNT(*)
160
165
  # OVER (
161
166
  # ...
162
167
  # );
@@ -169,7 +174,7 @@ module Google
169
174
  # COUNT_UP_TO(1) AS count_up_to_1,
170
175
  # COUNT_UP_TO(2) AS property_1,
171
176
  # COUNT_UP_TO(3) AS count_up_to_3,
172
- # COUNT_UP_TO(4) AS property_2
177
+ # COUNT(*) AS property_2
173
178
  # OVER (
174
179
  # ...
175
180
  # );
@@ -194,7 +199,7 @@ module Google
194
199
  # count.
195
200
  #
196
201
  # This provides a way to set an upper bound on the number of entities
197
- # to scan, limiting latency and cost.
202
+ # to scan, limiting latency, and cost.
198
203
  #
199
204
  # Unspecified is interpreted as no bound.
200
205
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.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-08 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common