Skip to content

Commit

Permalink
chore: regenerate jobs client (#17995)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 6, 2023
1 parent aeaed0c commit cfad7d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-jobs/v3p1beta1/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-jobs</artifactId>
<version>v3p1beta1-rev20230705-2.0.0</version>
<version>v3p1beta1-rev20230822-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-jobs:v3p1beta1-rev20230705-2.0.0'
implementation 'com.google.apis:google-api-services-jobs:v3p1beta1-rev20230822-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ public final class Operation extends com.google.api.client.json.GenericJson {
private java.lang.String name;

/**
* The normal response of the operation in case of success. If the original method returns no data
* on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method
* is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods,
* the response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* The normal, successful response of the operation. If the original method returns no data on
* success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is
* standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the
* response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* example, if the original method name is `TakeSnapshot()`, the inferred response type is
* `TakeSnapshotResponse`.
* The value may be {@code null}.
Expand Down Expand Up @@ -157,10 +157,10 @@ public Operation setName(java.lang.String name) {
}

/**
* The normal response of the operation in case of success. If the original method returns no data
* on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method
* is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods,
* the response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* The normal, successful response of the operation. If the original method returns no data on
* success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is
* standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the
* response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* example, if the original method name is `TakeSnapshot()`, the inferred response type is
* `TakeSnapshotResponse`.
* @return value or {@code null} for none
Expand All @@ -170,10 +170,10 @@ public java.util.Map<String, java.lang.Object> getResponse() {
}

/**
* The normal response of the operation in case of success. If the original method returns no data
* on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method
* is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods,
* the response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* The normal, successful response of the operation. If the original method returns no data on
* success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is
* standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the
* response should have the type `XxxResponse`, where `Xxx` is the original method name. For
* example, if the original method name is `TakeSnapshot()`, the inferred response type is
* `TakeSnapshotResponse`.
* @param response response or {@code null} for none
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-jobs/v3p1beta1/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-jobs</artifactId>
<version>v3p1beta1-rev20230705-2.0.0</version>
<name>Cloud Talent Solution API v3p1beta1-rev20230705-2.0.0</name>
<version>v3p1beta1-rev20230822-2.0.0</version>
<name>Cloud Talent Solution API v3p1beta1-rev20230822-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit cfad7d9

Please sign in to comment.