Send feedback
Class DataStream.IosAppStreamData.Builder (0.26.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.26.0 keyboard_arrow_down
public static final class DataStream . IosAppStreamData . Builder extends GeneratedMessageV3 . Builder<DataStream . IosAppStreamData . Builder > implements DataStream . IosAppStreamDataOrBuilder
Data specific to iOS app streams.
Protobuf type google.analytics.admin.v1alpha.DataStream.IosAppStreamData
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataStream . IosAppStreamData . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DataStream . IosAppStreamData build ()
buildPartial()
public DataStream . IosAppStreamData buildPartial ()
clear()
public DataStream . IosAppStreamData . Builder clear ()
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];
clearField(Descriptors.FieldDescriptor field)
public DataStream . IosAppStreamData . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
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];
clearOneof(Descriptors.OneofDescriptor oneof)
public DataStream . IosAppStreamData . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public DataStream . IosAppStreamData . Builder clone ()
Overrides
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 ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DataStream.IosAppStreamData other)
public DataStream . IosAppStreamData . Builder mergeFrom ( DataStream . IosAppStreamData other )
public DataStream . IosAppStreamData . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataStream . IosAppStreamData . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataStream . IosAppStreamData . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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.
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.
setField(Descriptors.FieldDescriptor field, Object value)
public DataStream . IosAppStreamData . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
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.
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.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataStream . IosAppStreamData . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DataStream . IosAppStreamData . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]