Class DataStream.IosAppStreamData.Builder (0.95.0)

public static final class DataStream.IosAppStreamData.Builder extends GeneratedMessage.Builder<DataStream.IosAppStreamData.Builder> implements DataStream.IosAppStreamDataOrBuilder

Data specific to iOS app streams.

Protobuf type google.analytics.admin.v1beta.DataStream.IosAppStreamData

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DataStream.IosAppStreamData build()
Returns
Type Description
DataStream.IosAppStreamData

buildPartial()

public DataStream.IosAppStreamData buildPartial()
Returns
Type Description
DataStream.IosAppStreamData

clear()

public DataStream.IosAppStreamData.Builder clear()
Returns
Type Description
DataStream.IosAppStreamData.Builder
Overrides

clearBundleId()

public DataStream.IosAppStreamData.Builder clearBundleId()

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
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.

clearFirebaseAppId()

public DataStream.IosAppStreamData.Builder clearFirebaseAppId()

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
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.

getBundleId()

public 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
Type Description
String

The bundleId.

getBundleIdBytes()

public 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
Type Description
ByteString

The bytes for bundleId.

getDefaultInstanceForType()

public DataStream.IosAppStreamData getDefaultInstanceForType()
Returns
Type Description
DataStream.IosAppStreamData

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFirebaseAppId()

public 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
Type Description
String

The firebaseAppId.

getFirebaseAppIdBytes()

public 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
Type Description
ByteString

The bytes for firebaseAppId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataStream.IosAppStreamData other)

public DataStream.IosAppStreamData.Builder mergeFrom(DataStream.IosAppStreamData other)
Parameter
Name Description
other DataStream.IosAppStreamData
Returns
Type Description
DataStream.IosAppStreamData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStream.IosAppStreamData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataStream.IosAppStreamData.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataStream.IosAppStreamData.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataStream.IosAppStreamData.Builder
Overrides

setBundleId(String value)

public DataStream.IosAppStreamData.Builder setBundleId(String value)

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];

Parameter
Name Description
value String

The bundleId to set.

Returns
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.

setBundleIdBytes(ByteString value)

public DataStream.IosAppStreamData.Builder setBundleIdBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for bundleId to set.

Returns
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.

setFirebaseAppId(String value)

public DataStream.IosAppStreamData.Builder setFirebaseAppId(String value)

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];

Parameter
Name Description
value String

The firebaseAppId to set.

Returns
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.

setFirebaseAppIdBytes(ByteString value)

public DataStream.IosAppStreamData.Builder setFirebaseAppIdBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for firebaseAppId to set.

Returns
Type Description
DataStream.IosAppStreamData.Builder

This builder for chaining.