google-apis-cloudtrace_v2beta1 0.7.0 → 0.10.0

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: cd290a347f431a5e8d9869b53f07694f88080ebd344af03e9708dc62788bc320
4
- data.tar.gz: 0e604a430e04e211c47c059dcaa54279ec1319bb79f8762d3900967480d2de37
3
+ metadata.gz: 818a06ee7550fceafa2ee897f6ada47a3c4b3bab9fd931b1e2099bbeefbb13fc
4
+ data.tar.gz: 7607e40811ac071eba2e36301b9806b66cda1559948b72186de80ff479bd3d09
5
5
  SHA512:
6
- metadata.gz: 5efe1b4ba0bf9dc22112bcdeb29b6b47a9064c7857be53ac43f54c949158cfca2122554c4451157f1739e4375641b88d372fc0877a39b2725ce3218eeb5d6ba2
7
- data.tar.gz: 8c427b44d24bce23adfd45392919e1cb6569ee28fa43b1d4cd62a680ab78df12bd7cfe35698b1333eb1442b2a07a272125a3232d1d12cf85feb2b8359c5da72f
6
+ metadata.gz: 11b98b8f8bb665b4648ac55d769c08975ba0e97152db8cf831680b6104fc25087c45646d49b3a22f38d235e9c9fb04517825b02ad8e70f6426f56a5501feff3a
7
+ data.tar.gz: 4b34ec6bbaaa812b7c17a045e9786b51a3bf7f39f8cd0de13891bb9781c8e188513be684648fdcfdc6dfa283b5879ebcb55e47645ed6c864354a746468459592
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudtrace_v2beta1
2
2
 
3
+ ### v0.10.0 (2022-03-05)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.9.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.8.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.7.0 (2021-08-19)
4
17
 
5
18
  * Regenerated from discovery document revision 20210812
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudtrace_v2beta1"
51
51
  client = Google::Apis::CloudtraceV2beta1::CloudTraceService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudtrace service in particular.)
67
67
 
@@ -43,9 +43,9 @@ module Google
43
43
  class ListTraceSinksResponse
44
44
  include Google::Apis::Core::Hashable
45
45
 
46
- # If there might be more results than appear in this response, then `
47
- # nextPageToken` is included. To get the next set of results, call the same
48
- # method again using the value of `nextPageToken` as `pageToken`.
46
+ # A paginated response where more pages might be available has `next_page_token`
47
+ # set. To get the next set of results, call the same method again using the
48
+ # value of `next_page_token` as `page_token`.
49
49
  # Corresponds to the JSON property `nextPageToken`
50
50
  # @return [String]
51
51
  attr_accessor :next_page_token
@@ -92,7 +92,7 @@ module Google
92
92
  include Google::Apis::Core::Hashable
93
93
 
94
94
  # Required. The canonical sink resource name, unique within the project. Must be
95
- # of the form: project/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/
95
+ # of the form: projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/
96
96
  # 12345/traceSinks/my-project-trace-sink"`. Sink identifiers are limited to 256
97
97
  # characters and can include only the following characters: upper and lower-case
98
98
  # alphanumeric characters, underscores, hyphens, and periods.
@@ -109,9 +109,9 @@ module Google
109
109
  # by sinks.create and sinks.update. The service account will need to be granted
110
110
  # write access to the destination specified in the output configuration, see [
111
111
  # Granting access for a resource](/iam/docs/granting-roles-to-service-accounts#
112
- # granting_access_to_a_service_account_for_a_resource). To create tables and
113
- # write data this account will need the dataEditor role. Read more about roles
114
- # in the [BigQuery documentation](https://cloud.google.com/bigquery/docs/access-
112
+ # granting_access_to_a_service_account_for_a_resource). To create tables and to
113
+ # write data, this account needs the `dataEditor` role. Read more about roles in
114
+ # the [BigQuery documentation](https://cloud.google.com/bigquery/docs/access-
115
115
  # control). E.g.: "service-00000001@00000002.iam.gserviceaccount.com"
116
116
  # Corresponds to the JSON property `writerIdentity`
117
117
  # @return [String]
@@ -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.7.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210812"
25
+ REVISION = "20220224"
26
26
  end
27
27
  end
28
28
  end
@@ -26,7 +26,7 @@ module Google
26
26
  # collected for all App Engine applications by default. Trace data from other
27
27
  # applications can be provided using this API. This library is used to interact
28
28
  # with the Cloud Trace API directly. If you are looking to instrument your
29
- # application for Cloud Trace, we recommend using OpenCensus.
29
+ # application for Cloud Trace, we recommend using OpenTelemetry.
30
30
  #
31
31
  # @example
32
32
  # require 'google/apis/cloudtrace_v2beta1'
@@ -160,13 +160,13 @@ module Google
160
160
  # project parent resources are supported): "projects/[PROJECT_ID]"
161
161
  # @param [Fixnum] page_size
162
162
  # Optional. The maximum number of results to return from this request. Non-
163
- # positive values are ignored. The presence of `nextPageToken` in the response
163
+ # positive values are ignored. The presence of `next_page_token` in the response
164
164
  # indicates that more results might be available.
165
165
  # @param [String] page_token
166
166
  # Optional. If present, then retrieve the next batch of results from the
167
- # preceding call to this method. `pageToken` must be the value of `nextPageToken`
168
- # from the previous response. The values of other method parameters should be
169
- # identical to those in the previous call.
167
+ # preceding call to this method. `page_token` must be the value of `
168
+ # next_page_token` from the previous response. The values of other method
169
+ # parameters should be identical to those in the previous call.
170
170
  # @param [String] fields
171
171
  # Selector specifying which fields to include in a partial response.
172
172
  # @param [String] quota_user
@@ -207,8 +207,8 @@ module Google
207
207
  # @param [String] update_mask
208
208
  # Required. Field mask that specifies the fields in `trace_sink` that are to be
209
209
  # updated. A sink field is overwritten if, and only if, it is in the update mask.
210
- # `name` and `writer_identity` fields cannot be updated. An empty updateMask is
211
- # considered an error. For a detailed `FieldMask` definition, see https://
210
+ # `name` and `writer_identity` fields cannot be updated. An empty `update_mask`
211
+ # is considered an error. For a detailed `FieldMask` definition, see https://
212
212
  # developers.google.com/protocol-buffers/docs/reference/google.protobuf#
213
213
  # fieldmask Example: `updateMask=output_config`.
214
214
  # @param [String] fields
@@ -25,7 +25,7 @@ module Google
25
25
  # collected for all App Engine applications by default. Trace data from other
26
26
  # applications can be provided using this API. This library is used to interact
27
27
  # with the Cloud Trace API directly. If you are looking to instrument your
28
- # application for Cloud Trace, we recommend using OpenCensus.
28
+ # application for Cloud Trace, we recommend using OpenTelemetry.
29
29
  #
30
30
  # @see https://cloud.google.com/trace
31
31
  module CloudtraceV2beta1
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.7.0
4
+ version: 0.10.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: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtrace_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2beta1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtrace_v2beta1
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.10.0
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: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Trace API V2beta1