Show / Hide Table of Contents

Class UpdateGoogleSignalsSettingsRequest

Request message for UpdateGoogleSignalsSettings RPC

Inheritance
object
UpdateGoogleSignalsSettingsRequest
Implements
IMessage<UpdateGoogleSignalsSettingsRequest>
IEquatable<UpdateGoogleSignalsSettingsRequest>
IDeepCloneable<UpdateGoogleSignalsSettingsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateGoogleSignalsSettingsRequest : IMessage<UpdateGoogleSignalsSettingsRequest>, IEquatable<UpdateGoogleSignalsSettingsRequest>, IDeepCloneable<UpdateGoogleSignalsSettingsRequest>, IBufferMessage, IMessage

Constructors

UpdateGoogleSignalsSettingsRequest()

Declaration
public UpdateGoogleSignalsSettingsRequest()

UpdateGoogleSignalsSettingsRequest(UpdateGoogleSignalsSettingsRequest)

Declaration
public UpdateGoogleSignalsSettingsRequest(UpdateGoogleSignalsSettingsRequest other)
Parameters
Type Name Description
UpdateGoogleSignalsSettingsRequest other

Properties

GoogleSignalsSettings

Required. The settings to update. The name field is used to identify the settings to be updated.

Declaration
public GoogleSignalsSettings GoogleSignalsSettings { get; set; }
Property Value
Type Description
GoogleSignalsSettings

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
In this article
Back to top Generated by DocFX