Google Cloud Bigtable Administration v2 API - Class UpdateAppProfileRequest (3.13.0)

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.

Inheritance

object > UpdateAppProfileRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateAppProfileRequest()

public UpdateAppProfileRequest()

UpdateAppProfileRequest(UpdateAppProfileRequest)

public UpdateAppProfileRequest(UpdateAppProfileRequest other)
Parameter
NameDescription
otherUpdateAppProfileRequest

Properties

AppProfile

public AppProfile AppProfile { get; set; }

Required. The app profile which will (partially) replace the current value.

Property Value
TypeDescription
AppProfile

IgnoreWarnings

public bool IgnoreWarnings { get; set; }

If true, ignore safety checks when updating the app profile.

Property Value
TypeDescription
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
TypeDescription
FieldMask