public sealed class PscAutomatedEndpoints : IMessage<PscAutomatedEndpoints>, IEquatable<PscAutomatedEndpoints>, IDeepCloneable<PscAutomatedEndpoints>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PscAutomatedEndpoints.
PscAutomatedEndpoints defines the output of the forwarding rule
automatically created by each PscAutomationConfig.
[[["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-28 UTC."],[[["\u003cp\u003e\u003ccode\u003ePscAutomatedEndpoints\u003c/code\u003e is a class in the Vertex AI v1beta1 API, used for defining the output of forwarding rules created by \u003ccode\u003ePscAutomationConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, providing functionalities such as deep cloning and equality comparison.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eMatchAddress\u003c/code\u003e, \u003ccode\u003eNetwork\u003c/code\u003e, and \u003ccode\u003eProjectId\u003c/code\u003e, which are all string types and related to the IP address, network, and project ID associated with automated forwarding rules.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, \u003ccode\u003ePscAutomatedEndpoints()\u003c/code\u003e, and \u003ccode\u003ePscAutomatedEndpoints(PscAutomatedEndpoints other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class PscAutomatedEndpoints (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PscAutomatedEndpoints)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.PscAutomatedEndpoints) \n\n public sealed class PscAutomatedEndpoints : IMessage\u003cPscAutomatedEndpoints\u003e, IEquatable\u003cPscAutomatedEndpoints\u003e, IDeepCloneable\u003cPscAutomatedEndpoints\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class PscAutomatedEndpoints.\n\nPscAutomatedEndpoints defines the output of the forwarding rule\nautomatically created by each PscAutomationConfig. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PscAutomatedEndpoints \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PscAutomatedEndpoints](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PscAutomatedEndpoints), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PscAutomatedEndpoints](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PscAutomatedEndpoints), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PscAutomatedEndpoints](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PscAutomatedEndpoints), [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.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### PscAutomatedEndpoints()\n\n public PscAutomatedEndpoints()\n\n### PscAutomatedEndpoints(PscAutomatedEndpoints)\n\n public PscAutomatedEndpoints(PscAutomatedEndpoints other)\n\nProperties\n----------\n\n### MatchAddress\n\n public string MatchAddress { get; set; }\n\nIp Address created by the automated forwarding rule.\n\n### Network\n\n public string Network { get; set; }\n\nCorresponding network in pscAutomationConfigs.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nCorresponding project_id in pscAutomationConfigs"]]