google-apis-cloudtrace_v2beta1 0.22.0 → 0.23.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: 06a8ee0d9d7f282051e502d15e1ed4aedb3154fb7e7b4a0279eda17e422437f1
|
4
|
+
data.tar.gz: 147d38ce605514a6b6cb39ed564169045c02e9af103369b21a893b91dba2e006
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaf73c018f02a344b3f2c9eb73cfa940b41347e6c3d71705550654978b0aa65eaec1040e482efb05b38315905997b578211d940f36aecd6d86052522e7b0ee4d
|
7
|
+
data.tar.gz: 5f5d48e00cfbcf95bc82b45b723121783c91595fbbf4e58b85a32b378837d0d30b9019b6824f5375ee4432bce83b02718f537e5c97e8d1c2336e4524c1bf57a8
|
data/CHANGELOG.md
CHANGED
@@ -69,8 +69,8 @@ module Google
|
|
69
69
|
class OutputConfig
|
70
70
|
include Google::Apis::Core::Hashable
|
71
71
|
|
72
|
-
# The destination for writing trace data. Supported formats include: "
|
73
|
-
# googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
|
72
|
+
# Required. The destination for writing trace data. Supported formats include: "
|
73
|
+
# bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
|
74
74
|
# Corresponds to the JSON property `destination`
|
75
75
|
# @return [String]
|
76
76
|
attr_accessor :destination
|
@@ -90,11 +90,11 @@ module Google
|
|
90
90
|
class TraceSink
|
91
91
|
include Google::Apis::Core::Hashable
|
92
92
|
|
93
|
-
#
|
94
|
-
# of the form: projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"
|
95
|
-
# 12345/traceSinks/my-project-trace-sink"`. Sink identifiers are
|
96
|
-
# characters and can include only the following characters: upper
|
97
|
-
# alphanumeric characters, underscores, hyphens, and periods.
|
93
|
+
# Identifier. The canonical sink resource name, unique within the project. Must
|
94
|
+
# be of the form: projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"
|
95
|
+
# projects/12345/traceSinks/my-project-trace-sink"`. Sink identifiers are
|
96
|
+
# limited to 256 characters and can include only the following characters: upper
|
97
|
+
# and lower-case alphanumeric characters, underscores, hyphens, and periods.
|
98
98
|
# Corresponds to the JSON property `name`
|
99
99
|
# @return [String]
|
100
100
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudtraceV2beta1
|
18
18
|
# Version of the google-apis-cloudtrace_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240712"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudtrace_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2beta1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v2beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|