Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-12-10 07:44:39,784 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py. On branch autosynth-workflows nothing to commit, working tree clean 2021-12-10 07:44:42,700 synthtool [DEBUG] > Running: docker run --rm -v/tmpfs/tmp/tmpxsqm6wgk/repo:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir19 scripts/generate_client.sh Workflows DEBUG:synthtool:Running: docker run --rm -v/tmpfs/tmp/tmpxsqm6wgk/repo:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir19 scripts/generate_client.sh Workflows /workspace /workspace �[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.�[0m Resolving Hex dependencies... Dependency resolution completed: Unchanged: certifi 2.8.0 google_api_discovery 0.7.0 google_gax 0.4.0 hackney 1.18.0 idna 6.1.1 jason 1.2.2 metrics 1.0.1 mime 1.6.0 mimerl 1.2.0 oauth2 0.9.4 parse_trans 3.3.1 poison 3.1.0 ssl_verify_fun 1.1.6 temp 0.4.7 tesla 1.4.3 unicode_util_compat 0.7.0 * Getting google_api_discovery (Hex package) * Getting tesla (Hex package) * Getting oauth2 (Hex package) * Getting temp (Hex package) * Getting jason (Hex package) * Getting poison (Hex package) * Getting hackney (Hex package) * Getting certifi (Hex package) * Getting idna (Hex package) * Getting metrics (Hex package) * Getting mimerl (Hex package) * Getting parse_trans (Hex package) * Getting ssl_verify_fun (Hex package) * Getting unicode_util_compat (Hex package) * Getting mime (Hex package) * Getting google_gax (Hex package) �[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.�[0m ==> temp Compiling 3 files (.ex) Generated temp app ===> Compiling parse_trans ===> Compiling mimerl ===> Compiling metrics ===> Compiling unicode_util_compat ===> Rebar3 detected a lock file from a newer version. It will be loaded in compatibility mode, but important information may be missing or lost. It is recommended to upgrade Rebar3. ===> Compiling idna ==> jason Compiling 8 files (.ex) Generated jason app warning: String.strip/1 is deprecated. Use String.trim/1 instead /workspace/deps/poison/mix.exs:4 ==> poison Compiling 4 files (.ex) warning: Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead lib/poison/encoder.ex:173 Generated poison app ==> ssl_verify_fun Compiling 7 files (.erl) Generated ssl_verify_fun app ===> Compiling certifi ===> Rebar3 detected a lock file from a newer version. It will be loaded in compatibility mode, but important information may be missing or lost. It is recommended to upgrade Rebar3. ===> Compiling hackney ==> oauth2 Compiling 13 files (.ex) Generated oauth2 app ==> mime Compiling 2 files (.ex) Generated mime app ==> tesla Compiling 29 files (.ex) Generated tesla app ==> google_gax Compiling 5 files (.ex) Generated google_gax app ==> google_api_discovery Compiling 21 files (.ex) Generated google_api_discovery app ==> google_apis Compiling 28 files (.ex) Generated google_apis app 15:45:14.401 [info] FETCHING: https://workflows.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1 15:45:14.753 [info] FETCHING: https://workflows.googleapis.com/$discovery/rest?version=v1 15:45:14.995 [info] FOUND: https://workflows.googleapis.com/$discovery/rest?version=v1 Couldn't determine old discovery revision. Generating by default. Creating leading directories Writing Empty to clients/workflows/lib/google_api/workflows/v1/model/empty.ex. Writing ListLocationsResponse to clients/workflows/lib/google_api/workflows/v1/model/list_locations_response.ex. Writing ListOperationsResponse to clients/workflows/lib/google_api/workflows/v1/model/list_operations_response.ex. Writing ListWorkflowsResponse to clients/workflows/lib/google_api/workflows/v1/model/list_workflows_response.ex. Writing Location to clients/workflows/lib/google_api/workflows/v1/model/location.ex. Writing Operation to clients/workflows/lib/google_api/workflows/v1/model/operation.ex. Writing OperationMetadata to clients/workflows/lib/google_api/workflows/v1/model/operation_metadata.ex. Writing Status to clients/workflows/lib/google_api/workflows/v1/model/status.ex. Writing Workflow to clients/workflows/lib/google_api/workflows/v1/model/workflow.ex. Writing Projects to clients/workflows/lib/google_api/workflows/v1/api/projects.ex. Writing connection.ex. Writing metadata.ex. Writing mix.exs Writing README.md Writing LICENSE Writing .gitignore Writing config/config.exs Writing test/test_helper.exs 15:45:15.060 [info] FETCHING: https://workflows.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1beta 15:45:15.300 [info] FETCHING: https://workflows.googleapis.com/$discovery/rest?version=v1beta 15:45:15.544 [info] FOUND: https://workflows.googleapis.com/$discovery/rest?version=v1beta Revision check: old=20210728, new=20211117, generating=true Creating leading directories Writing Empty to clients/workflows/lib/google_api/workflows/v1beta/model/empty.ex. Writing ListLocationsResponse to clients/workflows/lib/google_api/workflows/v1beta/model/list_locations_response.ex. Writing ListOperationsResponse to clients/workflows/lib/google_api/workflows/v1beta/model/list_operations_response.ex. Writing ListWorkflowsResponse to clients/workflows/lib/google_api/workflows/v1beta/model/list_workflows_response.ex. Writing Location to clients/workflows/lib/google_api/workflows/v1beta/model/location.ex. Writing Operation to clients/workflows/lib/google_api/workflows/v1beta/model/operation.ex. Writing OperationMetadata to clients/workflows/lib/google_api/workflows/v1beta/model/operation_metadata.ex. Writing Status to clients/workflows/lib/google_api/workflows/v1beta/model/status.ex. Writing Workflow to clients/workflows/lib/google_api/workflows/v1beta/model/workflow.ex. Writing Projects to clients/workflows/lib/google_api/workflows/v1beta/api/projects.ex. Writing connection.ex. Writing metadata.ex. Writing mix.exs Writing README.md Writing LICENSE Writing .gitignore Writing config/config.exs Writing test/test_helper.exs �[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.�[0m 15:45:17.415 [info] Bumping minor 15:45:17.593 [info] Bumping minor fixing file permissions 2021-12-10 07:45:21,316 synthtool [DEBUG] > Wrote metadata to clients/workflows/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/workflows/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/e1f687b8-a6c8-4d14-b7dc-719f70bb40d9/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
- Loading branch information