Skip to content

Commit b996bd5

Browse files
1 parent 2528fcd commit b996bd5

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

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

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/SelectedResource.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class SelectedResource extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}`
34+
* Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String routine;
39+
3240
/**
3341
* Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}`
3442
* Example:"projects/test_project/datasets/test_dataset/tables/test_table"
@@ -37,6 +45,25 @@ public final class SelectedResource extends com.google.api.client.json.GenericJs
3745
@com.google.api.client.util.Key
3846
private java.lang.String table;
3947

48+
/**
49+
* Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}`
50+
* Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
51+
* @return value or {@code null} for none
52+
*/
53+
public java.lang.String getRoutine() {
54+
return routine;
55+
}
56+
57+
/**
58+
* Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}`
59+
* Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
60+
* @param routine routine or {@code null} for none
61+
*/
62+
public SelectedResource setRoutine(java.lang.String routine) {
63+
this.routine = routine;
64+
return this;
65+
}
66+
4067
/**
4168
* Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}`
4269
* Example:"projects/test_project/datasets/test_dataset/tables/test_table"

clients/google-api-services-analyticshub/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-analyticshub</artifactId>
11-
<version>v1-rev20241213-2.0.0</version>
12-
<name>Analytics Hub API v1-rev20241213-2.0.0</name>
11+
<version>v1-rev20250115-2.0.0</version>
12+
<name>Analytics Hub API v1-rev20250115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)