Cloud Run Admin v2 API - Class BuildsSettings (2.10.0)

public sealed class BuildsSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Run Admin v2 API class BuildsSettings.

Settings for BuildsClient instances.

Inheritance

object > ServiceSettingsBase > BuildsSettings

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

BuildsSettings()

public BuildsSettings()

Constructs a new BuildsSettings object with default settings.

Properties

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

SubmitBuildSettings

public CallSettings SubmitBuildSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BuildsClient.SubmitBuild and BuildsClient.SubmitBuildAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public BuildsSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
BuildsSettings

A deep clone of this BuildsSettings object.

GetDefault()

public static BuildsSettings GetDefault()

Get a new instance of the default BuildsSettings.

Returns
Type Description
BuildsSettings

A new instance of the default BuildsSettings.