Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,58 +5,6 @@
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/ParentNames</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/UntypedParentName</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/ParentName</className>
</difference>
<difference>
<differenceType>5001</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/ProjectName</className>
<to>com/google/cloud/bigquery/datatransfer/v1/ParentName</to>
</difference>
<difference>
<differenceType>5001</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/LocationName</className>
<to>com/google/cloud/bigquery/datatransfer/v1/ParentName</to>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/DataSourceName</className>
<method>*parse(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/DataSourceName</className>
<method>*toStrings(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/RunName</className>
<method>*parse(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/RunName</className>
<method>*toStrings(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/TransferConfigName</className>
<method>*parse(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/bigquery/datatransfer/v1/TransferConfigName</className>
<method>*toStrings(*)</method>
<method>* has*(*)</method>
</difference>
</differences>
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,20 @@ public com.google.protobuf.ByteString getNameBytes() {
}

public static final int DESTINATION_DATASET_ID_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2;</code>
*
* @return Whether the destinationDatasetId field is set.
*/
public boolean hasDestinationDatasetId() {
return destinationCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -1844,6 +1858,21 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2;</code>
*
* @return Whether the destinationDatasetId field is set.
*/
@java.lang.Override
public boolean hasDestinationDatasetId() {
return destinationCase_ == 2;
}
/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ public interface TransferConfigOrBuilder
*/
com.google.protobuf.ByteString getNameBytes();

/**
*
*
* <pre>
* The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2;</code>
*
* @return Whether the destinationDatasetId field is set.
*/
boolean hasDestinationDatasetId();
/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,20 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
}

public static final int DESTINATION_DATASET_ID_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* Output only. The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return Whether the destinationDatasetId field is set.
*/
public boolean hasDestinationDatasetId() {
return destinationCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -3171,6 +3185,21 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
return paramsBuilder_;
}

/**
*
*
* <pre>
* Output only. The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return Whether the destinationDatasetId field is set.
*/
@java.lang.Override
public boolean hasDestinationDatasetId() {
return destinationCase_ == 2;
}
/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,18 @@ public interface TransferRunOrBuilder
*/
com.google.protobuf.StructOrBuilder getParamsOrBuilder();

/**
*
*
* <pre>
* Output only. The BigQuery target dataset id.
* </pre>
*
* <code>string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return Whether the destinationDatasetId field is set.
*/
boolean hasDestinationDatasetId();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "f954ec30ba9cca88c5f3eb62f41f389d298b6a3f"
"sha": "74c5c8958a4ae2869571dc5af9944268efc9fcdd"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down