Class: Google::Analytics::Admin::V1alpha::GoogleSignalsSettings
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GoogleSignalsSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Settings values for Google Signals. This is a singleton resource.
Instance Attribute Summary collapse
-
#consent ⇒ ::Google::Analytics::Admin::V1alpha::GoogleSignalsConsent
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Analytics::Admin::V1alpha::GoogleSignalsState
Status of this setting.
Instance Attribute Details
#consent ⇒ ::Google::Analytics::Admin::V1alpha::GoogleSignalsConsent (readonly)
Returns Output only. Terms of Service acceptance.
952 953 954 955 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 952 class GoogleSignalsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings".
952 953 954 955 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 952 class GoogleSignalsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Analytics::Admin::V1alpha::GoogleSignalsState
Returns Status of this setting.
952 953 954 955 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 952 class GoogleSignalsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |