This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree10 files changed
+30
-30
lines changed proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2 proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2 proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3
Expand file treeCollapse file tree10 files changed
+30
-30
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
|
181 | 181 | }
|
182 | 182 |
|
183 | 183 | private Builder(LocationName locationName) {
|
184 |
| -project = locationName.project; |
185 |
| -location = locationName.location; |
| 184 | +this.project = locationName.project; |
| 185 | +this.location = locationName.location; |
186 | 186 | }
|
187 | 187 |
|
188 | 188 | public LocationName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
|
211 | 211 | }
|
212 | 212 |
|
213 | 213 | private Builder(QueueName queueName) {
|
214 |
| -project = queueName.project; |
215 |
| -location = queueName.location; |
216 |
| -queue = queueName.queue; |
| 214 | +this.project = queueName.project; |
| 215 | +this.location = queueName.location; |
| 216 | +this.queue = queueName.queue; |
217 | 217 | }
|
218 | 218 |
|
219 | 219 | public QueueName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
|
244 | 244 | }
|
245 | 245 |
|
246 | 246 | private Builder(TaskName taskName) {
|
247 |
| -project = taskName.project; |
248 |
| -location = taskName.location; |
249 |
| -queue = taskName.queue; |
250 |
| -task = taskName.task; |
| 247 | +this.project = taskName.project; |
| 248 | +this.location = taskName.location; |
| 249 | +this.queue = taskName.queue; |
| 250 | +this.task = taskName.task; |
251 | 251 | }
|
252 | 252 |
|
253 | 253 | public TaskName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
|
181 | 181 | }
|
182 | 182 |
|
183 | 183 | private Builder(LocationName locationName) {
|
184 |
| -project = locationName.project; |
185 |
| -location = locationName.location; |
| 184 | +this.project = locationName.project; |
| 185 | +this.location = locationName.location; |
186 | 186 | }
|
187 | 187 |
|
188 | 188 | public LocationName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
|
211 | 211 | }
|
212 | 212 |
|
213 | 213 | private Builder(QueueName queueName) {
|
214 |
| -project = queueName.project; |
215 |
| -location = queueName.location; |
216 |
| -queue = queueName.queue; |
| 214 | +this.project = queueName.project; |
| 215 | +this.location = queueName.location; |
| 216 | +this.queue = queueName.queue; |
217 | 217 | }
|
218 | 218 |
|
219 | 219 | public QueueName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
|
244 | 244 | }
|
245 | 245 |
|
246 | 246 | private Builder(TaskName taskName) {
|
247 |
| -project = taskName.project; |
248 |
| -location = taskName.location; |
249 |
| -queue = taskName.queue; |
250 |
| -task = taskName.task; |
| 247 | +this.project = taskName.project; |
| 248 | +this.location = taskName.location; |
| 249 | +this.queue = taskName.queue; |
| 250 | +this.task = taskName.task; |
251 | 251 | }
|
252 | 252 |
|
253 | 253 | public TaskName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
|
181 | 181 | }
|
182 | 182 |
|
183 | 183 | private Builder(LocationName locationName) {
|
184 |
| -project = locationName.project; |
185 |
| -location = locationName.location; |
| 184 | +this.project = locationName.project; |
| 185 | +this.location = locationName.location; |
186 | 186 | }
|
187 | 187 |
|
188 | 188 | public LocationName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
|
211 | 211 | }
|
212 | 212 |
|
213 | 213 | private Builder(QueueName queueName) {
|
214 |
| -project = queueName.project; |
215 |
| -location = queueName.location; |
216 |
| -queue = queueName.queue; |
| 214 | +this.project = queueName.project; |
| 215 | +this.location = queueName.location; |
| 216 | +this.queue = queueName.queue; |
217 | 217 | }
|
218 | 218 |
|
219 | 219 | public QueueName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
|
244 | 244 | }
|
245 | 245 |
|
246 | 246 | private Builder(TaskName taskName) {
|
247 |
| -project = taskName.project; |
248 |
| -location = taskName.location; |
249 |
| -queue = taskName.queue; |
250 |
| -task = taskName.task; |
| 247 | +this.project = taskName.project; |
| 248 | +this.location = taskName.location; |
| 249 | +this.queue = taskName.queue; |
| 250 | +this.task = taskName.task; |
251 | 251 | }
|
252 | 252 |
|
253 | 253 | public TaskName build() {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "1315aeb31e4e85440b12d0eb859743b43885b28a" |
| 7 | +"sha": "5f2c4c1a64d9bee0c0a89566833f140d218e22d8" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "googleapis",
|
13 | 13 | "remote": "https://.com/googleapis/googleapis.git",
|
14 |
| -"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902", |
15 |
| -"internalRef": "378718217" |
| 14 | +"sha": "551681f25e36b11829e87e580281350461f4f3f5", |
| 15 | +"internalRef": "379784268" |
16 | 16 | }
|
17 | 17 | },
|
18 | 18 | {
|
|
You can’t perform that action at this time.
0 commit comments