Skip to content

Commit 6116815

Browse files
1 parent b526acf commit 6116815

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-dataplex/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-dataplex</artifactId>
25-
<version>v1-rev20250525-2.0.0</version>
25+
<version>v1-rev20250603-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-dataplex:v1-rev20250525-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250603-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AspectTypeMetadataTemplate.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public final class GoogleCloudDataplexV1AspectTypeMetadataTemplate extends com.g
9898

9999
/**
100100
* Required. The datatype of this field. The following values are supported:Primitive types:
101-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
101+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
102102
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
103103
* record
104104
* The value may be {@code null}.
@@ -284,7 +284,7 @@ public GoogleCloudDataplexV1AspectTypeMetadataTemplate setRecordFields(java.util
284284

285285
/**
286286
* Required. The datatype of this field. The following values are supported:Primitive types:
287-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
287+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
288288
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
289289
* record
290290
* @return value or {@code null} for none
@@ -295,7 +295,7 @@ public java.lang.String getType() {
295295

296296
/**
297297
* Required. The datatype of this field. The following values are supported:Primitive types:
298-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
298+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
299299
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
300300
* record
301301
* @param type type or {@code null} for none

clients/google-api-services-dataplex/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-dataplex</artifactId>
11-
<version>v1-rev20250525-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20250525-2.0.0</name>
11+
<version>v1-rev20250603-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20250603-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataplex/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-dataplex</artifactId>
25-
<version>v1-rev20250525-2.0.0</version>
25+
<version>v1-rev20250603-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-dataplex:v1-rev20250525-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250603-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)