Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(v4)!: remove commute enums CYCLING/WALKING from Job Search v4 API (
#259)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e933bf05-a809-48b7-957e-9802572485e5/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 334643694
Source-Link: googleapis/googleapis@9a69333
  • Loading branch information
yoshi-automation committed Oct 1, 2020
1 parent 2cb4677 commit 3bf5f9c
Show file tree
Hide file tree
Showing 62 changed files with 2,162 additions and 3,587 deletions.
41 changes: 41 additions & 0 deletions proto-google-cloud-talent-v4/clirr-ignored-differences.xml
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/talent/v4/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/talent/v4/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/talent/v4/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>

<!--TODO: To be removed after 0.39.0-->
<difference>
<differenceType>6001</differenceType>
<className>com/google/cloud/talent/v4/CommuteMethod</className>
<field>CYCLING</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/talent/v4/CommuteMethod</className>
<field>CYCLING_VALUE</field>
</difference>
<difference>
<differenceType>6001</differenceType>
<className>com/google/cloud/talent/v4/CommuteMethod</className>
<field>WALKING</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/talent/v4/CommuteMethod</className>
<field>WALKING_VALUE</field>
</difference>
</differences>
Expand Up @@ -23,8 +23,7 @@
*
* <pre>
* Metadata used for long running operations returned by CTS batch APIs.
* It's used to replace
* [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
* It's used to replace [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
* </pre>
*
* Protobuf type {@code google.cloud.talent.v4.BatchOperationMetadata}
Expand Down Expand Up @@ -239,8 +238,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
* <pre>
* The batch operation is in the process of cancelling after
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
* is called.
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called.
* </pre>
*
* <code>CANCELLING = 5;</code>
Expand All @@ -251,9 +249,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
* <pre>
* The batch operation is done after
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
* is called. Any items processed before cancelling are returned in the
* response.
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items
* processed before cancelling are returned in the response.
* </pre>
*
* <code>CANCELLED = 6;</code>
Expand Down Expand Up @@ -318,8 +315,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
* <pre>
* The batch operation is in the process of cancelling after
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
* is called.
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called.
* </pre>
*
* <code>CANCELLING = 5;</code>
Expand All @@ -330,9 +326,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
* <pre>
* The batch operation is done after
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
* is called. Any items processed before cancelling are returned in the
* response.
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items
* processed before cancelling are returned in the response.
* </pre>
*
* <code>CANCELLED = 6;</code>
Expand Down Expand Up @@ -626,8 +621,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -643,8 +638,8 @@ public boolean hasUpdateTime() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -660,8 +655,8 @@ public com.google.protobuf.Timestamp getUpdateTime() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -678,8 +673,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -695,8 +689,7 @@ public boolean hasEndTime() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -712,8 +705,7 @@ public com.google.protobuf.Timestamp getEndTime() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand Down Expand Up @@ -967,8 +959,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* <pre>
* Metadata used for long running operations returned by CTS batch APIs.
* It's used to replace
* [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
* It's used to replace [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
* </pre>
*
* Protobuf type {@code google.cloud.talent.v4.BatchOperationMetadata}
Expand Down Expand Up @@ -1738,8 +1729,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1754,8 +1745,8 @@ public boolean hasUpdateTime() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1776,8 +1767,8 @@ public com.google.protobuf.Timestamp getUpdateTime() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1800,8 +1791,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1821,8 +1812,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1847,8 +1838,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1869,8 +1860,8 @@ public Builder clearUpdateTime() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1885,8 +1876,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand All @@ -1905,8 +1896,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
*
* <pre>
* The time when the batch operation status is updated. The metadata and the
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
* refreshed every minute otherwise cached data is returned.
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
* returned.
* </pre>
*
* <code>.google.protobuf.Timestamp update_time = 7;</code>
Expand Down Expand Up @@ -1939,8 +1930,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -1955,8 +1945,7 @@ public boolean hasEndTime() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -1975,8 +1964,7 @@ public com.google.protobuf.Timestamp getEndTime() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -1999,8 +1987,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -2020,8 +2007,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -2046,8 +2032,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -2068,8 +2053,7 @@ public Builder clearEndTime() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -2084,8 +2068,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand All @@ -2102,8 +2085,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
*
* <pre>
* The time when the batch operation is finished and
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
* set to `true`.
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
* </pre>
*
* <code>.google.protobuf.Timestamp end_time = 8;</code>
Expand Down

0 comments on commit 3bf5f9c

Please sign in to comment.