Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit c1bbe08

Browse files
cleanup: Remove migrated files (#925)
* cleanup: Remove migrated files * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bfc8887 commit c1bbe08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3
-3637
lines changed

README.md

+3-33
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ If you are using Maven without BOM, add this to your dependencies:
5656
If you are using Gradle 5.x or later, add this to your dependencies:
5757

5858
```Groovy
59-
implementation platform('com.google.cloud:libraries-bom:26.1.4')
59+
implementation platform('com.google.cloud:libraries-bom:26.1.5')
6060
6161
implementation 'com.google.cloud:google-cloud-datacatalog'
6262
```
6363
If you are using Gradle without BOM, add this to your dependencies:
6464

6565
```Groovy
66-
implementation 'com.google.cloud:google-cloud-datacatalog:1.11.0'
66+
implementation 'com.google.cloud:google-cloud-datacatalog:1.12.0'
6767
```
6868

6969
If you are using SBT, add this to your dependencies:
7070

7171
```Scala
72-
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.11.0"
72+
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.12.0"
7373
```
7474

7575
## Authentication
@@ -107,36 +107,6 @@ use this Data Catalog Client Library.
107107

108108

109109

110-
## Samples
111-
112-
Samples are in the [`samples/`](https://github.com/googleapis/java-datacatalog/tree/main/samples) directory.
113-
114-
| Sample | Source Code | Try it |
115-
| --------------------------- | --------------------------------- | ------ |
116-
| Create Custom Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/CreateCustomEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/CreateCustomEntry.java) |
117-
| Create Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/CreateEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/CreateEntry.java) |
118-
| Create Entry Group | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/CreateEntryGroup.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/CreateEntryGroup.java) |
119-
| Create Fileset Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/CreateFilesetEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/CreateFilesetEntry.java) |
120-
| Create Tag Template | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/CreateTagTemplate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/CreateTagTemplate.java) |
121-
| Delete Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/DeleteEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/DeleteEntry.java) |
122-
| Delete Entry Group | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/DeleteEntryGroup.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/DeleteEntryGroup.java) |
123-
| Delete Tag Template | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/DeleteTagTemplate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/DeleteTagTemplate.java) |
124-
| Get Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/GetEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/GetEntry.java) |
125-
| Get Entry Group | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/GetEntryGroup.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/GetEntryGroup.java) |
126-
| Get Tag Template | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/GetTagTemplate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/GetTagTemplate.java) |
127-
| Grant Tag Template User Role | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/GrantTagTemplateUserRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/GrantTagTemplateUserRole.java) |
128-
| List Entries | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/ListEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/ListEntries.java) |
129-
| List Entry Groups | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/ListEntryGroups.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/ListEntryGroups.java) |
130-
| Lookup Entry Big Query Dataset | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/LookupEntryBigQueryDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/LookupEntryBigQueryDataset.java) |
131-
| Lookup Entry Big Query Table | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/LookupEntryBigQueryTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/LookupEntryBigQueryTable.java) |
132-
| Lookup Entry Pub Sub Topic | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/LookupEntryPubSubTopic.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/LookupEntryPubSubTopic.java) |
133-
| Quickstart | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/Quickstart.java) |
134-
| Search Assets | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/SearchAssets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/SearchAssets.java) |
135-
| Update Entry | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/UpdateEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/UpdateEntry.java) |
136-
| Update Entry Group | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/UpdateEntryGroup.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/UpdateEntryGroup.java) |
137-
| Update Tag Template | [source code](https://github.com/googleapis/java-datacatalog/blob/main/samples/snippets/src/main/java/com/example/datacatalog/UpdateTagTemplate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datacatalog&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datacatalog/UpdateTagTemplate.java) |
138-
139-
140110

141111
## Troubleshooting
142112

samples/snippets/src/main/java/com/example/datacatalog/CreateCustomEntry.java

-109
This file was deleted.

samples/snippets/src/main/java/com/example/datacatalog/CreateEntry.java

-57
This file was deleted.

samples/snippets/src/main/java/com/example/datacatalog/CreateEntryGroup.java

-62
This file was deleted.

0 commit comments

Comments
 (0)