public sealed class ConnectedNodePattern : IMessage<ConnectedNodePattern>, IEquatable<ConnectedNodePattern>, IDeepCloneable<ConnectedNodePattern>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class ConnectedNodePattern.
Edge pattern matcher to match the edge direction, labels and properties.
Implements
IMessageConnectedNodePattern, IEquatableConnectedNodePattern, IDeepCloneableConnectedNodePattern, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
ConnectedNodePattern()
public ConnectedNodePattern()ConnectedNodePattern(ConnectedNodePattern)
public ConnectedNodePattern(ConnectedNodePattern other)| Parameter | |
|---|---|
| Name | Description |
other |
ConnectedNodePattern |
Properties
Edge
public EdgePattern Edge { get; set; }Required. To match the edge connected the neighbor subgraph.
| Property Value | |
|---|---|
| Type | Description |
EdgePattern |
|
Graph
public GraphPattern Graph { get; set; }Required. Recursive matcher to match the neighbor subgraph.
| Property Value | |
|---|---|
| Type | Description |
GraphPattern |
|