public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GetDatasetRequest.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetDatasetRequest` class within the Google Cloud Translation v3 API, specifically for version 3.8.0 of the .NET library."],["The `GetDatasetRequest` class is a request message used to retrieve a dataset, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetDatasetRequest()` and a copy constructor `GetDatasetRequest(GetDatasetRequest other)`."],["Key properties of the `GetDatasetRequest` class are `DatasetName`, which provides a typed view over the resource name, and `Name`, a string that holds the required resource name of the dataset."],["There are various versions of this API available, ranging from 2.2.0 to 3.9.0, with the latter being the most recent."]]],[]]