|
48 | 48 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
49 | 49 | * .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>()) |
50 | 50 | * .setSkipExistingPartitions(true) |
| 51 | + * .setTraceId("traceId-1067401920") |
51 | 52 | * .build(); |
52 | 53 | * BatchCreateMetastorePartitionsResponse response = |
53 | 54 | * metastorePartitionServiceClient.batchCreateMetastorePartitions(request); |
@@ -251,6 +252,7 @@ public MetastorePartitionServiceStub getStub() { |
251 | 252 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
252 | 253 | * .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>()) |
253 | 254 | * .setSkipExistingPartitions(true) |
| 255 | + * .setTraceId("traceId-1067401920") |
254 | 256 | * .build(); |
255 | 257 | * BatchCreateMetastorePartitionsResponse response = |
256 | 258 | * metastorePartitionServiceClient.batchCreateMetastorePartitions(request); |
@@ -284,6 +286,7 @@ public final BatchCreateMetastorePartitionsResponse batchCreateMetastorePartitio |
284 | 286 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
285 | 287 | * .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>()) |
286 | 288 | * .setSkipExistingPartitions(true) |
| 289 | + * .setTraceId("traceId-1067401920") |
287 | 290 | * .build(); |
288 | 291 | * ApiFuture<BatchCreateMetastorePartitionsResponse> future = |
289 | 292 | * metastorePartitionServiceClient |
@@ -318,6 +321,7 @@ public final BatchCreateMetastorePartitionsResponse batchCreateMetastorePartitio |
318 | 321 | * BatchDeleteMetastorePartitionsRequest.newBuilder() |
319 | 322 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
320 | 323 | * .addAllPartitionValues(new ArrayList<MetastorePartitionValues>()) |
| 324 | + * .setTraceId("traceId-1067401920") |
321 | 325 | * .build(); |
322 | 326 | * metastorePartitionServiceClient.batchDeleteMetastorePartitions(request); |
323 | 327 | * } |
@@ -348,6 +352,7 @@ public final void batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsR |
348 | 352 | * BatchDeleteMetastorePartitionsRequest.newBuilder() |
349 | 353 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
350 | 354 | * .addAllPartitionValues(new ArrayList<MetastorePartitionValues>()) |
| 355 | + * .setTraceId("traceId-1067401920") |
351 | 356 | * .build(); |
352 | 357 | * ApiFuture<Empty> future = |
353 | 358 | * metastorePartitionServiceClient |
@@ -381,6 +386,7 @@ public final void batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsR |
381 | 386 | * BatchUpdateMetastorePartitionsRequest.newBuilder() |
382 | 387 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
383 | 388 | * .addAllRequests(new ArrayList<UpdateMetastorePartitionRequest>()) |
| 389 | + * .setTraceId("traceId-1067401920") |
384 | 390 | * .build(); |
385 | 391 | * BatchUpdateMetastorePartitionsResponse response = |
386 | 392 | * metastorePartitionServiceClient.batchUpdateMetastorePartitions(request); |
@@ -413,6 +419,7 @@ public final BatchUpdateMetastorePartitionsResponse batchUpdateMetastorePartitio |
413 | 419 | * BatchUpdateMetastorePartitionsRequest.newBuilder() |
414 | 420 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
415 | 421 | * .addAllRequests(new ArrayList<UpdateMetastorePartitionRequest>()) |
| 422 | + * .setTraceId("traceId-1067401920") |
416 | 423 | * .build(); |
417 | 424 | * ApiFuture<BatchUpdateMetastorePartitionsResponse> future = |
418 | 425 | * metastorePartitionServiceClient |
@@ -509,6 +516,7 @@ public final ListMetastorePartitionsResponse listMetastorePartitions(String pare |
509 | 516 | * ListMetastorePartitionsRequest.newBuilder() |
510 | 517 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
511 | 518 | * .setFilter("filter-1274492040") |
| 519 | + * .setTraceId("traceId-1067401920") |
512 | 520 | * .build(); |
513 | 521 | * ListMetastorePartitionsResponse response = |
514 | 522 | * metastorePartitionServiceClient.listMetastorePartitions(request); |
@@ -541,6 +549,7 @@ public final ListMetastorePartitionsResponse listMetastorePartitions( |
541 | 549 | * ListMetastorePartitionsRequest.newBuilder() |
542 | 550 | * .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString()) |
543 | 551 | * .setFilter("filter-1274492040") |
| 552 | + * .setTraceId("traceId-1067401920") |
544 | 553 | * .build(); |
545 | 554 | * ApiFuture<ListMetastorePartitionsResponse> future = |
546 | 555 | * metastorePartitionServiceClient.listMetastorePartitionsCallable().futureCall(request); |
|
0 commit comments