Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat!: resource name change (#106)
BREAKING CHANGE: use `TenantName` for resources in place of `TenantOrProjectName`
- Loading branch information
Showing
with
874 additions
and 1,216 deletions.
- +1 −1 README.md
- +1 −1 google-cloud-talent-bom/pom.xml
- +1 −1 google-cloud-talent/clirr-ignored-differences.xml
- +15 −15 google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/CompanyServiceClient.java
- +3 −3 google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/CompletionClient.java
- +8 −8 google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/EventServiceClient.java
- +44 −44 google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java
- +54 −54 google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/package-info.java
- +12 −12 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/ApplicationServiceClientTest.java
- +18 −18 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/CompanyServiceClientTest.java
- +15 −15 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/CompletionClientTest.java
- +15 −15 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/EventServiceClientTest.java
- +33 −33 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/JobServiceClientTest.java
- +12 −12 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/ProfileServiceClientTest.java
- +12 −12 google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/TenantServiceClientTest.java
- +10 −0 grpc-google-cloud-talent-v4beta1/clirr-ignored-differences.xml
- +91 −141 ...le-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ApplicationServiceGrpc.java
- +91 −144 ...google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyServiceGrpc.java
- +42 −44 grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompletionGrpc.java
- +44 −43 grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/EventServiceGrpc.java
- +150 −266 grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceGrpc.java
- +103 −169 ...google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ProfileServiceGrpc.java
- +92 −142 ...-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/TenantServiceGrpc.java
- +3 −19 synth.metadata
- +4 −4 versions.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -11,7 +11,7 @@ | ||
<version>0.4.0</version> | ||
</parent> | ||
|
||
<name>Google Cloud Talent BOM</name> | ||
<url>https://github.com/googleapis/java-talent</url> | ||
<description> | ||
BOM for Google Cloud Talent Solution | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.