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.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Settings()
public Settings()
Settings(Settings)
public Settings(Settings other)
Parameter | |
---|---|
Name | Description |
other | Settings |
Properties
Name
public string Name { get; set; }
Output only. The name of the resource.
Property Value | |
---|---|
Type | Description |
string |
PreferenceSet
public string PreferenceSet { get; set; }
The preference set used by default for a project.
Property Value | |
---|---|
Type | Description |
string |
PreferenceSetAsPreferenceSetName
public PreferenceSetName PreferenceSetAsPreferenceSetName { get; set; }
PreferenceSetName-typed view over the PreferenceSet resource name property.
Property Value | |
---|---|
Type | Description |
PreferenceSetName |
SettingsName
public SettingsName SettingsName { get; set; }
SettingsName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SettingsName |