public static interface DataStream.WebStreamDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for measurementId. |