Skip to content

Commit f890b80

Browse files
gcf-owl-bot[bot]Benjamin E. Coe
andauthored
feat: increase the logical timeout (retry deadline) to 5 minutes (#120)
PiperOrigin-RevId: 417448084 Source-Link: googleapis/googleapis@489719a Source-Link: googleapis/googleapis-gen@97a80b4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTdhODBiNGZhOGE5NzliODZjNWU4M2Q3ZWQ4YmI4ZDJkM2ViNmM0MCJ9 See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 5723ef3 commit f890b80

21 files changed

+64
-62
lines changed

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_assignment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -37,8 +38,7 @@ function main(parent) {
3738
// const assignmentId = 'abc123'
3839

3940
// Imports the Reservation library
40-
const {ReservationServiceClient} =
41-
require('@google-cloud/bigquery-reservation').v1;
41+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4242

4343
// Instantiates a client
4444
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_capacity_commitment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -43,8 +44,7 @@ function main(parent) {
4344
// const capacityCommitmentId = 'abc123'
4445

4546
// Imports the Reservation library
46-
const {ReservationServiceClient} =
47-
require('@google-cloud/bigquery-reservation').v1;
47+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4848

4949
// Instantiates a client
5050
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_reservation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -35,8 +36,7 @@ function main(parent) {
3536
// const reservation = {}
3637

3738
// Imports the Reservation library
38-
const {ReservationServiceClient} =
39-
require('@google-cloud/bigquery-reservation').v1;
39+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4040

4141
// Instantiates a client
4242
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_assignment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Reservation library
29-
const {ReservationServiceClient} =
30-
require('@google-cloud/bigquery-reservation').v1;
30+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3131

3232
// Instantiates a client
3333
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_capacity_commitment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -32,8 +33,7 @@ function main(name) {
3233
// const force = true
3334

3435
// Imports the Reservation library
35-
const {ReservationServiceClient} =
36-
require('@google-cloud/bigquery-reservation').v1;
36+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3737

3838
// Instantiates a client
3939
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_reservation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Reservation library
29-
const {ReservationServiceClient} =
30-
require('@google-cloud/bigquery-reservation').v1;
30+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3131

3232
// Instantiates a client
3333
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_bi_reservation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Reservation library
29-
const {ReservationServiceClient} =
30-
require('@google-cloud/bigquery-reservation').v1;
30+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3131

3232
// Instantiates a client
3333
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_capacity_commitment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Reservation library
29-
const {ReservationServiceClient} =
30-
require('@google-cloud/bigquery-reservation').v1;
30+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3131

3232
// Instantiates a client
3333
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_reservation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Reservation library
29-
const {ReservationServiceClient} =
30-
require('@google-cloud/bigquery-reservation').v1;
30+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3131

3232
// Instantiates a client
3333
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_assignments.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -36,8 +37,7 @@ function main(parent) {
3637
// const pageToken = 'abc123'
3738

3839
// Imports the Reservation library
39-
const {ReservationServiceClient} =
40-
require('@google-cloud/bigquery-reservation').v1;
40+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4141

4242
// Instantiates a client
4343
const reservationClient = new ReservationServiceClient();
@@ -51,7 +51,7 @@ function main(parent) {
5151
// Run request
5252
const iterable = await reservationClient.listAssignmentsAsync(request);
5353
for await (const response of iterable) {
54-
console.log(response);
54+
console.log(response);
5555
}
5656
}
5757

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_capacity_commitments.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -34,8 +35,7 @@ function main(parent) {
3435
// const pageToken = 'abc123'
3536

3637
// Imports the Reservation library
37-
const {ReservationServiceClient} =
38-
require('@google-cloud/bigquery-reservation').v1;
38+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3939

4040
// Instantiates a client
4141
const reservationClient = new ReservationServiceClient();
@@ -47,11 +47,9 @@ function main(parent) {
4747
};
4848

4949
// Run request
50-
const iterable = await reservationClient.listCapacityCommitmentsAsync(
51-
request
52-
);
50+
const iterable = await reservationClient.listCapacityCommitmentsAsync(request);
5351
for await (const response of iterable) {
54-
console.log(response);
52+
console.log(response);
5553
}
5654
}
5755

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_reservations.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -34,8 +35,7 @@ function main(parent) {
3435
// const pageToken = 'abc123'
3536

3637
// Imports the Reservation library
37-
const {ReservationServiceClient} =
38-
require('@google-cloud/bigquery-reservation').v1;
38+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3939

4040
// Instantiates a client
4141
const reservationClient = new ReservationServiceClient();
@@ -49,7 +49,7 @@ function main(parent) {
4949
// Run request
5050
const iterable = await reservationClient.listReservationsAsync(request);
5151
for await (const response of iterable) {
52-
console.log(response);
52+
console.log(response);
5353
}
5454
}
5555

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.merge_capacity_commitments.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main() {
@@ -34,15 +35,15 @@ function main() {
3435
// const capacityCommitmentIds = 'abc123'
3536

3637
// Imports the Reservation library
37-
const {ReservationServiceClient} =
38-
require('@google-cloud/bigquery-reservation').v1;
38+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3939

4040
// Instantiates a client
4141
const reservationClient = new ReservationServiceClient();
4242

4343
async function callMergeCapacityCommitments() {
4444
// Construct request
45-
const request = {};
45+
const request = {
46+
};
4647

4748
// Run request
4849
const response = await reservationClient.mergeCapacityCommitments(request);

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.move_assignment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -32,8 +33,7 @@ function main(name) {
3233
// const destinationId = 'abc123'
3334

3435
// Imports the Reservation library
35-
const {ReservationServiceClient} =
36-
require('@google-cloud/bigquery-reservation').v1;
36+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3737

3838
// Instantiates a client
3939
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.search_all_assignments.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -43,8 +44,7 @@ function main(parent) {
4344
// const pageToken = 'abc123'
4445

4546
// Imports the Reservation library
46-
const {ReservationServiceClient} =
47-
require('@google-cloud/bigquery-reservation').v1;
47+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4848

4949
// Instantiates a client
5050
const reservationClient = new ReservationServiceClient();
@@ -58,7 +58,7 @@ function main(parent) {
5858
// Run request
5959
const iterable = await reservationClient.searchAllAssignmentsAsync(request);
6060
for await (const response of iterable) {
61-
console.log(response);
61+
console.log(response);
6262
}
6363
}
6464

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.search_assignments.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -43,8 +44,7 @@ function main(parent) {
4344
// const pageToken = 'abc123'
4445

4546
// Imports the Reservation library
46-
const {ReservationServiceClient} =
47-
require('@google-cloud/bigquery-reservation').v1;
47+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
4848

4949
// Instantiates a client
5050
const reservationClient = new ReservationServiceClient();
@@ -58,7 +58,7 @@ function main(parent) {
5858
// Run request
5959
const iterable = await reservationClient.searchAssignmentsAsync(request);
6060
for await (const response of iterable) {
61-
console.log(response);
61+
console.log(response);
6262
}
6363
}
6464

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.split_capacity_commitment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -30,8 +31,7 @@ function main(name) {
3031
// const slotCount = 1234
3132

3233
// Imports the Reservation library
33-
const {ReservationServiceClient} =
34-
require('@google-cloud/bigquery-reservation').v1;
34+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3535

3636
// Instantiates a client
3737
const reservationClient = new ReservationServiceClient();

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.update_bi_reservation.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main() {
@@ -29,15 +30,15 @@ function main() {
2930
// const updateMask = {}
3031

3132
// Imports the Reservation library
32-
const {ReservationServiceClient} =
33-
require('@google-cloud/bigquery-reservation').v1;
33+
const {ReservationServiceClient} = require('@google-cloud/bigquery-reservation').v1;
3434

3535
// Instantiates a client
3636
const reservationClient = new ReservationServiceClient();
3737

3838
async function callUpdateBiReservation() {
3939
// Construct request
40-
const request = {};
40+
const request = {
41+
};
4142

4243
// Run request
4344
const response = await reservationClient.updateBiReservation(request);

0 commit comments

Comments
 (0)