Skip to content

Commit 9ce36ff

Browse files
Regenerate talent client
1 parent 21dbff1 commit 9ce36ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

google-cloud-clients/google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/JobServiceClientTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void tearDown() throws Exception {
101101
@SuppressWarnings("all")
102102
public void createJobTest() {
103103
JobName name = JobOldName.of("[PROJECT]", "[JOBS]");
104-
String company = "company950484093";
104+
CompanyName company = CompanyOldName.of("[PROJECT]", "[COMPANY]");
105105
String requisitionId = "requisitionId980224926";
106106
String title = "title110371416";
107107
String description = "description-1724546052";
@@ -115,7 +115,7 @@ public void createJobTest() {
115115
Job expectedResponse =
116116
Job.newBuilder()
117117
.setName(name.toString())
118-
.setCompany(company)
118+
.setCompany(company.toString())
119119
.setRequisitionId(requisitionId)
120120
.setTitle(title)
121121
.setDescription(description)
@@ -168,7 +168,7 @@ public void createJobExceptionTest() throws Exception {
168168
@SuppressWarnings("all")
169169
public void getJobTest() {
170170
JobName name2 = JobOldName.of("[PROJECT]", "[JOBS]");
171-
String company = "company950484093";
171+
CompanyName company = CompanyOldName.of("[PROJECT]", "[COMPANY]");
172172
String requisitionId = "requisitionId980224926";
173173
String title = "title110371416";
174174
String description = "description-1724546052";
@@ -182,7 +182,7 @@ public void getJobTest() {
182182
Job expectedResponse =
183183
Job.newBuilder()
184184
.setName(name2.toString())
185-
.setCompany(company)
185+
.setCompany(company.toString())
186186
.setRequisitionId(requisitionId)
187187
.setTitle(title)
188188
.setDescription(description)
@@ -232,7 +232,7 @@ public void getJobExceptionTest() throws Exception {
232232
@SuppressWarnings("all")
233233
public void updateJobTest() {
234234
JobName name = JobOldName.of("[PROJECT]", "[JOBS]");
235-
String company = "company950484093";
235+
CompanyName company = CompanyOldName.of("[PROJECT]", "[COMPANY]");
236236
String requisitionId = "requisitionId980224926";
237237
String title = "title110371416";
238238
String description = "description-1724546052";
@@ -246,7 +246,7 @@ public void updateJobTest() {
246246
Job expectedResponse =
247247
Job.newBuilder()
248248
.setName(name.toString())
249-
.setCompany(company)
249+
.setCompany(company.toString())
250250
.setRequisitionId(requisitionId)
251251
.setTitle(title)
252252
.setDescription(description)

google-cloud-clients/google-cloud-talent/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-04-02T07:57:34.877695Z",
2+
"updateTime": "2019-04-03T07:57:05.789692Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
16-
"internalRef": "241437588"
15+
"sha": "8dab717b2851750c829530669fe5cebafef22fb8",
16+
"internalRef": "241646671"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)