diff --git a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/README.md b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/README.md
index eb4eb15faac..06f2f8bc4ef 100644
--- a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/README.md
+++ b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is + * transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed + * explanation see: + * https://developers.google.com/api-client-library/java/google-http-java-client/json + *
+ * + * @author Google, Inc. + */ +@SuppressWarnings("javadoc") +public final class DataplexConfiguration extends com.google.api.client.json.GenericJson { + + /** + * Required. The Dataplex Universal Catalog entry group for importing the metadata. entry_group + * has the format of `projects/{project_id}/locations/{region}/entryGroups/{entry_group_id}`. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String entryGroup; + + /** + * Required. The Dataplex Universal Catalog entry group for importing the metadata. entry_group + * has the format of `projects/{project_id}/locations/{region}/entryGroups/{entry_group_id}`. + * @return value or {@code null} for none + */ + public java.lang.String getEntryGroup() { + return entryGroup; + } + + /** + * Required. The Dataplex Universal Catalog entry group for importing the metadata. entry_group + * has the format of `projects/{project_id}/locations/{region}/entryGroups/{entry_group_id}`. + * @param entryGroup entryGroup or {@code null} for none + */ + public DataplexConfiguration setEntryGroup(java.lang.String entryGroup) { + this.entryGroup = entryGroup; + return this; + } + + @Override + public DataplexConfiguration set(String fieldName, Object value) { + return (DataplexConfiguration) super.set(fieldName, value); + } + + @Override + public DataplexConfiguration clone() { + return (DataplexConfiguration) super.clone(); + } + +} diff --git a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/MetadataDestination.java b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/MetadataDestination.java new file mode 100644 index 00000000000..3b934d4bc42 --- /dev/null +++ b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/MetadataDestination.java @@ -0,0 +1,67 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. + */ +/* + * This code was generated by https://github.com/googleapis/google-api-java-client-services/ + * Modify at your own risk. + */ + +package com.google.api.services.bigquerydatatransfer.v1.model; + +/** + * The metadata destination of the transfer config. + * + *This is the Java data model class that specifies how to parse/serialize into the JSON that is + * transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed + * explanation see: + * https://developers.google.com/api-client-library/java/google-http-java-client/json + *
+ * + * @author Google, Inc. + */ +@SuppressWarnings("javadoc") +public final class MetadataDestination extends com.google.api.client.json.GenericJson { + + /** + * The Dataplex Universal Catalog configuration. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private DataplexConfiguration dataplexConfiguration; + + /** + * The Dataplex Universal Catalog configuration. + * @return value or {@code null} for none + */ + public DataplexConfiguration getDataplexConfiguration() { + return dataplexConfiguration; + } + + /** + * The Dataplex Universal Catalog configuration. + * @param dataplexConfiguration dataplexConfiguration or {@code null} for none + */ + public MetadataDestination setDataplexConfiguration(DataplexConfiguration dataplexConfiguration) { + this.dataplexConfiguration = dataplexConfiguration; + return this; + } + + @Override + public MetadataDestination set(String fieldName, Object value) { + return (MetadataDestination) super.set(fieldName, value); + } + + @Override + public MetadataDestination clone() { + return (MetadataDestination) super.clone(); + } + +} diff --git a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferConfig.java b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferConfig.java index c6a8b83104f..1d4bac78c9c 100644 --- a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferConfig.java +++ b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferConfig.java @@ -113,6 +113,13 @@ public final class TransferConfig extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String managedTableType; + /** + * The metadata destination of the transfer config. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private MetadataDestination metadataDestination; + /** * Identifier. The resource name of the transfer config. Transfer config names have the form * either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or @@ -398,6 +405,23 @@ public TransferConfig setManagedTableType(java.lang.String managedTableType) { return this; } + /** + * The metadata destination of the transfer config. + * @return value or {@code null} for none + */ + public MetadataDestination getMetadataDestination() { + return metadataDestination; + } + + /** + * The metadata destination of the transfer config. + * @param metadataDestination metadataDestination or {@code null} for none + */ + public TransferConfig setMetadataDestination(MetadataDestination metadataDestination) { + this.metadataDestination = metadataDestination; + return this; + } + /** * Identifier. The resource name of the transfer config. Transfer config names have the form * either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or diff --git a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferRun.java b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferRun.java index 1889ce6100b..d0c0a953454 100644 --- a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferRun.java +++ b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferRun.java @@ -66,6 +66,13 @@ public final class TransferRun extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private Status errorStatus; + /** + * Output only. The metadata destination of the transfer run. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private MetadataDestination metadataDestination; + /** * Identifier. The resource name of the transfer run. Transfer run names have the form * `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`. The @@ -233,6 +240,23 @@ public TransferRun setErrorStatus(Status errorStatus) { return this; } + /** + * Output only. The metadata destination of the transfer run. + * @return value or {@code null} for none + */ + public MetadataDestination getMetadataDestination() { + return metadataDestination; + } + + /** + * Output only. The metadata destination of the transfer run. + * @param metadataDestination metadataDestination or {@code null} for none + */ + public TransferRun setMetadataDestination(MetadataDestination metadataDestination) { + this.metadataDestination = metadataDestination; + return this; + } + /** * Identifier. The resource name of the transfer run. Transfer run names have the form * `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`. The diff --git a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/pom.xml b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/pom.xml index 45cc4cef219..b7207bb4a4b 100644 --- a/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/pom.xml +++ b/clients/google-api-services-bigquerydatatransfer/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@