Skip to content

Commit e443339

Browse files
1 parent 1b01d6a commit e443339

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
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-rev20240722-2.0.0</version>
25+
<version>v1-rev20240725-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-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240725-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ public final class GoogleCloudDataplexV1Entry extends com.google.api.client.json
7171
private java.lang.String entryType;
7272

7373
/**
74-
* Optional. A name for the entry that can be referenced by an external system. The maximum size
75-
* of the field is 4000 characters.
74+
* Optional. A name for the entry that can be referenced by an external system. For more
75+
* information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-
76+
* qualified-names). The maximum size of the field is 4000 characters.
7677
* The value may be {@code null}.
7778
*/
7879
@com.google.api.client.util.Key
@@ -183,17 +184,19 @@ public GoogleCloudDataplexV1Entry setEntryType(java.lang.String entryType) {
183184
}
184185

185186
/**
186-
* Optional. A name for the entry that can be referenced by an external system. The maximum size
187-
* of the field is 4000 characters.
187+
* Optional. A name for the entry that can be referenced by an external system. For more
188+
* information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-
189+
* qualified-names). The maximum size of the field is 4000 characters.
188190
* @return value or {@code null} for none
189191
*/
190192
public java.lang.String getFullyQualifiedName() {
191193
return fullyQualifiedName;
192194
}
193195

194196
/**
195-
* Optional. A name for the entry that can be referenced by an external system. The maximum size
196-
* of the field is 4000 characters.
197+
* Optional. A name for the entry that can be referenced by an external system. For more
198+
* information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-
199+
* qualified-names). The maximum size of the field is 4000 characters.
197200
* @param fullyQualifiedName fullyQualifiedName or {@code null} for none
198201
*/
199202
public GoogleCloudDataplexV1Entry setFullyQualifiedName(java.lang.String fullyQualifiedName) {

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-rev20240722-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20240722-2.0.0</name>
11+
<version>v1-rev20240725-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20240725-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-rev20240722-2.0.0</version>
25+
<version>v1-rev20240725-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-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240725-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)