Skip to content

Commit d676901

Browse files
1 parent 05b90a6 commit d676901

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
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-rev20250518-2.0.0</version>
25+
<version>v1-rev20250627-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-rev20250518-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250627-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ public final class SourceHierarchyDatasets extends com.google.api.client.json.Ge
3737
@com.google.api.client.util.Key
3838
private DatasetTemplate datasetTemplate;
3939

40+
/**
41+
* Optional. The project id of the BigQuery dataset. If not specified, the project will be
42+
* inferred from the stream resource.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String projectId;
47+
4048
/**
4149
* The dataset template to use for dynamic dataset creation.
4250
* @return value or {@code null} for none
@@ -54,6 +62,25 @@ public SourceHierarchyDatasets setDatasetTemplate(DatasetTemplate datasetTemplat
5462
return this;
5563
}
5664

65+
/**
66+
* Optional. The project id of the BigQuery dataset. If not specified, the project will be
67+
* inferred from the stream resource.
68+
* @return value or {@code null} for none
69+
*/
70+
public java.lang.String getProjectId() {
71+
return projectId;
72+
}
73+
74+
/**
75+
* Optional. The project id of the BigQuery dataset. If not specified, the project will be
76+
* inferred from the stream resource.
77+
* @param projectId projectId or {@code null} for none
78+
*/
79+
public SourceHierarchyDatasets setProjectId(java.lang.String projectId) {
80+
this.projectId = projectId;
81+
return this;
82+
}
83+
5784
@Override
5885
public SourceHierarchyDatasets set(String fieldName, Object value) {
5986
return (SourceHierarchyDatasets) super.set(fieldName, value);

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-rev20250518-2.0.0</version>
12-
<name>Datastream API v1-rev20250518-2.0.0</name>
11+
<version>v1-rev20250627-2.0.0</version>
12+
<name>Datastream API v1-rev20250627-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-rev20250518-2.0.0</version>
25+
<version>v1-rev20250627-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-rev20250518-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250627-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)