Skip to content

Commit b155715

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 31187 b: refs/heads/autosynth-bigtable c: ef0e167 h: refs/heads/master i: 31185: d9e6168 31183: d181d24
1 parent 394b18c commit b155715

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
@@ -124,7 +124,7 @@ refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124124
refs/heads/autosynth-automl: 22f9dd5b6f5df8dbfa7da0126864d565229519b2
125125
refs/heads/autosynth-bigquerydatatransfer: 71b6b6d2a992d05999b53e6e130c4fc1c8c8b4d7
126126
refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127-
refs/heads/autosynth-bigtable: 3214aa1986f2680233f06977f12f732ea605b95c
127+
refs/heads/autosynth-bigtable: ef0e16766bfd053ef4e040b012c25d17e2a34b9a
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96

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