[[["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."],[[["This webpage provides documentation for the `DeleteDataStreamRequest.Builder` class within the Google Analytics Admin API's Java library, specifically focusing on version 0.39.0 but also listing links to many previous versions all the way to 0.14.0, and to the latest version 0.70.0."],["The `DeleteDataStreamRequest.Builder` class is used to construct requests for deleting data streams within the Google Analytics Admin API, using the `build()` method to return a `DeleteDataStreamRequest` and its `buildPartial()` method to return a partially build `DeleteDataStreamRequest`."],["The `DeleteDataStreamRequest.Builder` class extends `GeneratedMessageV3.Builder` and implements `DeleteDataStreamRequestOrBuilder`, inheriting and implementing methods for message building and manipulation."],["The main method detailed on the webpage is `clearName()` to clear the current assigned name of the DataStream to delete, and `getName()` which retrieves the name of the DataStream to delete; and `setName()` which sets the name of the DataStream to delete."],["This content explains the inheritance and implementation of the class including from `AbstractMessage` and `AbstractMessageLite`, and provides details on methods to merge, set, clear, and clone fields, including repeated fields."]]],[]]