Interface DataStream.WebStreamDataOrBuilder (0.51.0)

public static interface DataStream.WebStreamDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultUri()

public abstract String getDefaultUri()

Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"

string default_uri = 3;

Returns
TypeDescription
String

The defaultUri.

getDefaultUriBytes()

public abstract ByteString getDefaultUriBytes()

Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"

string default_uri = 3;

Returns
TypeDescription
ByteString

The bytes for defaultUri.

getFirebaseAppId()

public abstract String getFirebaseAppId()

Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.

string firebase_app_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The firebaseAppId.

getFirebaseAppIdBytes()

public abstract ByteString getFirebaseAppIdBytes()

Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.

string firebase_app_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for firebaseAppId.

getMeasurementId()

public abstract String getMeasurementId()

Output only. Analytics Measurement ID.

Example: "G-1A2BCD345E"

string measurement_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The measurementId.

getMeasurementIdBytes()

public abstract ByteString getMeasurementIdBytes()

Output only. Analytics Measurement ID.

Example: "G-1A2BCD345E"

string measurement_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for measurementId.