Show / Hide Table of Contents

Class GoogleSignalsSettings

Settings values for Google Signals. This is a singleton resource.

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

Constructors

GoogleSignalsSettings()

Declaration
public GoogleSignalsSettings()

GoogleSignalsSettings(GoogleSignalsSettings)

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

Properties

Consent

Output only. Terms of Service acceptance.

Declaration
public GoogleSignalsConsent Consent { get; set; }
Property Value
Type Description
GoogleSignalsConsent

GoogleSignalsSettingsName

GoogleSignalsSettingsName-typed view over the Name resource name property.

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

Name

Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings"

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

State

Status of this setting.

Declaration
public GoogleSignalsState State { get; set; }
Property Value
Type Description
GoogleSignalsState
In This Article
Back to top