Class Google::Analytics::Admin::V1alpha::WebDataStream

A resource message representing a Google Analytics web stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#default_uri

def default_uri() -> ::String
Returns
  • (::String) — Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"

#default_uri=

def default_uri=(value) -> ::String
Parameter
  • value (::String) — Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
Returns
  • (::String) — Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. Human-readable display name for the Data Stream.

    The max allowed display name length is 100 UTF-16 code units.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Human-readable display name for the Data Stream.

    The max allowed display name length is 100 UTF-16 code units.

Returns
  • (::String) — Required. Human-readable display name for the Data Stream.

    The max allowed display name length is 100 UTF-16 code units.

#firebase_app_id

def firebase_app_id() -> ::String
Returns
  • (::String) — Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.

#measurement_id

def measurement_id() -> ::String
Returns
  • (::String) — Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"

#name

def name() -> ::String
Returns
  • (::String) — Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns