Class DataStream.IosAppStreamData.Builder (0.51.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DataStream.IosAppStreamData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides

build()

public DataStream.IosAppStreamData build()
Returns
TypeDescription
DataStream.IosAppStreamData

buildPartial()

public DataStream.IosAppStreamData buildPartial()
Returns
TypeDescription
DataStream.IosAppStreamData

clear()

public DataStream.IosAppStreamData.Builder clear()
Returns
TypeDescription
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
TypeDescription
DataStream.IosAppStreamData.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DataStream.IosAppStreamData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
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];

Returns
TypeDescription
DataStream.IosAppStreamData.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DataStream.IosAppStreamData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides

clone()

public DataStream.IosAppStreamData.Builder clone()
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
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
TypeDescription
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
TypeDescription
ByteString

The bytes for bundleId.

getDefaultInstanceForType()

public DataStream.IosAppStreamData getDefaultInstanceForType()
Returns
TypeDescription
DataStream.IosAppStreamData

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for firebaseAppId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DataStream.IosAppStreamData other)

public DataStream.IosAppStreamData.Builder mergeFrom(DataStream.IosAppStreamData other)
Parameter
NameDescription
otherDataStream.IosAppStreamData
Returns
TypeDescription
DataStream.IosAppStreamData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStream.IosAppStreamData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DataStream.IosAppStreamData.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DataStream.IosAppStreamData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The bundleId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for bundleId to set.

Returns
TypeDescription
DataStream.IosAppStreamData.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DataStream.IosAppStreamData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
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
NameDescription
valueString

The firebaseAppId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for firebaseAppId to set.

Returns
TypeDescription
DataStream.IosAppStreamData.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DataStream.IosAppStreamData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DataStream.IosAppStreamData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DataStream.IosAppStreamData.Builder
Overrides