[[["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-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eFetchLinkableRepositoriesRequest\u003c/code\u003e class is 1.4.0, which is part of the Cloud Build v2 API in the Google.Cloud.CloudBuild.V2 namespace, with older versions available dating back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFetchLinkableRepositoriesRequest\u003c/code\u003e serves as the request message for the FetchLinkableRepositories method within the Cloud Build v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, providing functionalities for message handling, comparison, deep cloning, buffer management, and handling page requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFetchLinkableRepositoriesRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eConnection\u003c/code\u003e, \u003ccode\u003eConnectionAsConnectionName\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e, which are used to define the parameters for the request, such as the connection name, page size and page starting point.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors one parameterless, and one that can receive another FetchLinkableRepositoriesRequest as input.\u003c/p\u003e\n"]]],[],null,["# Cloud Build v2 API - Class FetchLinkableRepositoriesRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.3.0/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.2.0/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.1.0/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.0.0/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest) \n\n public sealed class FetchLinkableRepositoriesRequest : IMessage\u003cFetchLinkableRepositoriesRequest\u003e, IEquatable\u003cFetchLinkableRepositoriesRequest\u003e, IDeepCloneable\u003cFetchLinkableRepositoriesRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Build v2 API class FetchLinkableRepositoriesRequest.\n\nRequest message for FetchLinkableRepositories. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e FetchLinkableRepositoriesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[FetchLinkableRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[FetchLinkableRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[FetchLinkableRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest), [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), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \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.CloudBuild.V2](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudBuild.V2.dll\n\nConstructors\n------------\n\n### FetchLinkableRepositoriesRequest()\n\n public FetchLinkableRepositoriesRequest()\n\n### FetchLinkableRepositoriesRequest(FetchLinkableRepositoriesRequest)\n\n public FetchLinkableRepositoriesRequest(FetchLinkableRepositoriesRequest other)\n\nProperties\n----------\n\n### Connection\n\n public string Connection { get; set; }\n\nRequired. The name of the Connection.\nFormat: `projects/*/locations/*/connections/*`.\n\n### ConnectionAsConnectionName\n\n public ConnectionName ConnectionAsConnectionName { get; set; }\n\n[ConnectionName](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.ConnectionName)-typed view over the [Connection](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchLinkableRepositoriesRequest#Google_Cloud_CloudBuild_V2_FetchLinkableRepositoriesRequest_Connection) resource name property.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nNumber of results to return in the list. Default to 20.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nPage start."]]