Skip to content

Commit bbb0660

Browse files
chore: regenerate datastream client
1 parent 5ec85f7 commit bbb0660

File tree

8 files changed

+28
-16
lines changed

8 files changed

+28
-16
lines changed

clients/google-api-services-datastream/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-datastream</artifactId>
25-
<version>v1-rev20260114-2.0.0</version>
25+
<version>v1-rev20260128-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-datastream:v1-rev20260114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/Datastream.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ public Get set(String parameterName, Object value) {
499499
}
500500
}
501501
/**
502-
* Lists information about the supported locations for this service.
502+
* Lists information about the supported locations for this service. This method can be called in
503+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
504+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
505+
* public locations as well as private or other locations specifically visible to the project.
503506
*
504507
* Create a request for the method "locations.list".
505508
*
@@ -523,7 +526,10 @@ public class List extends DatastreamRequest<com.google.api.services.datastream.v
523526
java.util.regex.Pattern.compile("^projects/[^/]+$");
524527

525528
/**
526-
* Lists information about the supported locations for this service.
529+
* Lists information about the supported locations for this service. This method can be called in
530+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
531+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
532+
* public locations as well as private or other locations specifically visible to the project.
527533
*
528534
* Create a request for the method "locations.list".
529535
*

clients/google-api-services-datastream/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-datastream</artifactId>
11-
<version>v1-rev20260114-2.0.0</version>
12-
<name>Datastream API v1-rev20260114-2.0.0</name>
11+
<version>v1-rev20260128-2.0.0</version>
12+
<name>Datastream API v1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datastream/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-datastream</artifactId>
25-
<version>v1-rev20260114-2.0.0</version>
25+
<version>v1-rev20260128-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-datastream:v1-rev20260114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datastream/v1alpha1/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-datastream</artifactId>
25-
<version>v1alpha1-rev20251201-2.0.0</version>
25+
<version>v1alpha1-rev20260128-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-datastream:v1alpha1-rev20251201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1alpha1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datastream/v1alpha1/2.0.0/com/google/api/services/datastream/v1alpha1/Datastream.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,10 @@ public Get set(String parameterName, Object value) {
495495
}
496496
}
497497
/**
498-
* Lists information about the supported locations for this service.
498+
* Lists information about the supported locations for this service. This method can be called in
499+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
500+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
501+
* public locations as well as private or other locations specifically visible to the project.
499502
*
500503
* Create a request for the method "locations.list".
501504
*
@@ -519,7 +522,10 @@ public class List extends DatastreamRequest<com.google.api.services.datastream.v
519522
java.util.regex.Pattern.compile("^projects/[^/]+$");
520523

521524
/**
522-
* Lists information about the supported locations for this service.
525+
* Lists information about the supported locations for this service. This method can be called in
526+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
527+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
528+
* public locations as well as private or other locations specifically visible to the project.
523529
*
524530
* Create a request for the method "locations.list".
525531
*

clients/google-api-services-datastream/v1alpha1/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-datastream</artifactId>
11-
<version>v1alpha1-rev20251201-2.0.0</version>
12-
<name>Datastream API v1alpha1-rev20251201-2.0.0</name>
11+
<version>v1alpha1-rev20260128-2.0.0</version>
12+
<name>Datastream API v1alpha1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datastream/v1alpha1/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-datastream</artifactId>
25-
<version>v1alpha1-rev20251201-2.0.0</version>
25+
<version>v1alpha1-rev20260128-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-datastream:v1alpha1-rev20251201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1alpha1-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)