[[["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-04-09 UTC."],[[["The webpage provides documentation for the `DataStream.DataStreamType` enum within the Google Analytics Admin API for Java, covering versions from 0.14.0 up to the latest 0.70.0."],["This enum, `DataStream.DataStreamType`, defines the type of a data stream, and it implements the `ProtocolMessageEnum` interface, which can be utilized to understand the data within the streams."],["The enum includes static fields like `ANDROID_APP_DATA_STREAM`, `IOS_APP_DATA_STREAM`, `WEB_DATA_STREAM`, and `DATA_STREAM_TYPE_UNSPECIFIED`, representing different data stream types, with corresponding values, as well as also providing an `UNRECOGNIZED` field."],["The page details the available static methods, such as `forNumber`, `getDescriptor`, `valueOf`, and `values`, and the general methods like `getDescriptorForType`, `getNumber`, and `getValueDescriptor`, for interacting with the enum."],["Inherited members from the `Enum` and `Object` classes are also listed, such as `compareTo`, `equals`, `hashCode`, and `wait`, offering a complete overview of the available methods for this specific class."]]],[]]