You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/09/01 19:37:07 UTC

[beam] 01/01: Merge pull request #22993 Update proto generation script due to BEAM-13939.

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ac3766ab4847963a52d5fd5ad0c34456dbf54c65
Merge: 7153c21eac7 846cfb7a9e2
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Sep 1 12:36:59 2022 -0700

    Merge pull request #22993 Update proto generation script due to BEAM-13939.

 .../proto/beam_artifact_api.grpc-client.ts         |  268 +-
 .../src/apache_beam/proto/beam_artifact_api.ts     | 1390 +---
 .../proto/beam_expansion_api.grpc-client.ts        |   66 +-
 .../src/apache_beam/proto/beam_expansion_api.ts    |  237 +-
 .../apache_beam/proto/beam_fn_api.grpc-client.ts   |  318 +-
 .../apache_beam/proto/beam_fn_api.grpc-server.ts   |  305 +-
 .../src/apache_beam/proto/beam_fn_api.ts           | 5164 +------------
 .../apache_beam/proto/beam_job_api.grpc-client.ts  |  246 +-
 .../src/apache_beam/proto/beam_job_api.ts          | 1738 +----
 .../proto/beam_provision_api.grpc-client.ts        |   74 +-
 .../proto/beam_provision_api.grpc-server.ts        |   68 +-
 .../src/apache_beam/proto/beam_provision_api.ts    |  343 +-
 .../proto/beam_runner_api.grpc-client.ts           |   64 +-
 .../proto/beam_runner_api.grpc-server.ts           |   64 +-
 .../src/apache_beam/proto/beam_runner_api.ts       | 8150 +-------------------
 sdks/typescript/src/apache_beam/proto/endpoints.ts |  186 +-
 .../src/apache_beam/proto/external_transforms.ts   |  379 +-
 .../typescript/src/apache_beam/proto/gen_protos.sh |   19 +-
 sdks/typescript/src/apache_beam/proto/metrics.ts   |  877 +--
 .../fn_execution/v1}/beam_fn_api.grpc-client.ts    |    2 +-
 .../fn_execution/v1}/beam_fn_api.grpc-server.ts    |    2 +-
 .../beam/model/fn_execution/v1}/beam_fn_api.ts     |  145 +-
 .../v1}/beam_provision_api.grpc-client.ts          |    2 +-
 .../v1}/beam_provision_api.grpc-server.ts          |    2 +-
 .../model/fn_execution/v1}/beam_provision_api.ts   |    8 +-
 .../v1}/beam_artifact_api.grpc-client.ts           |    2 +-
 .../model/job_management/v1}/beam_artifact_api.ts  |    4 +-
 .../v1}/beam_expansion_api.grpc-client.ts          |    2 +-
 .../model/job_management/v1}/beam_expansion_api.ts |   44 +-
 .../job_management/v1}/beam_job_api.grpc-client.ts |    2 +-
 .../beam/model/job_management/v1}/beam_job_api.ts  |   12 +-
 .../pipeline/v1}/beam_runner_api.grpc-client.ts    |    2 +-
 .../pipeline/v1}/beam_runner_api.grpc-server.ts    |    2 +-
 .../beam/model/pipeline/v1}/beam_runner_api.ts     |  184 +-
 .../apache/beam/model/pipeline/v1}/endpoints.ts    |    2 +-
 .../beam/model/pipeline/v1}/external_transforms.ts |    2 +-
 .../apache/beam/model/pipeline/v1}/metrics.ts      |    4 +-
 .../apache/beam/model/pipeline/v1}/schema.ts       |   73 +-
 .../beam/model/pipeline/v1}/standard_window_fns.ts |    6 +-
 sdks/typescript/src/apache_beam/proto/schema.ts    | 1569 +---
 .../src/apache_beam/proto/standard_window_fns.ts   |  359 +-
 41 files changed, 440 insertions(+), 21946 deletions(-)