Interface DataStream.IosAppStreamDataOrBuilder (0.51.0)

public static interface DataStream.IosAppStreamDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBundleId()

public abstract String getBundleId()

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

string bundle_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The bundleId.

getBundleIdBytes()

public abstract ByteString getBundleIdBytes()

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

string bundle_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for bundleId.

getFirebaseAppId()

public abstract String getFirebaseAppId()

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

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

Returns
TypeDescription
String

The firebaseAppId.

getFirebaseAppIdBytes()

public abstract ByteString getFirebaseAppIdBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for firebaseAppId.