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

Commit 4b3d127

Browse files
feat(generator): update protoc to v3.15.3 (#671)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1a646fed-7599-4979-b98b-de2cd5bb79a0/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent 74c5c89 commit 4b3d127

File tree

6 files changed

+86
-56
lines changed

6 files changed

+86
-56
lines changed

proto-google-cloud-bigquerydatatransfer-v1/clirr-ignored-differences.xml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,58 +5,6 @@
55
<difference>
66
<differenceType>7012</differenceType>
77
<className>com/google/cloud/bigquery/datatransfer/v1/*OrBuilder</className>
8-
<method>* get*(*)</method>
9-
</difference>
10-
<difference>
11-
<differenceType>8001</differenceType>
12-
<className>com/google/cloud/bigquery/datatransfer/v1/ParentNames</className>
13-
</difference>
14-
<difference>
15-
<differenceType>8001</differenceType>
16-
<className>com/google/cloud/bigquery/datatransfer/v1/UntypedParentName</className>
17-
</difference>
18-
<difference>
19-
<differenceType>8001</differenceType>
20-
<className>com/google/cloud/bigquery/datatransfer/v1/ParentName</className>
21-
</difference>
22-
<difference>
23-
<differenceType>5001</differenceType>
24-
<className>com/google/cloud/bigquery/datatransfer/v1/ProjectName</className>
25-
<to>com/google/cloud/bigquery/datatransfer/v1/ParentName</to>
26-
</difference>
27-
<difference>
28-
<differenceType>5001</differenceType>
29-
<className>com/google/cloud/bigquery/datatransfer/v1/LocationName</className>
30-
<to>com/google/cloud/bigquery/datatransfer/v1/ParentName</to>
31-
</difference>
32-
<difference>
33-
<differenceType>7002</differenceType>
34-
<className>com/google/cloud/bigquery/datatransfer/v1/DataSourceName</className>
35-
<method>*parse(*)</method>
36-
</difference>
37-
<difference>
38-
<differenceType>7002</differenceType>
39-
<className>com/google/cloud/bigquery/datatransfer/v1/DataSourceName</className>
40-
<method>*toStrings(*)</method>
41-
</difference>
42-
<difference>
43-
<differenceType>7002</differenceType>
44-
<className>com/google/cloud/bigquery/datatransfer/v1/RunName</className>
45-
<method>*parse(*)</method>
46-
</difference>
47-
<difference>
48-
<differenceType>7002</differenceType>
49-
<className>com/google/cloud/bigquery/datatransfer/v1/RunName</className>
50-
<method>*toStrings(*)</method>
51-
</difference>
52-
<difference>
53-
<differenceType>7002</differenceType>
54-
<className>com/google/cloud/bigquery/datatransfer/v1/TransferConfigName</className>
55-
<method>*parse(*)</method>
56-
</difference>
57-
<difference>
58-
<differenceType>7002</differenceType>
59-
<className>com/google/cloud/bigquery/datatransfer/v1/TransferConfigName</className>
60-
<method>*toStrings(*)</method>
8+
<method>* has*(*)</method>
619
</difference>
6210
</differences>

proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferConfig.java

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,20 @@ public com.google.protobuf.ByteString getNameBytes() {
370370
}
371371

372372
public static final int DESTINATION_DATASET_ID_FIELD_NUMBER = 2;
373+
/**
374+
*
375+
*
376+
* <pre>
377+
* The BigQuery target dataset id.
378+
* </pre>
379+
*
380+
* <code>string destination_dataset_id = 2;</code>
381+
*
382+
* @return Whether the destinationDatasetId field is set.
383+
*/
384+
public boolean hasDestinationDatasetId() {
385+
return destinationCase_ == 2;
386+
}
373387
/**
374388
*
375389
*
@@ -1844,6 +1858,21 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
18441858
return this;
18451859
}
18461860

1861+
/**
1862+
*
1863+
*
1864+
* <pre>
1865+
* The BigQuery target dataset id.
1866+
* </pre>
1867+
*
1868+
* <code>string destination_dataset_id = 2;</code>
1869+
*
1870+
* @return Whether the destinationDatasetId field is set.
1871+
*/
1872+
@java.lang.Override
1873+
public boolean hasDestinationDatasetId() {
1874+
return destinationCase_ == 2;
1875+
}
18471876
/**
18481877
*
18491878
*

proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferConfigOrBuilder.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ public interface TransferConfigOrBuilder
6060
*/
6161
com.google.protobuf.ByteString getNameBytes();
6262

63+
/**
64+
*
65+
*
66+
* <pre>
67+
* The BigQuery target dataset id.
68+
* </pre>
69+
*
70+
* <code>string destination_dataset_id = 2;</code>
71+
*
72+
* @return Whether the destinationDatasetId field is set.
73+
*/
74+
boolean hasDestinationDatasetId();
6375
/**
6476
*
6577
*

proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferRun.java

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,20 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
717717
}
718718

719719
public static final int DESTINATION_DATASET_ID_FIELD_NUMBER = 2;
720+
/**
721+
*
722+
*
723+
* <pre>
724+
* Output only. The BigQuery target dataset id.
725+
* </pre>
726+
*
727+
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
728+
*
729+
* @return Whether the destinationDatasetId field is set.
730+
*/
731+
public boolean hasDestinationDatasetId() {
732+
return destinationCase_ == 2;
733+
}
720734
/**
721735
*
722736
*
@@ -3171,6 +3185,21 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
31713185
return paramsBuilder_;
31723186
}
31733187

3188+
/**
3189+
*
3190+
*
3191+
* <pre>
3192+
* Output only. The BigQuery target dataset id.
3193+
* </pre>
3194+
*
3195+
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
3196+
*
3197+
* @return Whether the destinationDatasetId field is set.
3198+
*/
3199+
@java.lang.Override
3200+
public boolean hasDestinationDatasetId() {
3201+
return destinationCase_ == 2;
3202+
}
31743203
/**
31753204
*
31763205
*

proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferRunOrBuilder.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,18 @@ public interface TransferRunOrBuilder
317317
*/
318318
com.google.protobuf.StructOrBuilder getParamsOrBuilder();
319319

320+
/**
321+
*
322+
*
323+
* <pre>
324+
* Output only. The BigQuery target dataset id.
325+
* </pre>
326+
*
327+
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
328+
*
329+
* @return Whether the destinationDatasetId field is set.
330+
*/
331+
boolean hasDestinationDatasetId();
320332
/**
321333
*
322334
*

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "f954ec30ba9cca88c5f3eb62f41f389d298b6a3f"
14+
"sha": "74c5c8958a4ae2869571dc5af9944268efc9fcdd"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
22-
"internalRef": "358516065"
21+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
22+
"internalRef": "359781040"
2323
}
2424
},
2525
{

0 commit comments

Comments
 (0)