@@ -168,7 +168,7 @@ message ClusterConfig {
168168 // Compute Engine zone where your cluster is deployed, and then create
169169 // and manage this project-level, per-location bucket (see
170170 // [Dataproc staging
171- // bucket](/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
171+ // bucket](https://cloud.google.com /dataproc/docs/concepts/configuring-clusters/staging-bucket)).
172172 string config_bucket = 1 [(google.api.field_behavior ) = OPTIONAL ];
173173
174174 // Optional. The shared Compute Engine config settings for
@@ -301,7 +301,8 @@ message GceClusterConfig {
301301 // communications. Cannot be specified with subnetwork_uri. If neither
302302 // `network_uri` nor `subnetwork_uri` is specified, the "default" network of
303303 // the project is used, if it exists. Cannot be a "Custom Subnet Network" (see
304- // [Using Subnetworks](/compute/docs/subnetworks) for more information).
304+ // [Using Subnetworks](https://cloud.google.com/compute/docs/subnetworks) for
305+ // more information).
305306 //
306307 // A full URL, partial URI, or short name are valid. Examples:
307308 //
@@ -329,15 +330,15 @@ message GceClusterConfig {
329330 bool internal_ip_only = 7 [(google.api.field_behavior ) = OPTIONAL ];
330331
331332 // Optional. The [Dataproc service
332- // account](/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_cloud_dataproc)
333+ // account](https://cloud.google.com /dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_cloud_dataproc)
333334 // (also see [VM Data Plane
334- // identity](/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity))
335+ // identity](https://cloud.google.com /dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity))
335336 // used by Dataproc cluster VM instances to access Google Cloud Platform
336337 // services.
337338 //
338339 // If not specified, the
339340 // [Compute Engine default service
340- // account](/compute/docs/access/service-accounts#default_service_account)
341+ // account](https://cloud.google.com /compute/docs/access/service-accounts#default_service_account)
341342 // is used.
342343 string service_account = 8 [(google.api.field_behavior ) = OPTIONAL ];
343344
@@ -357,8 +358,8 @@ message GceClusterConfig {
357358 // * https://www.googleapis.com/auth/devstorage.full_control
358359 repeated string service_account_scopes = 3 [(google.api.field_behavior ) = OPTIONAL ];
359360
360- // The Compute Engine tags to add to all instances (see
361- // [Tagging instances](/compute/docs/label-or-tag-resources#tags)).
361+ // The Compute Engine tags to add to all instances (see [Tagging
362+ // instances](https://cloud.google.com /compute/docs/label-or-tag-resources#tags)).
362363 repeated string tags = 4 ;
363364
364365 // The Compute Engine metadata entries to add to all instances (see
@@ -411,7 +412,7 @@ message InstanceGroupConfig {
411412 //
412413 // **Auto Zone Exception**: If you are using the Dataproc
413414 // [Auto Zone
414- // Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
415+ // Placement](https://cloud.google.com /dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
415416 // feature, you must use the short name of the machine type
416417 // resource, for example, `n1-standard-2`.
417418 string machine_type_uri = 4 [(google.api.field_behavior ) = OPTIONAL ];
@@ -433,8 +434,8 @@ message InstanceGroupConfig {
433434 repeated AcceleratorConfig accelerators = 8 [(google.api.field_behavior ) = OPTIONAL ];
434435
435436 // Specifies the minimum cpu platform for the Instance Group.
436- // See [Dataproc→ Minimum CPU Platform]
437- // ( /dataproc/docs/concepts/compute/dataproc-min-cpu).
437+ // See [Dataproc -> Minimum CPU
438+ // Platform](https://cloud.google.com /dataproc/docs/concepts/compute/dataproc-min-cpu).
438439 string min_cpu_platform = 9 ;
439440}
440441
@@ -449,12 +450,13 @@ message ManagedGroupConfig {
449450}
450451
451452// Specifies the type and number of accelerator cards attached to the instances
452- // of an instance group (see [GPUs on Compute Engine](/compute/docs/gpus/)).
453+ // of an instance group (see [GPUs on Compute
454+ // Engine](https://cloud.google.com/compute/docs/gpus/)).
453455message AcceleratorConfig {
454456 // Full URL, partial URI, or short name of the accelerator type resource to
455457 // expose to this instance. See
456458 // [Compute Engine
457- // AcceleratorTypes](/compute/docs/reference/beta/acceleratorTypes)
459+ // AcceleratorTypes](https://cloud.google.com /compute/docs/reference/beta/acceleratorTypes)
458460 //
459461 // Examples
460462 // * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
@@ -463,7 +465,7 @@ message AcceleratorConfig {
463465 //
464466 // **Auto Zone Exception**: If you are using the Dataproc
465467 // [Auto Zone
466- // Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
468+ // Placement](https://cloud.google.com /dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
467469 // feature, you must use the short name of the accelerator type
468470 // resource, for example, `nvidia-tesla-k80`.
469471 string accelerator_type_uri = 1 ;
@@ -683,10 +685,10 @@ message ClusterStatus {
683685message SoftwareConfig {
684686 // Optional. The version of software inside the cluster. It must be one of the
685687 // supported [Dataproc
686- // Versions](/dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions),
688+ // Versions](https://cloud.google.com /dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions),
687689 // such as "1.2" (including a subminor version, such as "1.2.29"), or the
688690 // ["preview"
689- // version](/dataproc/docs/concepts/versioning/dataproc-versions#other_versions).
691+ // version](https://cloud.google.com /dataproc/docs/concepts/versioning/dataproc-versions#other_versions).
690692 // If unspecified, it defaults to the latest Debian version.
691693 string image_version = 1 [(google.api.field_behavior ) = OPTIONAL ];
692694
@@ -706,8 +708,8 @@ message SoftwareConfig {
706708 // * spark: `spark-defaults.conf`
707709 // * yarn: `yarn-site.xml`
708710 //
709- // For more information, see
710- // [Cluster properties](/dataproc/docs/concepts/cluster-properties).
711+ // For more information, see [Cluster
712+ // properties](https://cloud.google.com /dataproc/docs/concepts/cluster-properties).
711713 map <string , string > properties = 2 [(google.api.field_behavior ) = OPTIONAL ];
712714
713715 // The set of optional components to activate on the cluster.
0 commit comments