google-apis-datastream_v1alpha1 0.32.0 → 0.33.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eab59c62d806befcb2a4dfaca43cb66e93b257f1bba14ff34b84c44efb312502
|
|
4
|
+
data.tar.gz: d304d879609cd31841c28bfa3c58f11a3d204de62c044a99932c365a434e212b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84a3ad713a5d8c3cfc8973a534028f97b7c750eb19d846cdc10bd3aba22b9c2326d66a60c13a16c9101d018ee63014c2847a9da0bb6a65ac6bb74f1669208f3b
|
|
7
|
+
data.tar.gz: 20a34d77d2ebf6a8741ea777e8fef4defbd6d64393a502f9309afa0d4e14dce1291407ad613691621878f39ee82bbd8ab9d2fcbfa8653098e0638f17f858539c
|
data/CHANGELOG.md
CHANGED
|
@@ -466,7 +466,7 @@ module Google
|
|
|
466
466
|
# @return [Hash<String,String>]
|
|
467
467
|
attr_accessor :metadata
|
|
468
468
|
|
|
469
|
-
# The reason
|
|
469
|
+
# The reason for the error. This is a constant value that identifies the
|
|
470
470
|
# proximate cause of the error. Error reasons are unique within a particular
|
|
471
471
|
# domain of errors. This should be at most 63 characters and match a regular
|
|
472
472
|
# expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
|
|
@@ -577,7 +577,7 @@ module Google
|
|
|
577
577
|
# @return [Google::Apis::DatastreamV1alpha1::LocalizedMessage]
|
|
578
578
|
attr_accessor :localized_message
|
|
579
579
|
|
|
580
|
-
# The reason
|
|
580
|
+
# The reason for the field-level error. This is a constant value that identifies
|
|
581
581
|
# the proximate cause of the field-level error. It should uniquely identify the
|
|
582
582
|
# type of the FieldViolation within the scope of the google.rpc.ErrorInfo.domain.
|
|
583
583
|
# This should be at most 63 characters and match a regular expression of `A-Z+[
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatastreamV1alpha1
|
|
18
18
|
# Version of the google-apis-datastream_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.33.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 = "20260719"
|
|
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-datastream_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.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-datastream_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.33.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|