Skip to content

Commit 297aae1

Browse files
1 parent 00740ec commit 297aae1

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20240626-2.0.0</version>
25+
<version>v1b3-rev20240709-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-dataflow:v1b3-rev20240626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20240709-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/DataflowScopes.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public class DataflowScopes {
2929
/** View and manage your Google Compute Engine resources. */
3030
public static final String COMPUTE = "https://www.googleapis.com/auth/compute";
3131

32-
/** View your Google Compute Engine resources. */
33-
public static final String COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
34-
3532
/**
3633
* Returns an unmodifiable set that contains all scopes declared by this class.
3734
*
@@ -41,7 +38,6 @@ public static java.util.Set<String> all() {
4138
java.util.Set<String> set = new java.util.HashSet<String>();
4239
set.add(CLOUD_PLATFORM);
4340
set.add(COMPUTE);
44-
set.add(COMPUTE_READONLY);
4541
return java.util.Collections.unmodifiableSet(set);
4642
}
4743

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
11-
<version>v1b3-rev20240626-2.0.0</version>
12-
<name>Dataflow API v1b3-rev20240626-2.0.0</name>
11+
<version>v1b3-rev20240709-2.0.0</version>
12+
<name>Dataflow API v1b3-rev20240709-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20240626-2.0.0</version>
25+
<version>v1b3-rev20240709-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-dataflow:v1b3-rev20240626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20240709-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)