Skip to content

Commit

Permalink
chore: regenerate datalineage client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Sep 18, 2024
1 parent ec92507 commit a611f64
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 28 deletions.
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-rev20240902-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-rev20240902-2.0.0'
}
```

Expand Down
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
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-rev20240902-2.0.0</version>
<name>Data Lineage API v1-rev20240902-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.45.0/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.7.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.7.0</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-rev20240902-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-rev20240902-2.0.0'
}
```

Expand Down

0 comments on commit a611f64

Please sign in to comment.