google-apis-datastore_v1 0.47.0 → 0.48.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datastore_v1/classes.rb +21 -3
- data/lib/google/apis/datastore_v1/gem_version.rb +2 -2
- 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: 03ad705e66b54972e9409176ca23c5db96db4769c1af191453f6b918186bdea5
|
|
4
|
+
data.tar.gz: 7d2201455210494e0c985514cb5d56618351542f8dceb8d3f0cc176347e96283
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26156a7c4e97343b2b712a23e711c9992ccbecf331d8c94ba555871dee20c6e13c7f5a103bbb3ce86a3592b9e2cf81d689b42a3a919577a5effa6a944b20083a
|
|
7
|
+
data.tar.gz: cb07fc8be577e2ed0c66513b78b36ddfd68bcd3ec15e6395b1cda52aec157bead175be3351d2bc585382e0a96377d925acbc919a594e338b014447284c683609
|
data/CHANGELOG.md
CHANGED
|
@@ -2588,9 +2588,27 @@ module Google
|
|
|
2588
2588
|
class RequestOptions
|
|
2589
2589
|
include Google::Apis::Core::Hashable
|
|
2590
2590
|
|
|
2591
|
-
# Optional. The request tags for the request.
|
|
2592
|
-
#
|
|
2593
|
-
#
|
|
2591
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
2592
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
2593
|
+
# can associate custom application context (such as component, microservice,
|
|
2594
|
+
# feature name, or operation type) with database requests. These tags are
|
|
2595
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
2596
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
2597
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
2598
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
2599
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
2600
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
2601
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
2602
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
2603
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
2604
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
2605
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
2606
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
2607
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
2608
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
2609
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
2610
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
2611
|
+
# silently discarded).
|
|
2594
2612
|
# Corresponds to the JSON property `requestTags`
|
|
2595
2613
|
# @return [Array<String>]
|
|
2596
2614
|
attr_accessor :request_tags
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.48.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260818"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datastore_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.48.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|