Skip to content

Commit dec1226

Browse files
1 parent cc6ca79 commit dec1226

File tree

4 files changed

+15
-33
lines changed

4 files changed

+15
-33
lines changed

clients/google-api-services-cloudtrace/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtrace</artifactId>
25-
<version>v1-rev20240102-2.0.0</version>
25+
<version>v1-rev20240816-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20240102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20240816-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson {
5050

5151
/**
5252
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label
53-
* values must be less than 16 kilobytes (10MB for `/stacktrace` values). Some predefined label
54-
* keys exist, or you may create your own. When creating your own, we recommend the following
55-
* formats: * `/category/product/key` for agents of well-known products (e.g.
56-
* `/db/mongodb/read_size`). * `short_host/path/key` for domain-specific keys (e.g.
57-
* `foo.com/myproduct/bar`) Predefined labels include: * `/agent` * `/component` *
58-
* `/error/message` * `/error/name` * `/http/client_city` * `/http/client_country` *
59-
* `/http/client_protocol` * `/http/client_region` * `/http/host` * `/http/method` * `/http/path`
60-
* * `/http/redirected_url` * `/http/request/size` * `/http/response/size` * `/http/route` *
61-
* `/http/status_code` * `/http/url` * `/http/user_agent` * `/pid` * `/stacktrace` * `/tid`
53+
* values must be less than 16 KiB. Some keys might have predefined meaning, and you can also
54+
* create your own. For more information, see [Cloud Trace
55+
* labels](https://cloud.google.com/trace/docs/trace-labels).
6256
* The value may be {@code null}.
6357
*/
6458
@com.google.api.client.util.Key
@@ -136,15 +130,9 @@ public TraceSpan setKind(java.lang.String kind) {
136130

137131
/**
138132
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label
139-
* values must be less than 16 kilobytes (10MB for `/stacktrace` values). Some predefined label
140-
* keys exist, or you may create your own. When creating your own, we recommend the following
141-
* formats: * `/category/product/key` for agents of well-known products (e.g.
142-
* `/db/mongodb/read_size`). * `short_host/path/key` for domain-specific keys (e.g.
143-
* `foo.com/myproduct/bar`) Predefined labels include: * `/agent` * `/component` *
144-
* `/error/message` * `/error/name` * `/http/client_city` * `/http/client_country` *
145-
* `/http/client_protocol` * `/http/client_region` * `/http/host` * `/http/method` * `/http/path`
146-
* * `/http/redirected_url` * `/http/request/size` * `/http/response/size` * `/http/route` *
147-
* `/http/status_code` * `/http/url` * `/http/user_agent` * `/pid` * `/stacktrace` * `/tid`
133+
* values must be less than 16 KiB. Some keys might have predefined meaning, and you can also
134+
* create your own. For more information, see [Cloud Trace
135+
* labels](https://cloud.google.com/trace/docs/trace-labels).
148136
* @return value or {@code null} for none
149137
*/
150138
public java.util.Map<String, java.lang.String> getLabels() {
@@ -153,15 +141,9 @@ public java.util.Map<String, java.lang.String> getLabels() {
153141

154142
/**
155143
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label
156-
* values must be less than 16 kilobytes (10MB for `/stacktrace` values). Some predefined label
157-
* keys exist, or you may create your own. When creating your own, we recommend the following
158-
* formats: * `/category/product/key` for agents of well-known products (e.g.
159-
* `/db/mongodb/read_size`). * `short_host/path/key` for domain-specific keys (e.g.
160-
* `foo.com/myproduct/bar`) Predefined labels include: * `/agent` * `/component` *
161-
* `/error/message` * `/error/name` * `/http/client_city` * `/http/client_country` *
162-
* `/http/client_protocol` * `/http/client_region` * `/http/host` * `/http/method` * `/http/path`
163-
* * `/http/redirected_url` * `/http/request/size` * `/http/response/size` * `/http/route` *
164-
* `/http/status_code` * `/http/url` * `/http/user_agent` * `/pid` * `/stacktrace` * `/tid`
144+
* values must be less than 16 KiB. Some keys might have predefined meaning, and you can also
145+
* create your own. For more information, see [Cloud Trace
146+
* labels](https://cloud.google.com/trace/docs/trace-labels).
165147
* @param labels labels or {@code null} for none
166148
*/
167149
public TraceSpan setLabels(java.util.Map<String, java.lang.String> labels) {

clients/google-api-services-cloudtrace/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudtrace</artifactId>
11-
<version>v1-rev20240102-2.0.0</version>
12-
<name>Cloud Trace API v1-rev20240102-2.0.0</name>
11+
<version>v1-rev20240816-2.0.0</version>
12+
<name>Cloud Trace API v1-rev20240816-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtrace/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudtrace</artifactId>
25-
<version>v1-rev20240102-2.0.0</version>
25+
<version>v1-rev20240816-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20240102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20240816-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)