Skip to content

Commit 6a46c61

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 24303 b: refs/heads/autosynth-language c: ef0e167 h: refs/heads/master i: 24301: 4521ed0 24299: b179aab 24295: 94497b5 24287: bc8fd03
1 parent bbe9e12 commit 6a46c61

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136-
refs/heads/autosynth-language: 3214aa1986f2680233f06977f12f732ea605b95c
136+
refs/heads/autosynth-language: ef0e16766bfd053ef4e040b012c25d17e2a34b9a
137137
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
138138
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
139139
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8

branches/autosynth-language/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)

branches/autosynth-language/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)