File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed
clients/google-api-services-datacatalog
com/google/api/services/datacatalog/v1beta1/model
com/google/api/services/datacatalog/v1/model Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datacatalog</artifactId >
25- <version >v1-rev20241202 -2.0.0</version >
25+ <version >v1-rev20250212 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20241202 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250212 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131public final class GoogleCloudDatacatalogV1DatabaseTableSpec extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Spec what aplies to tables that are actually views. Not set for "real" tables.
34+ * Spec what applies to tables that are actually views. Not set for "real" tables.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
@@ -53,15 +53,15 @@ public final class GoogleCloudDatacatalogV1DatabaseTableSpec extends com.google.
5353 private java .lang .String type ;
5454
5555 /**
56- * Spec what aplies to tables that are actually views. Not set for "real" tables.
56+ * Spec what applies to tables that are actually views. Not set for "real" tables.
5757 * @return value or {@code null} for none
5858 */
5959 public GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec getDatabaseViewSpec () {
6060 return databaseViewSpec ;
6161 }
6262
6363 /**
64- * Spec what aplies to tables that are actually views. Not set for "real" tables.
64+ * Spec what applies to tables that are actually views. Not set for "real" tables.
6565 * @param databaseViewSpec databaseViewSpec or {@code null} for none
6666 */
6767 public GoogleCloudDatacatalogV1DatabaseTableSpec setDatabaseViewSpec (GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec databaseViewSpec ) {
Original file line number Diff line number Diff line change 3131public final class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Output only. Type of underelaying storage for the FeatureOnlineStore.
34+ * Output only. Type of underlying storage for the FeatureOnlineStore.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
3838 private java .lang .String storageType ;
3939
4040 /**
41- * Output only. Type of underelaying storage for the FeatureOnlineStore.
41+ * Output only. Type of underlying storage for the FeatureOnlineStore.
4242 * @return value or {@code null} for none
4343 */
4444 public java .lang .String getStorageType () {
4545 return storageType ;
4646 }
4747
4848 /**
49- * Output only. Type of underelaying storage for the FeatureOnlineStore.
49+ * Output only. Type of underlying storage for the FeatureOnlineStore.
5050 * @param storageType storageType or {@code null} for none
5151 */
5252 public GoogleCloudDatacatalogV1FeatureOnlineStoreSpec setStorageType (java .lang .String storageType ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-datacatalog</artifactId >
11- <version >v1-rev20241202 -2.0.0</version >
12- <name >Google Cloud Data Catalog API v1-rev20241202 -2.0.0</name >
11+ <version >v1-rev20250212 -2.0.0</version >
12+ <name >Google Cloud Data Catalog API v1-rev20250212 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datacatalog</artifactId >
25- <version >v1-rev20241202 -2.0.0</version >
25+ <version >v1-rev20250212 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20241202 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250212 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datacatalog</artifactId >
25- <version >v1beta1-rev20241021 -2.0.0</version >
25+ <version >v1beta1-rev20250212 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20241021 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250212 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131public final class GoogleCloudDatacatalogV1DatabaseTableSpec extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Spec what aplies to tables that are actually views. Not set for "real" tables.
34+ * Spec what applies to tables that are actually views. Not set for "real" tables.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
@@ -53,15 +53,15 @@ public final class GoogleCloudDatacatalogV1DatabaseTableSpec extends com.google.
5353 private java .lang .String type ;
5454
5555 /**
56- * Spec what aplies to tables that are actually views. Not set for "real" tables.
56+ * Spec what applies to tables that are actually views. Not set for "real" tables.
5757 * @return value or {@code null} for none
5858 */
5959 public GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec getDatabaseViewSpec () {
6060 return databaseViewSpec ;
6161 }
6262
6363 /**
64- * Spec what aplies to tables that are actually views. Not set for "real" tables.
64+ * Spec what applies to tables that are actually views. Not set for "real" tables.
6565 * @param databaseViewSpec databaseViewSpec or {@code null} for none
6666 */
6767 public GoogleCloudDatacatalogV1DatabaseTableSpec setDatabaseViewSpec (GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec databaseViewSpec ) {
Original file line number Diff line number Diff line change 3131public final class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Output only. Type of underelaying storage for the FeatureOnlineStore.
34+ * Output only. Type of underlying storage for the FeatureOnlineStore.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
3838 private java .lang .String storageType ;
3939
4040 /**
41- * Output only. Type of underelaying storage for the FeatureOnlineStore.
41+ * Output only. Type of underlying storage for the FeatureOnlineStore.
4242 * @return value or {@code null} for none
4343 */
4444 public java .lang .String getStorageType () {
4545 return storageType ;
4646 }
4747
4848 /**
49- * Output only. Type of underelaying storage for the FeatureOnlineStore.
49+ * Output only. Type of underlying storage for the FeatureOnlineStore.
5050 * @param storageType storageType or {@code null} for none
5151 */
5252 public GoogleCloudDatacatalogV1FeatureOnlineStoreSpec setStorageType (java .lang .String storageType ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-datacatalog</artifactId >
11- <version >v1beta1-rev20241021 -2.0.0</version >
12- <name >Google Cloud Data Catalog API v1beta1-rev20241021 -2.0.0</name >
11+ <version >v1beta1-rev20250212 -2.0.0</version >
12+ <name >Google Cloud Data Catalog API v1beta1-rev20250212 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datacatalog</artifactId >
25- <version >v1beta1-rev20241021 -2.0.0</version >
25+ <version >v1beta1-rev20250212 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20241021 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250212 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments