Commit ac1f904 1 parent 9af7212 commit ac1f904 Copy full SHA for ac1f904
File tree 2 files changed +2
-2
lines changed
google/cloud/talent/v4beta1
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ option objc_class_prefix = "CTS";
33
33
message Company {
34
34
option (google.api.resource ) = {
35
35
type : "jobs.googleapis.com/Company"
36
- pattern : "projects/{project}/companies/{company}"
37
36
pattern : "projects/{project}/tenants/{tenant}/companies/{company}"
37
+ pattern : "projects/{project}/companies/{company}"
38
38
};
39
39
40
40
// Derived details about the company.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ option objc_class_prefix = "CTS";
35
35
message Job {
36
36
option (google.api.resource ) = {
37
37
type : "jobs.googleapis.com/Job"
38
- pattern : "projects/{project}/jobs/{job}"
39
38
pattern : "projects/{project}/tenants/{tenant}/jobs/{job}"
39
+ pattern : "projects/{project}/jobs/{job}"
40
40
};
41
41
42
42
// Application related details of a job posting.
You can’t perform that action at this time.
0 commit comments