Class: Google::Analytics::Admin::V1alpha::GoogleSignalsSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

Returns Output only. Terms of Service acceptance.

Returns:



880
881
882
883
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 880

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".

Returns:

  • (::String)

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



880
881
882
883
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 880

class GoogleSignalsSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#state::Google::Analytics::Admin::V1alpha::GoogleSignalsState

Returns Status of this setting.

Returns:



880
881
882
883
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 880

class GoogleSignalsSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end