Skip to content

Commit ac1f904

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
fix (breaking change): reorder Company and Job resources in talent API to be consistent with old gapic config.
committer: @hzyi-google PiperOrigin-RevId: 305760190
1 parent 9af7212 commit ac1f904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/talent/v4beta1/company.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ option objc_class_prefix = "CTS";
3333
message Company {
3434
option (google.api.resource) = {
3535
type: "jobs.googleapis.com/Company"
36-
pattern: "projects/{project}/companies/{company}"
3736
pattern: "projects/{project}/tenants/{tenant}/companies/{company}"
37+
pattern: "projects/{project}/companies/{company}"
3838
};
3939

4040
// Derived details about the company.

google/cloud/talent/v4beta1/job.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ option objc_class_prefix = "CTS";
3535
message Job {
3636
option (google.api.resource) = {
3737
type: "jobs.googleapis.com/Job"
38-
pattern: "projects/{project}/jobs/{job}"
3938
pattern: "projects/{project}/tenants/{tenant}/jobs/{job}"
39+
pattern: "projects/{project}/jobs/{job}"
4040
};
4141

4242
// Application related details of a job posting.

0 commit comments

Comments
 (0)