public sealed class GoogleServiceInfo : IMessage<GoogleServiceInfo>, IEquatable<GoogleServiceInfo>, IDeepCloneable<GoogleServiceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class GoogleServiceInfo.
For display only. Details of a Google Service sending packets to a
VPC network. Although the source IP might be a publicly routable address,
some Google Services use special routes within Google production
infrastructure to reach Compute Engine Instances.
https://cloud.google.com/vpc/docs/routes#special_return_paths
[[["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-03-21 UTC."],[[["The `GoogleServiceInfo` class is part of the Network Management v1 API and provides details about Google Services sending packets to a VPC network."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The `GoogleServiceInfo` class offers properties like `GoogleServiceType` to identify the Google Service and `SourceIp` to specify the source IP address."],["The latest version of the `GoogleServiceInfo` documentation available is 2.13.0, and there is a list of previous versions going as far back as 1.0.0, which provides access to previous versions of the documentation."]]],[]]