Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links.
Browse files Browse the repository at this point in the history
googleapis/googleapis@7445911
commit 744591190e828440f72745aef217f883afd1fd71
Author: Google APIs <noreply@google.com>
Date:   Tue Apr 7 13:06:04 2020 -0700

    docs: change relative URLs to absolute URLs to fix broken links.

    PiperOrigin-RevId: 305323909
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 8, 2020
1 parent 25c87de commit cdd7342
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/Clusters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ public ClusterConfig Clone() {
/// Compute Engine zone where your cluster is deployed, and then create
/// and manage this project-level, per-location bucket (see
/// [Dataproc staging
/// bucket](/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
/// bucket](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string ConfigBucket {
Expand Down Expand Up @@ -1473,7 +1473,8 @@ public string ZoneUri {
/// communications. Cannot be specified with subnetwork_uri. If neither
/// `network_uri` nor `subnetwork_uri` is specified, the "default" network of
/// the project is used, if it exists. Cannot be a "Custom Subnet Network" (see
/// [Using Subnetworks](/compute/docs/subnetworks) for more information).
/// [Using Subnetworks](https://cloud.google.com/compute/docs/subnetworks) for
/// more information).
///
/// A full URL, partial URI, or short name are valid. Examples:
///
Expand Down Expand Up @@ -1534,15 +1535,15 @@ public bool InternalIpOnly {
private string serviceAccount_ = "";
/// <summary>
/// Optional. The [Dataproc service
/// account](/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_cloud_dataproc)
/// account](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_cloud_dataproc)
/// (also see [VM Data Plane
/// identity](/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity))
/// identity](https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity))
/// used by Dataproc cluster VM instances to access Google Cloud Platform
/// services.
///
/// If not specified, the
/// [Compute Engine default service
/// account](/compute/docs/access/service-accounts#default_service_account)
/// account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account)
/// is used.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down Expand Up @@ -1585,8 +1586,8 @@ public string ServiceAccount {
= pb::FieldCodec.ForString(34);
private readonly pbc::RepeatedField<string> tags_ = new pbc::RepeatedField<string>();
/// <summary>
/// The Compute Engine tags to add to all instances (see
/// [Tagging instances](/compute/docs/label-or-tag-resources#tags)).
/// The Compute Engine tags to add to all instances (see [Tagging
/// instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::RepeatedField<string> Tags {
Expand Down Expand Up @@ -1939,7 +1940,7 @@ public string ImageUri {
///
/// **Auto Zone Exception**: If you are using the Dataproc
/// [Auto Zone
/// Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
/// Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
/// feature, you must use the short name of the machine type
/// resource, for example, `n1-standard-2`.
/// </summary>
Expand Down Expand Up @@ -2015,8 +2016,8 @@ public bool IsPreemptible {
private string minCpuPlatform_ = "";
/// <summary>
/// Optional. Specifies the minimum cpu platform for the Instance Group.
/// See [Dataproc&amp;rarr;Minimum CPU Platform]
/// (/dataproc/docs/concepts/compute/dataproc-min-cpu).
/// See [Dataproc -> Minimum CPU
/// Platform](https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string MinCpuPlatform {
Expand Down Expand Up @@ -2405,7 +2406,8 @@ public void MergeFrom(pb::CodedInputStream input) {

/// <summary>
/// Specifies the type and number of accelerator cards attached to the instances
/// of an instance. See [GPUs on Compute Engine](/compute/docs/gpus/).
/// of an instance. See [GPUs on Compute
/// Engine](https://cloud.google.com/compute/docs/gpus/).
/// </summary>
public sealed partial class AcceleratorConfig : pb::IMessage<AcceleratorConfig> {
private static readonly pb::MessageParser<AcceleratorConfig> _parser = new pb::MessageParser<AcceleratorConfig>(() => new AcceleratorConfig());
Expand Down Expand Up @@ -2449,7 +2451,7 @@ public AcceleratorConfig Clone() {
/// Full URL, partial URI, or short name of the accelerator type resource to
/// expose to this instance. See
/// [Compute Engine
/// AcceleratorTypes](/compute/docs/reference/beta/acceleratorTypes).
/// AcceleratorTypes](https://cloud.google.com/compute/docs/reference/beta/acceleratorTypes).
///
/// Examples:
///
Expand All @@ -2459,7 +2461,7 @@ public AcceleratorConfig Clone() {
///
/// **Auto Zone Exception**: If you are using the Dataproc
/// [Auto Zone
/// Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
/// Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
/// feature, you must use the short name of the accelerator type
/// resource, for example, `nvidia-tesla-k80`.
/// </summary>
Expand Down Expand Up @@ -4043,10 +4045,10 @@ public SoftwareConfig Clone() {
/// <summary>
/// Optional. The version of software inside the cluster. It must be one of the
/// supported [Dataproc
/// Versions](/dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions),
/// Versions](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions),
/// such as "1.2" (including a subminor version, such as "1.2.29"), or the
/// ["preview"
/// version](/dataproc/docs/concepts/versioning/dataproc-versions#other_versions).
/// version](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions).
/// If unspecified, it defaults to the latest Debian version.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down Expand Up @@ -4079,8 +4081,8 @@ public string ImageVersion {
/// * spark: `spark-defaults.conf`
/// * yarn: `yarn-site.xml`
///
/// For more information, see
/// [Cluster properties](/dataproc/docs/concepts/cluster-properties).
/// For more information, see [Cluster
/// properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Properties {
Expand Down
4 changes: 2 additions & 2 deletions apis/Google.Cloud.Dataproc.V1/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updateTime": "2020-04-07T05:39:58.310866Z",
"updateTime": "2020-04-08T05:43:22.195160Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "9ff6fd3b22f99167827e89aae7778408b5e82425"
"sha": "744591190e828440f72745aef217f883afd1fd71"
}
}
]
Expand Down

0 comments on commit cdd7342

Please sign in to comment.