App Topology v1 API - Class EntityContext (1.0.0-beta01)

public sealed class EntityContext : IMessage<EntityContext>, IEquatable<EntityContext>, IDeepCloneable<EntityContext>, IBufferMessage, IMessage

Reference documentation and code samples for the App Topology v1 API class EntityContext.

Represents the context of an entity (node or edge) in the graph.

Inheritance

object > EntityContext

Namespace

Google.Cloud.AppTopology.V1

Assembly

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