public sealed class EntityContext : IMessage<EntityContext>, IEquatable<EntityContext>, IDeepCloneable<EntityContext>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class EntityContext.
Represents the context of an entity (node or edge) in the graph.
Implements
IMessageEntityContext, IEquatableEntityContext, IDeepCloneableEntityContext, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
EntityContext()
public EntityContext()EntityContext(EntityContext)
public EntityContext(EntityContext other)| Parameter | |
|---|---|
| Name | Description |
other |
EntityContext |
Properties
Type
public string Type { get; set; }The primary, namespaced type dictating the node naming format and supported
labels, and defined in the Schema (Schema.node_types/edge_types.name),
e.g., Base/compute.googleapis.com/Instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|