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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd7402901a187381cceed8f4c6e97e787e4772369afb757d1f4ae9eb5619ddfe
4
- data.tar.gz: 5c7b02632849f9ac07b5935789ae44b3f8e82672dfafd1645782fef279645a4b
3
+ metadata.gz: 03ad705e66b54972e9409176ca23c5db96db4769c1af191453f6b918186bdea5
4
+ data.tar.gz: 7d2201455210494e0c985514cb5d56618351542f8dceb8d3f0cc176347e96283
5
5
  SHA512:
6
- metadata.gz: 503c9632fc18d0c8ad402a1422b8fac16da4db8af73527063dda20e3d734bc3c80c2936fe353989ec86a6302208ff2369503882fd3a89f33a50b57903f483dc0
7
- data.tar.gz: 15d2bd105f914a3eae04eac884a67c69c364542c86d68afba1ef2fc5471b40ae9c9f8ed37836b9e4a43e391d3d046bd1f4a006abb47f4fe890deb3662259691b
6
+ metadata.gz: 26156a7c4e97343b2b712a23e711c9992ccbecf331d8c94ba555871dee20c6e13c7f5a103bbb3ce86a3592b9e2cf81d689b42a3a919577a5effa6a944b20083a
7
+ data.tar.gz: cb07fc8be577e2ed0c66513b78b36ddfd68bcd3ec15e6395b1cda52aec157bead175be3351d2bc585382e0a96377d925acbc919a594e338b014447284c683609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.48.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260818
6
+
3
7
  ### v0.47.0 (2026-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20260702
@@ -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. The tags are processed as follows:
2592
- # - Truncated to 510 characters. - Filtered out if empty. - Deduplicated. -
2593
- # Limited to 50 tags.
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.47.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 = "20260702"
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.47.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.47.0
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: