Skip to content

Commit 10336d2

Browse files
chore: regenerate datalineage client
1 parent 99021ac commit 10336d2

File tree

8 files changed

+47
-54
lines changed

8 files changed

+47
-54
lines changed

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

+2-2
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-datalineage</artifactId>
25-
<version>v1-rev20230901-2.0.0</version>
25+
<version>v1-rev20250319-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-datalineage:v1-rev20230901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20250319-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datalineage/v1/2.0.0/com/google/api/services/datalineage/v1/Datalineage.java

+7-2
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public class Operations {
651651
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
652652
* methods to check whether the cancellation succeeded or whether the operation completed despite
653653
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
654-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
654+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
655655
* `Code.CANCELLED`.
656656
*
657657
* Create a request for the method "operations.cancel".
@@ -682,7 +682,7 @@ public class Cancel extends DatalineageRequest<com.google.api.services.datalinea
682682
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
683683
* methods to check whether the cancellation succeeded or whether the operation completed despite
684684
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
685-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
685+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
686686
* `Code.CANCELLED`.
687687
*
688688
* Create a request for the method "operations.cancel".
@@ -3713,5 +3713,10 @@ public Builder setGoogleClientRequestInitializer(
37133713
com.google.api.client.googleapis.services.GoogleClientRequestInitializer googleClientRequestInitializer) {
37143714
return (Builder) super.setGoogleClientRequestInitializer(googleClientRequestInitializer);
37153715
}
3716+
3717+
@Override
3718+
public Builder setUniverseDomain(String universeDomain) {
3719+
return (Builder) super.setUniverseDomain(universeDomain);
3720+
}
37163721
}
37173722
}

clients/google-api-services-datalineage/v1/2.0.0/com/google/api/services/datalineage/v1/model/GoogleCloudDatacatalogLineageV1EntityReference.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
public final class GoogleCloudDatacatalogLineageV1EntityReference extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-
34-
* qualified-names) of the entity.
33+
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-
34+
* names) of the entity.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String fullyQualifiedName;
3939

4040
/**
41-
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-
42-
* qualified-names) of the entity.
41+
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-
42+
* names) of the entity.
4343
* @return value or {@code null} for none
4444
*/
4545
public java.lang.String getFullyQualifiedName() {
4646
return fullyQualifiedName;
4747
}
4848

