Skip to content

chore: regenerate datalineage client #19601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-datalineage/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datalineage</artifactId>
<version>v1-rev20230901-2.0.0</version>
<version>v1-rev20250319-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20230901-2.0.0'
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20250319-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down Expand Up @@ -682,7 +682,7 @@ public class Cancel extends DatalineageRequest<com.google.api.services.datalinea
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down Expand Up @@ -3713,5 +3713,10 @@ public Builder setGoogleClientRequestInitializer(
com.google.api.client.googleapis.services.GoogleClientRequestInitializer googleClientRequestInitializer) {
return (Builder) super.setGoogleClientRequestInitializer(googleClientRequestInitializer);
}

@Override
public Builder setUniverseDomain(String universeDomain) {
return (Builder) super.setUniverseDomain(universeDomain);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
public final class GoogleCloudDatacatalogLineageV1EntityReference extends com.google.api.client.json.GenericJson {

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

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

/**
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-
* qualified-names) of the entity.
* Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-
* names) of the entity.
* @param fullyQualifiedName fullyQualifiedName or {@code null} for none
*/
public GoogleCloudDatacatalogLineageV1EntityReference setFullyQualifiedName(java.lang.String fullyQualifiedName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,46 @@
public final class GoogleCloudDatacatalogLineageV1Origin extends com.google.api.client.json.GenericJson {

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

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

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

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

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

/**
* Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating
* is highly discouraged, and may be restricted in the future without notice.
* is highly discouraged. It might be restricted in the future without notice. There will be
* increase in cost if you use any of the source types other than `CUSTOM`.
* @param sourceType sourceType or {@code null} for none
*/
public GoogleCloudDatacatalogLineageV1Origin setSourceType(java.lang.String sourceType) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public final class GoogleCloudDatacatalogLineageV1Process extends com.google.api
private java.util.Map<String, java.lang.Object> attributes;

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

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

/**
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
* than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like
* `_-:&.`
* @param displayName displayName or {@code null} for none
*/
public GoogleCloudDatacatalogLineageV1Process setDisplayName(java.lang.String displayName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public final class GoogleCloudDatacatalogLineageV1Run extends com.google.api.cli
private java.util.Map<String, java.lang.Object> attributes;

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

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

/**
* Optional. A human-readable name you can set to display in a user interface. Must be not longer
* than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
* `_-:&.`
* @param displayName displayName or {@code null} for none
*/
public GoogleCloudDatacatalogLineageV1Run setDisplayName(java.lang.String displayName) {
Expand Down
12 changes: 6 additions & 6 deletions clients/google-api-services-datalineage/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datalineage</artifactId>
<version>v1-rev20230901-2.0.0</version>
<name>Data Lineage API v1-rev20230901-2.0.0</name>
<version>v1-rev20250319-2.0.0</version>
<name>Data Lineage API v1-rev20250319-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -90,9 +90,9 @@
<windowtitle>Data Lineage API ${project.version}</windowtitle>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
</links>
</configuration>
</plugin>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.2.0</version>
<version>2.7.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datalineage/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datalineage</artifactId>
<version>v1-rev20230901-2.0.0</version>
<version>v1-rev20250319-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20230901-2.0.0'
implementation 'com.google.apis:google-api-services-datalineage:v1-rev20250319-2.0.0'
}
```

Expand Down