Skip to content

Commit c3d6b23

Browse files
1 parent 31a8fa3 commit c3d6b23

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

clients/google-api-services-cloudtrace/v2beta1/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>v2beta1-rev20220421-2.0.0</version>
25+
<version>v2beta1-rev20240712-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:v2beta1-rev20220421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtrace:v2beta1-rev20240712-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtrace/v2beta1/2.0.0/com/google/api/services/cloudtrace/v2beta1/model/OutputConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
public final class OutputConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The destination for writing trace data. Supported formats include:
33+
* Required. The destination for writing trace data. Supported formats include:
3434
* "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String destination;
3939

4040
/**
41-
* The destination for writing trace data. Supported formats include:
41+
* Required. The destination for writing trace data. Supported formats include:
4242
* "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
4343
* @return value or {@code null} for none
4444
*/
@@ -47,7 +47,7 @@ public java.lang.String getDestination() {
4747
}
4848

4949
/**
50-
* The destination for writing trace data. Supported formats include:
50+
* Required. The destination for writing trace data. Supported formats include:
5151
* "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
5252
* @param destination destination or {@code null} for none
5353
*/

clients/google-api-services-cloudtrace/v2beta1/2.0.0/com/google/api/services/cloudtrace/v2beta1/model/TraceSink.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class TraceSink extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The canonical sink resource name, unique within the project. Must be of the form:
34+
* Identifier. The canonical sink resource name, unique within the project. Must be of the form:
3535
* projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/12345/traceSinks/my-project-
3636
* trace-sink"`. Sink identifiers are limited to 256 characters and can include only the following
3737
* characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.
@@ -61,7 +61,7 @@ public final class TraceSink extends com.google.api.client.json.GenericJson {
6161
private java.lang.String writerIdentity;
6262

6363
/**
64-
* Required. The canonical sink resource name, unique within the project. Must be of the form:
64+
* Identifier. The canonical sink resource name, unique within the project. Must be of the form:
6565
* projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/12345/traceSinks/my-project-
6666
* trace-sink"`. Sink identifiers are limited to 256 characters and can include only the following
6767
* characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.
@@ -72,7 +72,7 @@ public java.lang.String getName() {
7272
}
7373

7474
/**
75-
* Required. The canonical sink resource name, unique within the project. Must be of the form:
75+
* Identifier. The canonical sink resource name, unique within the project. Must be of the form:
7676
* projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]. E.g.: `"projects/12345/traceSinks/my-project-
7777
* trace-sink"`. Sink identifiers are limited to 256 characters and can include only the following
7878
* characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.

clients/google-api-services-cloudtrace/v2beta1/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>v2beta1-rev20220421-2.0.0</version>
12-
<name>Cloud Trace API v2beta1-rev20220421-2.0.0</name>
11+
<version>v2beta1-rev20240712-2.0.0</version>
12+
<name>Cloud Trace API v2beta1-rev20240712-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtrace/v2beta1/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>v2beta1-rev20220421-2.0.0</version>
25+
<version>v2beta1-rev20240712-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:v2beta1-rev20220421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtrace:v2beta1-rev20240712-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)