Skip to content
Closed
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-datacatalog/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-datacatalog</artifactId>
<version>v1-rev20251226-2.0.0</version>
<version>v1-rev20260211-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20251226-2.0.0'
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20260211-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class DataCatalog extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -11599,8 +11599,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/**
* A tag template defines a tag that can have one or more typed fields. The template is used to
* create tags that are attached to Google Cloud resources. [Tag template roles]
* (https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles) provide permissions to
* create, edit, and use the template. For example, see the [TagTemplate User]
* (https://cloud.google.com/iam/docs/roles-permissions/datacatalog) provide permissions to create,
* edit, and use the template. For example, see the [TagTemplate User]
* (https://cloud.google.com/data-catalog/docs/how-to/template-user) role that includes a permission
* to use the tag template to tag resources.
*
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datacatalog/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-datacatalog</artifactId>
<version>v1-rev20251226-2.0.0</version>
<name>Google Cloud Data Catalog API v1-rev20251226-2.0.0</name>
<version>v1-rev20260211-2.0.0</version>
<name>Google Cloud Data Catalog API v1-rev20260211-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datacatalog/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-datacatalog</artifactId>
<version>v1-rev20251226-2.0.0</version>
<version>v1-rev20260211-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20251226-2.0.0'
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20260211-2.0.0'
}
```

Expand Down
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-datacatalog</artifactId>
<version>v1beta1-rev20251226-2.0.0</version>
<version>v1beta1-rev20260211-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20251226-2.0.0'
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20260211-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class DataCatalog extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -9300,8 +9300,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/**
* A tag template defines a tag, which can have one or more typed fields. The template is used to
* create and attach the tag to Google Cloud resources. [Tag template
* roles](https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles) provide
* permissions to create, edit, and use the template. See, for example, the [TagTemplate
* roles](https://cloud.google.com/iam/docs/roles-permissions/datacatalog) provide permissions to
* create, edit, and use the template. See, for example, the [TagTemplate
* User](https://cloud.google.com/data-catalog/docs/how-to/template-user) role, which includes
* permission to use the tag template to tag resources.
*
Expand Down
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-datacatalog</artifactId>
<version>v1beta1-rev20251226-2.0.0</version>
<name>Google Cloud Data Catalog API v1beta1-rev20251226-2.0.0</name>
<version>v1beta1-rev20260211-2.0.0</version>
<name>Google Cloud Data Catalog API v1beta1-rev20260211-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datacatalog/v1beta1/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-datacatalog</artifactId>
<version>v1beta1-rev20251226-2.0.0</version>
<version>v1beta1-rev20260211-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20251226-2.0.0'
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20260211-2.0.0'
}
```

Expand Down