Skip to content

Commit

Permalink
chore: regenerate dataflow client (#18459)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 26, 2023
1 parent f7e9e6f commit e967f3d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-dataflow/v1b3/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataflow</artifactId>
<version>v1b3-rev20230929-2.0.0</version>
<version>v1b3-rev20231021-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20230929-2.0.0'
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20231021-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ public final class Job extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private RuntimeUpdatableParams runtimeUpdatableParams;

/**
* Output only. Reserved for future use. This field is set only in responses from the server; it
* is ignored if it is set in any requests.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean satisfiesPzi;

/**
* Reserved for future use. This field is set only in responses from the server; it is ignored if
* it is set in any requests.
Expand Down Expand Up @@ -617,6 +625,25 @@ public Job setRuntimeUpdatableParams(RuntimeUpdatableParams runtimeUpdatablePara
return this;
}

/**
* Output only. Reserved for future use. This field is set only in responses from the server; it
* is ignored if it is set in any requests.
* @return value or {@code null} for none
*/
public java.lang.Boolean getSatisfiesPzi() {
return satisfiesPzi;
}

/**
* Output only. Reserved for future use. This field is set only in responses from the server; it
* is ignored if it is set in any requests.
* @param satisfiesPzi satisfiesPzi or {@code null} for none
*/
public Job setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
this.satisfiesPzi = satisfiesPzi;
return this;
}

/**
* Reserved for future use. This field is set only in responses from the server; it is ignored if
* it is set in any requests.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dataflow/v1b3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataflow</artifactId>
<version>v1b3-rev20230929-2.0.0</version>
<name>Dataflow API v1b3-rev20230929-2.0.0</name>
<version>v1b3-rev20231021-2.0.0</version>
<name>Dataflow API v1b3-rev20231021-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit e967f3d

Please sign in to comment.