Migration Center v1 API - Class Settings (1.0.0)

public sealed class Settings : IMessage<Settings>, IEquatable<Settings>, IDeepCloneable<Settings>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class Settings.

Describes the Migration Center settings related to the project.

Inheritance

object > Settings

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Settings()

public Settings()

Settings(Settings)

public Settings(Settings other)
Parameter
NameDescription
otherSettings

Properties

Name

public string Name { get; set; }

Output only. The name of the resource.

Property Value
TypeDescription
string

PreferenceSet

public string PreferenceSet { get; set; }

The preference set used by default for a project.

Property Value
TypeDescription
string

PreferenceSetAsPreferenceSetName

public PreferenceSetName PreferenceSetAsPreferenceSetName { get; set; }

PreferenceSetName-typed view over the PreferenceSet resource name property.

Property Value
TypeDescription
PreferenceSetName

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
SettingsName