- 0.90.0 (latest)
- 0.88.0
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.82.0
- 0.80.0
- 0.78.0
- 0.77.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public static final class DataStream.Builder extends GeneratedMessageV3.Builder<DataStream.Builder> implements DataStreamOrBuilderA resource message representing a data stream.
Protobuf type google.analytics.admin.v1beta.DataStream
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataStream.BuilderImplements
DataStreamOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataStream.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DataStream.Builder |
build()
public DataStream build()| Type | Description |
| DataStream |
buildPartial()
public DataStream buildPartial()| Type | Description |
| DataStream |
clear()
public DataStream.Builder clear()| Type | Description |
| DataStream.Builder |
clearAndroidAppStreamData()
public DataStream.Builder clearAndroidAppStreamData()Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Type | Description |
| DataStream.Builder |
clearCreateTime()
public DataStream.Builder clearCreateTime()Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| DataStream.Builder |
clearDisplayName()
public DataStream.Builder clearDisplayName()Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
string display_name = 3;
| Type | Description |
| DataStream.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DataStream.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| DataStream.Builder |
clearIosAppStreamData()
public DataStream.Builder clearIosAppStreamData()Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Type | Description |
| DataStream.Builder |
clearName()
public DataStream.Builder clearName()Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| DataStream.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataStream.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| DataStream.Builder |
clearStreamData()
public DataStream.Builder clearStreamData()| Type | Description |
| DataStream.Builder |
clearType()
public DataStream.Builder clearType()Required. Immutable. The type of this DataStream resource.
.google.analytics.admin.v1beta.DataStream.DataStreamType type = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
| Type | Description |
| DataStream.Builder | This builder for chaining. |
clearUpdateTime()
public DataStream.Builder clearUpdateTime()Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| DataStream.Builder |
clearWebStreamData()
public DataStream.Builder clearWebStreamData()Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Type | Description |
| DataStream.Builder |
clone()
public DataStream.Builder clone()| Type | Description |
| DataStream.Builder |
getAndroidAppStreamData()
public DataStream.AndroidAppStreamData getAndroidAppStreamData()Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Type | Description |
| DataStream.AndroidAppStreamData | The androidAppStreamData. |
getAndroidAppStreamDataBuilder()
public DataStream.AndroidAppStreamData.Builder getAndroidAppStreamDataBuilder()Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Type | Description |
| DataStream.AndroidAppStreamData.Builder |
getAndroidAppStreamDataOrBuilder()
public DataStream.AndroidAppStreamDataOrBuilder getAndroidAppStreamDataOrBuilder()Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Type | Description |
| DataStream.AndroidAppStreamDataOrBuilder |
getCreateTime()
public Timestamp getCreateTime()Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public DataStream getDefaultInstanceForType()| Type | Description |
| DataStream |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
string display_name = 3;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
string display_name = 3;
| Type | Description |
| ByteString | The bytes for displayName. |
getIosAppStreamData()
public DataStream.IosAppStreamData getIosAppStreamData()Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Type | Description |
| DataStream.IosAppStreamData | The iosAppStreamData. |
getIosAppStreamDataBuilder()
public DataStream.IosAppStreamData.Builder getIosAppStreamDataBuilder()Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Type | Description |
| DataStream.IosAppStreamData.Builder |
getIosAppStreamDataOrBuilder()
public DataStream.IosAppStreamDataOrBuilder getIosAppStreamDataOrBuilder()Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Type | Description |
| DataStream.IosAppStreamDataOrBuilder |
getName()
public String getName()Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getStreamDataCase()
public DataStream.StreamDataCase getStreamDataCase()| Type | Description |
| DataStream.StreamDataCase |
getType()
public DataStream.DataStreamType getType()Required. Immutable. The type of this DataStream resource.
.google.analytics.admin.v1beta.DataStream.DataStreamType type = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
| Type | Description |
| DataStream.DataStreamType | The type. |
getTypeValue()
public int getTypeValue()Required. Immutable. The type of this DataStream resource.
.google.analytics.admin.v1beta.DataStream.DataStreamType type = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for type. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getWebStreamData()
public DataStream.WebStreamData getWebStreamData()Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Type | Description |
| DataStream.WebStreamData | The webStreamData. |
getWebStreamDataBuilder()
public DataStream.WebStreamData.Builder getWebStreamDataBuilder()Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Type | Description |
| DataStream.WebStreamData.Builder |
getWebStreamDataOrBuilder()
public DataStream.WebStreamDataOrBuilder getWebStreamDataOrBuilder()Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Type | Description |
| DataStream.WebStreamDataOrBuilder |
hasAndroidAppStreamData()
public boolean hasAndroidAppStreamData()Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Type | Description |
| boolean | Whether the androidAppStreamData field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasIosAppStreamData()
public boolean hasIosAppStreamData()Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Type | Description |
| boolean | Whether the iosAppStreamData field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
hasWebStreamData()
public boolean hasWebStreamData()Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Type | Description |
| boolean | Whether the webStreamData field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAndroidAppStreamData(DataStream.AndroidAppStreamData value)
public DataStream.Builder mergeAndroidAppStreamData(DataStream.AndroidAppStreamData value)Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Name | Description |
| value | DataStream.AndroidAppStreamData |
| Type | Description |
| DataStream.Builder |
mergeCreateTime(Timestamp value)
public DataStream.Builder mergeCreateTime(Timestamp value)Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| DataStream.Builder |
mergeFrom(DataStream other)
public DataStream.Builder mergeFrom(DataStream other)| Name | Description |
| other | DataStream |
| Type | Description |
| DataStream.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataStream.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| DataStream.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public DataStream.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| DataStream.Builder |
mergeIosAppStreamData(DataStream.IosAppStreamData value)
public DataStream.Builder mergeIosAppStreamData(DataStream.IosAppStreamData value)Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Name | Description |
| value | DataStream.IosAppStreamData |
| Type | Description |
| DataStream.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataStream.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataStream.Builder |
mergeUpdateTime(Timestamp value)
public DataStream.Builder mergeUpdateTime(Timestamp value)Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| DataStream.Builder |
mergeWebStreamData(DataStream.WebStreamData value)
public DataStream.Builder mergeWebStreamData(DataStream.WebStreamData value)Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Name | Description |
| value | DataStream.WebStreamData |
| Type | Description |
| DataStream.Builder |
setAndroidAppStreamData(DataStream.AndroidAppStreamData value)
public DataStream.Builder setAndroidAppStreamData(DataStream.AndroidAppStreamData value)Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Name | Description |
| value | DataStream.AndroidAppStreamData |
| Type | Description |
| DataStream.Builder |
setAndroidAppStreamData(DataStream.AndroidAppStreamData.Builder builderForValue)
public DataStream.Builder setAndroidAppStreamData(DataStream.AndroidAppStreamData.Builder builderForValue)Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.AndroidAppStreamData android_app_stream_data = 7;
| Name | Description |
| builderForValue | DataStream.AndroidAppStreamData.Builder |
| Type | Description |
| DataStream.Builder |
setCreateTime(Timestamp value)
public DataStream.Builder setCreateTime(Timestamp value)Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| DataStream.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public DataStream.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Time when this stream was originally created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| DataStream.Builder |
setDisplayName(String value)
public DataStream.Builder setDisplayName(String value)Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
string display_name = 3;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public DataStream.Builder setDisplayNameBytes(ByteString value)Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
string display_name = 3;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DataStream.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DataStream.Builder |
setIosAppStreamData(DataStream.IosAppStreamData value)
public DataStream.Builder setIosAppStreamData(DataStream.IosAppStreamData value)Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Name | Description |
| value | DataStream.IosAppStreamData |
| Type | Description |
| DataStream.Builder |
setIosAppStreamData(DataStream.IosAppStreamData.Builder builderForValue)
public DataStream.Builder setIosAppStreamData(DataStream.IosAppStreamData.Builder builderForValue)Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.IosAppStreamData ios_app_stream_data = 8;
| Name | Description |
| builderForValue | DataStream.IosAppStreamData.Builder |
| Type | Description |
| DataStream.Builder |
setName(String value)
public DataStream.Builder setName(String value)Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DataStream.Builder setNameBytes(ByteString value)Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataStream.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| DataStream.Builder |
setType(DataStream.DataStreamType value)
public DataStream.Builder setType(DataStream.DataStreamType value)Required. Immutable. The type of this DataStream resource.
.google.analytics.admin.v1beta.DataStream.DataStreamType type = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | DataStream.DataStreamTypeThe type to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setTypeValue(int value)
public DataStream.Builder setTypeValue(int value)Required. Immutable. The type of this DataStream resource.
.google.analytics.admin.v1beta.DataStream.DataStreamType type = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | intThe enum numeric value on the wire for type to set. |
| Type | Description |
| DataStream.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataStream.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataStream.Builder |
setUpdateTime(Timestamp value)
public DataStream.Builder setUpdateTime(Timestamp value)Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| DataStream.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public DataStream.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Time when stream payload fields were last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| DataStream.Builder |
setWebStreamData(DataStream.WebStreamData value)
public DataStream.Builder setWebStreamData(DataStream.WebStreamData value)Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Name | Description |
| value | DataStream.WebStreamData |
| Type | Description |
| DataStream.Builder |
setWebStreamData(DataStream.WebStreamData.Builder builderForValue)
public DataStream.Builder setWebStreamData(DataStream.WebStreamData.Builder builderForValue)Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
.google.analytics.admin.v1beta.DataStream.WebStreamData web_stream_data = 6;
| Name | Description |
| builderForValue | DataStream.WebStreamData.Builder |
| Type | Description |
| DataStream.Builder |