File tree 4 files changed +6
-10
lines changed
clients/google-api-services-dataflow/v1b3
com/google/api/services/dataflow
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataflow</artifactId >
25
- <version >v1b3-rev20240626 -2.0.0</version >
25
+ <version >v1b3-rev20240709 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public class DataflowScopes {
29
29
/** View and manage your Google Compute Engine resources. */
30
30
public static final String COMPUTE = "https://www.googleapis.com/auth/compute" ;
31
31
32
- /** View your Google Compute Engine resources. */
33
- public static final String COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly" ;
34
-
35
32
/**
36
33
* Returns an unmodifiable set that contains all scopes declared by this class.
37
34
*
@@ -41,7 +38,6 @@ public static java.util.Set<String> all() {
41
38
java .util .Set <String > set = new java .util .HashSet <String >();
42
39
set .add (CLOUD_PLATFORM );
43
40
set .add (COMPUTE );
44
- set .add (COMPUTE_READONLY );
45
41
return java .util .Collections .unmodifiableSet (set );
46
42
}
47
43
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataflow</artifactId >
25
- <version >v1b3-rev20240626 -2.0.0</version >
25
+ <version >v1b3-rev20240709 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments