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 latest version available for the Network Management v1 API class `GoogleServiceInfo` is 2.13.0, with a range of versions available from 1.0.0 to 2.13.0."],["`GoogleServiceInfo` is a class representing details of a Google Service sending packets to a VPC network and is part of the Network Management v1 API."],["The `GoogleServiceInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes properties such as `GoogleServiceType`, to show the type of google service it represents, and `SourceIp`, to define the source IP address."],["`GoogleServiceInfo` has two constructors, one default and one to construct using another `GoogleServiceInfo` object."]]],[]]