The maximum number of phrase sets to return. The service may return
fewer than this value. If unspecified, at most 50 phrase sets will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
Required. The parent, which owns this collection of phrase set. Format:
projects/{project}/locations/{location}
Speech-to-Text supports three locations: global, us (US North America),
and eu (Europe). If you are calling the speech.googleapis.com
endpoint, use the global location. To specify a region, use a
regional endpoint
with matching us or eu location value.
[[["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\u003eListPhraseSetRequest\u003c/code\u003e class is used by clients to send requests for the \u003ccode\u003eListPhraseSet\u003c/code\u003e method within the Google Cloud Speech v1p1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in handling requests, data serialization, and comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListPhraseSetRequest\u003c/code\u003e includes properties like \u003ccode\u003ePageSize\u003c/code\u003e to manage the number of phrase sets returned, \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e to specify the location of the phrase set collection, which can be set as a string or using the \u003ccode\u003eParentAsLocationName\u003c/code\u003e typed property.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e3.0.0-beta08\u003c/code\u003e, with previous versions \u003ccode\u003e3.0.0-beta07\u003c/code\u003e and \u003ccode\u003e2.0.0-beta09\u003c/code\u003e also available in the provided documentation.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1p1beta1 API - Class ListPhraseSetRequest (3.0.0-beta09)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta09 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest)\n- [3.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/3.0.0-beta08/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/2.0.0-beta09/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest) \n\n public sealed class ListPhraseSetRequest : IPageRequest, IMessage\u003cListPhraseSetRequest\u003e, IEquatable\u003cListPhraseSetRequest\u003e, IDeepCloneable\u003cListPhraseSetRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Speech v1p1beta1 API class ListPhraseSetRequest.\n\nMessage sent by the client for the `ListPhraseSet` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPhraseSetRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListPhraseSetRequest](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPhraseSetRequest](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPhraseSetRequest](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest), [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.Speech.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1P1Beta1.dll\n\nConstructors\n------------\n\n### ListPhraseSetRequest()\n\n public ListPhraseSetRequest()\n\n### ListPhraseSetRequest(ListPhraseSetRequest)\n\n public ListPhraseSetRequest(ListPhraseSetRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of phrase sets to return. The service may return\nfewer than this value. If unspecified, at most 50 phrase sets will be\nreturned. The maximum value is 1000; values above 1000 will be coerced to\n1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token, received from a previous `ListPhraseSet` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListPhraseSet` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent, which owns this collection of phrase set. Format:\n\n`projects/{project}/locations/{location}`\n\nSpeech-to-Text supports three locations: `global`, `us` (US North America),\nand `eu` (Europe). If you are calling the `speech.googleapis.com`\nendpoint, use the `global` location. To specify a region, use a\n[regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)\nwith matching `us` or `eu` location value.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.ListPhraseSetRequest#Google_Cloud_Speech_V1P1Beta1_ListPhraseSetRequest_Parent) resource name property."]]