public sealed class UpdateAppProfileRequest : IMessage<UpdateAppProfileRequest>, IEquatable<UpdateAppProfileRequest>, IDeepCloneable<UpdateAppProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateAppProfileRequest.
Request message for BigtableInstanceAdmin.UpdateAppProfile.
Implements
IMessageUpdateAppProfileRequest, IEquatableUpdateAppProfileRequest, IDeepCloneableUpdateAppProfileRequest, 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 |
bool |
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 |