Class UpdateBigQueryLinkRequest
Request message for UpdateBigQueryLink RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateBigQueryLinkRequest : IMessage<UpdateBigQueryLinkRequest>, IEquatable<UpdateBigQueryLinkRequest>, IDeepCloneable<UpdateBigQueryLinkRequest>, IBufferMessage, IMessage
Constructors
UpdateBigQueryLinkRequest()
Declaration
public UpdateBigQueryLinkRequest()
UpdateBigQueryLinkRequest(UpdateBigQueryLinkRequest)
Declaration
public UpdateBigQueryLinkRequest(UpdateBigQueryLinkRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateBigQueryLinkRequest | other |
Properties
BigqueryLink
Required. The settings to update.
The name
field is used to identify the settings to be updated.
Declaration
public BigQueryLink BigqueryLink { get; set; }
Property Value
Type | Description |
---|---|
BigQueryLink |
UpdateMask
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |