[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetBucketOptions\u003c/code\u003e class in the Google Cloud Storage v1 API provides options for customizing \u003ccode\u003eGetBucket\u003c/code\u003e operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eGetBucketOptions\u003c/code\u003e is 4.11.0, with a range of previous versions from 4.10.0 down to 3.4.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eGetBucketOptions\u003c/code\u003e class include \u003ccode\u003eGeneration\u003c/code\u003e, \u003ccode\u003eIfMetagenerationMatch\u003c/code\u003e, \u003ccode\u003eIfMetagenerationNotMatch\u003c/code\u003e, \u003ccode\u003eProjection\u003c/code\u003e, \u003ccode\u003eRetryOptions\u003c/code\u003e, \u003ccode\u003eSoftDeleted\u003c/code\u003e, and \u003ccode\u003eUserProject\u003c/code\u003e, allowing for specific retrieval criteria and request configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetBucketOptions\u003c/code\u003e class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Storage v1 API - Class GetBucketOptions (4.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.13.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.V1/latest/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.11.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.11.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.10.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.10.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.9.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.9.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.8.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.8.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.7.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.7.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.6.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.5.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.4.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.3.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.2.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.1.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.0.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.7.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.6.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.5.0/Google.Cloud.Storage.V1.GetBucketOptions)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.4.0/Google.Cloud.Storage.V1.GetBucketOptions) \n\n public sealed class GetBucketOptions\n\nReference documentation and code samples for the Google Cloud Storage v1 API class GetBucketOptions.\n\nOptions for `GetBucket` operations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetBucketOptions \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.V1](/dotnet/docs/reference/Google.Cloud.Storage.V1/latest/Google.Cloud.Storage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.V1.dll\n\nProperties\n----------\n\n### Generation\n\n public long? Generation { get; set; }\n\nThe bucket generation to be retrieved. It must be set if is true.\n\n### IfMetagenerationMatch\n\n public long? IfMetagenerationMatch { get; set; }\n\nPrecondition for retrieval: the bucket is only fetched if its\nmeta-generation matches the given value.\n\n### IfMetagenerationNotMatch\n\n public long? IfMetagenerationNotMatch { get; set; }\n\nPrecondition for retrieval: the bucket is only fetched if its\nmeta-generation does not match the given value.\n\n### Projection\n\n public Projection? Projection { get; set; }\n\nThe projection to retrieve.\n\n### RetryOptions\n\n public RetryOptions RetryOptions { get; set; }\n\nOptions to pass custom retry configuration for each API request.\n\n### SoftDeleted\n\n public bool? SoftDeleted { get; set; }\n\nIf true, the soft-deleted version of the bucket will be retrieved.\nIf true, must be set.\n\n### UserProject\n\n public string UserProject { get; set; }\n\nIf set, this is the ID of the project which will be billed for the request.\nThe caller must have suitable permissions for the project being billed."]]