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

Commit 3bf5f9c

Browse files
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
1 parent 2cb4677 commit 3bf5f9c

File tree

62 files changed

+2162
-3587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2162
-3587
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/cloud/talent/v4/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/talent/v4/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/talent/v4/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
20+
<!--TODO: To be removed after 0.39.0-->
21+
<difference>
22+
<differenceType>6001</differenceType>
23+
<className>com/google/cloud/talent/v4/CommuteMethod</className>
24+
<field>CYCLING</field>
25+
</difference>
26+
<difference>
27+
<differenceType>6011</differenceType>
28+
<className>com/google/cloud/talent/v4/CommuteMethod</className>
29+
<field>CYCLING_VALUE</field>
30+
</difference>
31+
<difference>
32+
<differenceType>6001</differenceType>
33+
<className>com/google/cloud/talent/v4/CommuteMethod</className>
34+
<field>WALKING</field>
35+
</difference>
36+
<difference>
37+
<differenceType>6011</differenceType>
38+
<className>com/google/cloud/talent/v4/CommuteMethod</className>
39+
<field>WALKING_VALUE</field>
40+
</difference>
41+
</differences>

proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/BatchOperationMetadata.java

Lines changed: 44 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
*
2424
* <pre>
2525
* Metadata used for long running operations returned by CTS batch APIs.
26-
* It's used to replace
27-
* [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
26+
* It's used to replace [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
2827
* </pre>
2928
*
3029
* Protobuf type {@code google.cloud.talent.v4.BatchOperationMetadata}
@@ -239,8 +238,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
239238
*
240239
* <pre>
241240
* The batch operation is in the process of cancelling after
242-
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
243-
* is called.
241+
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called.
244242
* </pre>
245243
*
246244
* <code>CANCELLING = 5;</code>
@@ -251,9 +249,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
251249
*
252250
* <pre>
253251
* The batch operation is done after
254-
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
255-
* is called. Any items processed before cancelling are returned in the
256-
* response.
252+
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items
253+
* processed before cancelling are returned in the response.
257254
* </pre>
258255
*
259256
* <code>CANCELLED = 6;</code>
@@ -318,8 +315,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
318315
*
319316
* <pre>
320317
* The batch operation is in the process of cancelling after
321-
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
322-
* is called.
318+
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called.
323319
* </pre>
324320
*
325321
* <code>CANCELLING = 5;</code>
@@ -330,9 +326,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
330326
*
331327
* <pre>
332328
* The batch operation is done after
333-
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
334-
* is called. Any items processed before cancelling are returned in the
335-
* response.
329+
* [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items
330+
* processed before cancelling are returned in the response.
336331
* </pre>
337332
*
338333
* <code>CANCELLED = 6;</code>
@@ -626,8 +621,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
626621
*
627622
* <pre>
628623
* The time when the batch operation status is updated. The metadata and the
629-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
630-
* refreshed every minute otherwise cached data is returned.
624+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
625+
* returned.
631626
* </pre>
632627
*
633628
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -643,8 +638,8 @@ public boolean hasUpdateTime() {
643638
*
644639
* <pre>
645640
* The time when the batch operation status is updated. The metadata and the
646-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
647-
* refreshed every minute otherwise cached data is returned.
641+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
642+
* returned.
648643
* </pre>
649644
*
650645
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -660,8 +655,8 @@ public com.google.protobuf.Timestamp getUpdateTime() {
660655
*
661656
* <pre>
662657
* The time when the batch operation status is updated. The metadata and the
663-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
664-
* refreshed every minute otherwise cached data is returned.
658+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
659+
* returned.
665660
* </pre>
666661
*
667662
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -678,8 +673,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
678673
*
679674
* <pre>
680675
* The time when the batch operation is finished and
681-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
682-
* set to `true`.
676+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
683677
* </pre>
684678
*
685679
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -695,8 +689,7 @@ public boolean hasEndTime() {
695689
*
696690
* <pre>
697691
* The time when the batch operation is finished and
698-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
699-
* set to `true`.
692+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
700693
* </pre>
701694
*
702695
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -712,8 +705,7 @@ public com.google.protobuf.Timestamp getEndTime() {
712705
*
713706
* <pre>
714707
* The time when the batch operation is finished and
715-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
716-
* set to `true`.
708+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
717709
* </pre>
718710
*
719711
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -967,8 +959,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
967959
*
968960
* <pre>
969961
* Metadata used for long running operations returned by CTS batch APIs.
970-
* It's used to replace
971-
* [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
962+
* It's used to replace [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
972963
* </pre>
973964
*
974965
* Protobuf type {@code google.cloud.talent.v4.BatchOperationMetadata}
@@ -1738,8 +1729,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
17381729
*
17391730
* <pre>
17401731
* The time when the batch operation status is updated. The metadata and the
1741-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1742-
* refreshed every minute otherwise cached data is returned.
1732+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1733+
* returned.
17431734
* </pre>
17441735
*
17451736
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1754,8 +1745,8 @@ public boolean hasUpdateTime() {
17541745
*
17551746
* <pre>
17561747
* The time when the batch operation status is updated. The metadata and the
1757-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1758-
* refreshed every minute otherwise cached data is returned.
1748+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1749+
* returned.
17591750
* </pre>
17601751
*
17611752
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1776,8 +1767,8 @@ public com.google.protobuf.Timestamp getUpdateTime() {
17761767
*
17771768
* <pre>
17781769
* The time when the batch operation status is updated. The metadata and the
1779-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1780-
* refreshed every minute otherwise cached data is returned.
1770+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1771+
* returned.
17811772
* </pre>
17821773
*
17831774
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1800,8 +1791,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
18001791
*
18011792
* <pre>
18021793
* The time when the batch operation status is updated. The metadata and the
1803-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1804-
* refreshed every minute otherwise cached data is returned.
1794+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1795+
* returned.
18051796
* </pre>
18061797
*
18071798
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1821,8 +1812,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
18211812
*
18221813
* <pre>
18231814
* The time when the batch operation status is updated. The metadata and the
1824-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1825-
* refreshed every minute otherwise cached data is returned.
1815+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1816+
* returned.
18261817
* </pre>
18271818
*
18281819
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1847,8 +1838,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
18471838
*
18481839
* <pre>
18491840
* The time when the batch operation status is updated. The metadata and the
1850-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1851-
* refreshed every minute otherwise cached data is returned.
1841+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1842+
* returned.
18521843
* </pre>
18531844
*
18541845
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1869,8 +1860,8 @@ public Builder clearUpdateTime() {
18691860
*
18701861
* <pre>
18711862
* The time when the batch operation status is updated. The metadata and the
1872-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1873-
* refreshed every minute otherwise cached data is returned.
1863+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1864+
* returned.
18741865
* </pre>
18751866
*
18761867
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1885,8 +1876,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
18851876
*
18861877
* <pre>
18871878
* The time when the batch operation status is updated. The metadata and the
1888-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1889-
* refreshed every minute otherwise cached data is returned.
1879+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1880+
* returned.
18901881
* </pre>
18911882
*
18921883
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1905,8 +1896,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
19051896
*
19061897
* <pre>
19071898
* The time when the batch operation status is updated. The metadata and the
1908-
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is
1909-
* refreshed every minute otherwise cached data is returned.
1899+
* [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is
1900+
* returned.
19101901
* </pre>
19111902
*
19121903
* <code>.google.protobuf.Timestamp update_time = 7;</code>
@@ -1939,8 +1930,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
19391930
*
19401931
* <pre>
19411932
* The time when the batch operation is finished and
1942-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
1943-
* set to `true`.
1933+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
19441934
* </pre>
19451935
*
19461936
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -1955,8 +1945,7 @@ public boolean hasEndTime() {
19551945
*
19561946
* <pre>
19571947
* The time when the batch operation is finished and
1958-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
1959-
* set to `true`.
1948+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
19601949
* </pre>
19611950
*
19621951
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -1975,8 +1964,7 @@ public com.google.protobuf.Timestamp getEndTime() {
19751964
*
19761965
* <pre>
19771966
* The time when the batch operation is finished and
1978-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
1979-
* set to `true`.
1967+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
19801968
* </pre>
19811969
*
19821970
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -1999,8 +1987,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) {
19991987
*
20001988
* <pre>
20011989
* The time when the batch operation is finished and
2002-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2003-
* set to `true`.
1990+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
20041991
* </pre>
20051992
*
20061993
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -2020,8 +2007,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
20202007
*
20212008
* <pre>
20222009
* The time when the batch operation is finished and
2023-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2024-
* set to `true`.
2010+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
20252011
* </pre>
20262012
*
20272013
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -2046,8 +2032,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) {
20462032
*
20472033
* <pre>
20482034
* The time when the batch operation is finished and
2049-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2050-
* set to `true`.
2035+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
20512036
* </pre>
20522037
*
20532038
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -2068,8 +2053,7 @@ public Builder clearEndTime() {
20682053
*
20692054
* <pre>
20702055
* The time when the batch operation is finished and
2071-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2072-
* set to `true`.
2056+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
20732057
* </pre>
20742058
*
20752059
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -2084,8 +2068,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
20842068
*
20852069
* <pre>
20862070
* The time when the batch operation is finished and
2087-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2088-
* set to `true`.
2071+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
20892072
* </pre>
20902073
*
20912074
* <code>.google.protobuf.Timestamp end_time = 8;</code>
@@ -2102,8 +2085,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
21022085
*
21032086
* <pre>
21042087
* The time when the batch operation is finished and
2105-
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is
2106-
* set to `true`.
2088+
* [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
21072089
* </pre>
21082090
*
21092091
* <code>.google.protobuf.Timestamp end_time = 8;</code>

0 commit comments

Comments
 (0)