Skip to content

Commit a20e1f1

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 27535 b: refs/heads/mrschmidt-collectiongroup c: ef0e167 h: refs/heads/master i: 27533: fec6517 27531: 1bceba6 27527: 29ce1a7 27519: ab38328
1 parent 02f6a1f commit a20e1f1

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
@@ -173,7 +173,7 @@ refs/heads/autosynth-securitycenter: f2f2feb8f3949c986d37e55cd23cdb0ce774f287
173173
refs/heads/autosynth-talent: 4ca901879f86aab61091cea52e8a9b653639df24
174174
refs/heads/cscc-samples: 620d105e6b574cfeeee04e413a157b7bd34ebc8b
175175
refs/heads/igorbernstein2-patch-1: f62464ee14df1e44a3b173cdc3976563d1b3078b
176-
refs/heads/mrschmidt-collectiongroup: 3214aa1986f2680233f06977f12f732ea605b95c
176+
refs/heads/mrschmidt-collectiongroup: ef0e16766bfd053ef4e040b012c25d17e2a34b9a
177177
refs/heads/release-google-cloud-java-v0.83.0: 4b55ec1b81b3886ede61ae868391a3cdf7eed90e
178178
refs/heads/release-google-cloud-java-v0.83.1-SNAPSHOT: 8d6db7ee534d12b1df38d8cf314871df76f87577
179179
refs/heads/v4support: aa837fd70877f5a0628d8036e88952db035b792c

branches/mrschmidt-collectiongroup/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/mrschmidt-collectiongroup/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)