Skip to content

Commit f7ba525

Browse files
1 parent 4cd781c commit f7ba525

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

clients/google-api-services-datacatalog/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1DatabaseTableSpec.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public 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) {

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public 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) {

clients/google-api-services-datacatalog/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>

clients/google-api-services-datacatalog/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

clients/google-api-services-datacatalog/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

clients/google-api-services-datacatalog/v1beta1/2.0.0/com/google/api/services/datacatalog/v1beta1/model/GoogleCloudDatacatalogV1DatabaseTableSpec.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public 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) {

clients/google-api-services-datacatalog/v1beta1/2.0.0/com/google/api/services/datacatalog/v1beta1/model/GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public 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) {

clients/google-api-services-datacatalog/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>

clients/google-api-services-datacatalog/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)