Artifact Registry v1beta2 API - Class ProjectSettings (2.0.0-beta04)

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

Reference documentation and code samples for the Artifact Registry v1beta2 API class ProjectSettings.

The Artifact Registry settings that apply to a Project.

Inheritance

object > ProjectSettings

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

ProjectSettings()

public ProjectSettings()

ProjectSettings(ProjectSettings)

public ProjectSettings(ProjectSettings other)
Parameter
NameDescription
otherProjectSettings

Properties

LegacyRedirectionState

public ProjectSettings.Types.RedirectionState LegacyRedirectionState { get; set; }

The redirection state of the legacy repositories in this project.

Property Value
TypeDescription
ProjectSettingsTypesRedirectionState

Name

public string Name { get; set; }

The name of the project's settings.

Always of the form: projects/{project-id}/projectSettings

In update request: never set In response: always set

Property Value
TypeDescription
string

ProjectSettingsName

public ProjectSettingsName ProjectSettingsName { get; set; }

ProjectSettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectSettingsName