Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 65c2771

Browse files
docs: change relative URLs to absolute URLs to fix broken links (#65)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4be218b6-dac7-413a-9b70-c61c140820cb/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 324941614 Source-Link: googleapis/googleapis@6fd0756
1 parent 86f7db9 commit 65c2771

4 files changed

Lines changed: 16 additions & 13 deletions

File tree

google/cloud/dataproc_v1/proto/autoscaling_policies.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ message BasicYarnAutoscalingConfig {
170170
// aggressive scaling). A scale-up factor closer to 0 will result in a smaller
171171
// magnitude of scaling up (less aggressive scaling).
172172
// See [How autoscaling
173-
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
173+
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
174174
// for more information.
175175
//
176176
// Bounds: [0.0, 1.0].
@@ -182,7 +182,7 @@ message BasicYarnAutoscalingConfig {
182182
// update (more aggressive scaling). A scale-down factor of 0 disables
183183
// removing workers, which can be beneficial for autoscaling a single job.
184184
// See [How autoscaling
185-
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
185+
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
186186
// for more information.
187187
//
188188
// Bounds: [0.0, 1.0].

google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/dataproc_v1/proto/clusters_pb2.py

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synth.metadata

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-dataproc.git",
7-
"sha": "29e42dc71aa02e38bf7a5d83cc6a13e8487a48c2"
7+
"sha": "69424f2d7735fece95620520fc83ecf88bde7fbb"
88
}
99
},
1010
{
1111
"git": {
12-
"name": "synthtool",
13-
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "5f2f711c91199ba2f609d3f06a2fe22aee4e5be3"
12+
"name": "googleapis",
13+
"remote": "https://github.com/googleapis/googleapis.git",
14+
"sha": "6fd07563a2f1a6785066f5955ad9659a315e4492",
15+
"internalRef": "324941614"
1516
}
1617
},
1718
{

0 commit comments

Comments
 (0)