4949
/**
50-
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-
51-
* qualified-names) of the entity.
50+
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-
51+
* names) of the entity.
5252
* @param fullyQualifiedName fullyQualifiedName or {@code null} for none
5353
*/
5454
public GoogleCloudDatacatalogLineageV1EntityReference setFullyQualifiedName(java.lang.String fullyQualifiedName) {

clients/google-api-services-datalineage/v1/2.0.0/com/google/api/services/datalineage/v1/model/GoogleCloudDatacatalogLineageV1Origin.java

+24-18
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,46 @@
3030
public final class GoogleCloudDatacatalogLineageV1Origin extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the
34-
* system, which reports lineage. The project and location parts of the resource name must match
35-
* the project and location of the lineage resource being created. Examples: - `{source_type:
36-
* COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name:
37-
* "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}`
33+
* If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name
34+
* of the system, which reports lineage. The project and location parts of the resource name must
35+
* match the project and location of the lineage resource being created. Examples: -
36+
* `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type:
37+
* BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name:
38+
* "myCustomIntegration"}`
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
4142
private java.lang.String name;
4243

4344
/**
4445
* Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating
45-
* is highly discouraged, and may be restricted in the future without notice.
46+
* is highly discouraged. It might be restricted in the future without notice. There will be
47+
* increase in cost if you use any of the source types other than `CUSTOM`.
4648
* The value may be {@code null}.
4749
*/
4850
@com.google.api.client.util.Key
4951
private java.lang.String sourceType;
5052

5153
/**
52-
* If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the
53-
* system, which reports lineage. The project and location parts of the resource name must match
54-
* the project and location of the lineage resource being created. Examples: - `{source_type:
55-
* COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name:
56-
* "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}`
54+
* If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name
55+
* of the system, which reports lineage. The project and location parts of the resource name must
56+
* match the project and location of the lineage resource being created. Examples: -
57+
* `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type:
58+
* BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name:
59+
* "myCustomIntegration"}`
5760
* @return value or {@code null} for none
5861
*/
5962
public java.lang.String getName() {
6063
return name;
6164
}
6265

6366
/**
64-
* If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the
65-
* system, which reports lineage. The project and location parts of the resource name must match
66-
* the project and location of the lineage resource being created. Examples: - `{source_type:
67-
* COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name:
68-
* "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}`
67+
* If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name
68+
* of the system, which reports lineage. The project and location parts of the resource name must
69+
* match the project and location of the lineage resource being created. Examples: -
70+
* `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type:
71+
* BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name:
72+
* "myCustomIntegration"}`
6973
* @param name name or {@code null} for none
7074
*/
7175
public GoogleCloudDatacatalogLineageV1Origin setName(java.lang.String name) {
@@ -75,7 +79,8 @@ public GoogleCloudDatacatalogLineageV1Origin setName(java.lang.String name) {
7579

7680
/**
7781
* Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating
78-
* is highly discouraged, and may be restricted in the future without notice.
82+
* is highly discouraged. It might be restricted in the future without notice. There will be
83+
* increase in cost if you use any of the source types other than `CUSTOM`.
7984
* @return value or {@code null} for none
8085
*/
8186
public java.lang.String getSourceType() {
@@ -84,7 +89,8 @@ public java.lang.String getSourceType() {
8489

8590
/**
8691
* Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating
87-
* is highly discouraged, and may be restricted in the future without notice.
92+
* is highly discouraged. It might be restricted in the future without notice. There will be
93+
* increase in cost if you use any of the source types other than `CUSTOM`.
8894
* @param sourceType sourceType or {@code null} for none
8995
*/
9096
public GoogleCloudDatacatalogLineageV1Origin setSourceType(java.lang.String sourceType) {

clients/google-api-services-datalineage/v1/2.0.0/com/google/api/services/datalineage/v1/model/GoogleCloudDatacatalogLineageV1Process.java

-9
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ public final class GoogleCloudDatacatalogLineageV1Process extends com.google.api
3838
private java.util.Map<String, java.lang.Object> attributes;
3939

4040
/**
41-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
42-
* than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like
43-
* `_-:&.`
4441
* The value may be {@code null}.
4542
*/
4643
@com.google.api.client.util.Key
@@ -83,19 +80,13 @@ public GoogleCloudDatacatalogLineageV1Process setAttributes(java.util.Map<String
8380
}
8481

8582
/**
86-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
87-
* than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like
88-
* `_-:&.`
8983
* @return value or {@code null} for none
9084
*/
9185
public java.lang.String getDisplayName() {
9286
return displayName;
9387
}
9488

9589
/**
96-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
97-
* than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like
98-
* `_-:&.`
9990
* @param displayName displayName or {@code null} for none
10091
*/
10192
public GoogleCloudDatacatalogLineageV1Process setDisplayName(java.lang.String displayName) {

clients/google-api-services-datalineage/v1/2.0.0/com/google/api/services/datalineage/v1/model/GoogleCloudDatacatalogLineageV1Run.java

-9
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ public final class GoogleCloudDatacatalogLineageV1Run extends com.google.api.cli
3838
private java.util.Map<String, java.lang.Object> attributes;
3939

4040
/**
41-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
42-
* than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
43-
* `_-:&.`
4441
* The value may be {@code null}.
4542
*/
4643
@com.google.api.client.util.Key
@@ -97,19 +94,13 @@ public GoogleCloudDatacatalogLineageV1Run setAttributes(java.util.Map<String, ja
9794
}
9895

9996
/**
100-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
101-
* than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
102-
* `_-:&.`
10397
* @return value or {@code null} for none
10498
*/
10599
public java.lang.String getDisplayName() {
106100
return displayName;
107101
}
108102

109103
/**
110-
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
111-
* than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
112-
* `_-:&.`
113104
* @param displayName displayName or {@code null} for none
114105
*/
115106
public GoogleCloudDatacatalogLineageV1Run setDisplayName(java.lang.String displayName) {

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-datalineage</artifactId>
11-
<version>v1-rev20230901-2.0.0</version>
12-
<name>Data Lineage API v1-rev20230901-2.0.0</name>
11+
<version>v1-rev20250319-2.0.0</version>
12+
<name>Data Lineage API v1-rev20250319-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,9 +90,9 @@
9090
<windowtitle>Data Lineage API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.2.0</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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

+2-2
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-datalineage</artifactId>
25-
<version>v1-rev20230901-2.0.0</version>
25+
<version>v1-rev20250319-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-datalineage:v1-rev20230901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20250319-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)