public sealed class GetStorageLayoutRequest : IMessage<GetStorageLayoutRequest>, IEquatable<GetStorageLayoutRequest>, IDeepCloneable<GetStorageLayoutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class GetStorageLayoutRequest.
[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetStorageLayoutRequest\u003c/code\u003e class is a request message for the \u003ccode\u003eGetStorageLayout\u003c/code\u003e method within the Cloud Storage v2 API, with the latest version being 1.1.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties like \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePrefix\u003c/code\u003e, \u003ccode\u003eRequestId\u003c/code\u003e, and \u003ccode\u003eStorageLayoutName\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e represents the required resource name of the StorageLayout, and \u003ccode\u003ePrefix\u003c/code\u003e is optional for permission checks, \u003ccode\u003eRequestId\u003c/code\u003e is a unique request identifier, while \u003ccode\u003eStorageLayoutName\u003c/code\u003e is a typed view of the Name property.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided for \u003ccode\u003eGetStorageLayoutRequest\u003c/code\u003e: a default constructor and another one that takes another \u003ccode\u003eGetStorageLayoutRequest\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetStorageLayoutRequest\u003c/code\u003e class resides within the \u003ccode\u003eGoogle.Cloud.Storage.Control.V2\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.Storage.Control.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Cloud Storage v2 API - Class GetStorageLayoutRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest) \n\n public sealed class GetStorageLayoutRequest : IMessage\u003cGetStorageLayoutRequest\u003e, IEquatable\u003cGetStorageLayoutRequest\u003e, IDeepCloneable\u003cGetStorageLayoutRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class GetStorageLayoutRequest.\n\nRequest message for GetStorageLayout. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetStorageLayoutRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetStorageLayoutRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetStorageLayoutRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetStorageLayoutRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Storage.Control.V2](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.Control.V2.dll\n\nConstructors\n------------\n\n### GetStorageLayoutRequest()\n\n public GetStorageLayoutRequest()\n\n### GetStorageLayoutRequest(GetStorageLayoutRequest)\n\n public GetStorageLayoutRequest(GetStorageLayoutRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the StorageLayout resource.\nFormat: `projects/{project}/buckets/{bucket}/storageLayout`\n\n### Prefix\n\n public string Prefix { get; set; }\n\nAn optional prefix used for permission check. It is useful when the caller\nonly has limited permissions under a specific prefix.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. A unique identifier for this request. UUID is the recommended\nformat, but other formats are still accepted.\n\n### StorageLayoutName\n\n public StorageLayoutName StorageLayoutName { get; set; }\n\n[StorageLayoutName](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.StorageLayoutName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetStorageLayoutRequest#Google_Cloud_Storage_Control_V2_GetStorageLayoutRequest_Name) resource name property."]]