Skip to content

Commit 1b56676

Browse files
cleanup: Remove migrated files (googleapis#898)
* 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 b252729 commit 1b56676

36 files changed

+3
-2232
lines changed

java-talent/README.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
2626
<dependency>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-talent</artifactId>
29-
<version>2.6.0</version>
29+
<version>2.7.0</version>
3030
</dependency>
3131
```
3232

3333
If you are using Gradle without BOM, add this to your dependencies:
3434

3535
```Groovy
36-
implementation 'com.google.cloud:google-cloud-talent:2.6.0'
36+
implementation 'com.google.cloud:google-cloud-talent:2.7.0'
3737
```
3838

3939
If you are using SBT, add this to your dependencies:
4040

4141
```Scala
42-
libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.6.0"
42+
libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.7.0"
4343
```
4444

4545
## Authentication
@@ -77,32 +77,6 @@ use this Talent Solution Client Library.
7777

7878

7979

80-
## Samples
81-
82-
Samples are in the [`samples/`](https://github.com/googleapis/java-talent/tree/main/samples) directory.
83-
84-
| Sample | Source Code | Try it |
85-
| --------------------------- | --------------------------------- | ------ |
86-
| Commute Search Jobs | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/CommuteSearchJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/CommuteSearchJobs.java) |
87-
| Custom Ranking Search Jobs | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/CustomRankingSearchJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/CustomRankingSearchJobs.java) |
88-
| Histogram Search Jobs | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/HistogramSearchJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/HistogramSearchJobs.java) |
89-
| Job Search Auto Complete Job Title | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchAutoCompleteJobTitle.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchAutoCompleteJobTitle.java) |
90-
| Job Search Create Client Event | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchCreateClientEvent.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchCreateClientEvent.java) |
91-
| Job Search Create Company | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchCreateCompany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchCreateCompany.java) |
92-
| Job Search Create Job | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchCreateJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchCreateJob.java) |
93-
| Job Search Create Job Custom Attributes | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchCreateJobCustomAttributes.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchCreateJobCustomAttributes.java) |
94-
| Job Search Create Tenant | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchCreateTenant.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchCreateTenant.java) |
95-
| Job Search Delete Company | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteCompany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteCompany.java) |
96-
| Job Search Delete Job | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteJob.java) |
97-
| Job Search Delete Tenant | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteTenant.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchDeleteTenant.java) |
98-
| Job Search Get Company | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchGetCompany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchGetCompany.java) |
99-
| Job Search Get Job | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchGetJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchGetJob.java) |
100-
| Job Search Get Tenant | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchGetTenant.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchGetTenant.java) |
101-
| Job Search List Companies | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchListCompanies.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchListCompanies.java) |
102-
| Job Search List Jobs | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchListJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchListJobs.java) |
103-
| Job Search List Tenants | [source code](https://github.com/googleapis/java-talent/blob/main/samples/snippets/src/main/java/com/example/jobs/JobSearchListTenants.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-talent&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/jobs/JobSearchListTenants.java) |
104-
105-
10680

10781
## Troubleshooting
10882

java-talent/samples/snippets/src/main/java/com/example/jobs/CommuteSearchJobs.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

java-talent/samples/snippets/src/main/java/com/example/jobs/CustomRankingSearchJobs.java

Lines changed: 0 additions & 81 deletions
This file was deleted.

java-talent/samples/snippets/src/main/java/com/example/jobs/HistogramSearchJobs.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)