Skip to content
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

chore: regenerate datalineage client #19601

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
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 @@ -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
8 changes: 4 additions & 4 deletions clients/google-api-services-datalineage/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
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.44.1/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.5.0/</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.5.0</version>
</dependency>
</dependencies>

Expand Down