public sealed class UpdateAppProfileRequest : IMessage<UpdateAppProfileRequest>, IEquatable<UpdateAppProfileRequest>, IDeepCloneable<UpdateAppProfileRequest>, IBufferMessage, IMessageRequest message for BigtableInstanceAdmin.UpdateAppProfile.
Implements
IMessage<UpdateAppProfileRequest>, IEquatable<UpdateAppProfileRequest>, IDeepCloneable<UpdateAppProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateAppProfileRequest()
public UpdateAppProfileRequest()UpdateAppProfileRequest(UpdateAppProfileRequest)
public UpdateAppProfileRequest(UpdateAppProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAppProfileRequest |
Properties
AppProfile
public AppProfile AppProfile { get; set; }Required. The app profile which will (partially) replace the current value.
| Property Value | |
|---|---|
| Type | Description |
AppProfile |
|
IgnoreWarnings
public bool IgnoreWarnings { get; set; }If true, ignore safety checks when updating the app profile.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|