[[["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 details the `FetchStaticIpsRequest` class, which is used to request static IP addresses in the Google Cloud Datastream V1 API, with the latest version being 2.9.0 and version 1.0.0 being the oldest documented version."],["The `FetchStaticIpsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, demonstrating its role in handling request messages, data comparison, deep cloning, buffered messaging, and paged requests."],["The class has two constructors, a default one and one that takes another `FetchStaticIpsRequest` object to copy, along with the properties `LocationName`, `Name`, `PageSize`, and `PageToken`, for specifying the location, resource name, size of requested results, and pagination token."],["The `Name` property is a required field representing the resource name of the location, which has to be in the format `projects/*/locations/*`."],["The `PageSize` property is for setting the maximum number of IP addresses that should be returned, and the `PageToken` is for receiving a page token from previous calls."]]],[]]