public sealed class UpdateProjectSettingsRequest : IMessage<UpdateProjectSettingsRequest>, IEquatable<UpdateProjectSettingsRequest>, IDeepCloneable<UpdateProjectSettingsRequest>, IBufferMessage, IMessage
Sets the settings of the project.
Implements
IMessage<UpdateProjectSettingsRequest>, IEquatable<UpdateProjectSettingsRequest>, IDeepCloneable<UpdateProjectSettingsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.dll
Constructors
UpdateProjectSettingsRequest()
public UpdateProjectSettingsRequest()
UpdateProjectSettingsRequest(UpdateProjectSettingsRequest)
public UpdateProjectSettingsRequest(UpdateProjectSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateProjectSettingsRequest |
Properties
ProjectSettings
public ProjectSettings ProjectSettings { get; set; }
The project settings.
Property Value | |
---|---|
Type | Description |
ProjectSettings |
UpdateMask
public FieldMask UpdateMask { get; set; }
Field mask to support partial updates.
Property Value | |
---|---|
Type | Description |
FieldMask |