Class ArtifactClient
Entity or software accessing or utilizing network resources.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ArtifactClient : IMessage<ArtifactClient>, IEquatable<ArtifactClient>, IDeepCloneable<ArtifactClient>, IBufferMessage, IMessage
Constructors
ArtifactClient()
Declaration
public ArtifactClient()
ArtifactClient(ArtifactClient)
Declaration
public ArtifactClient(ArtifactClient other)
Parameters
| Type | Name | Description |
|---|---|---|
| ArtifactClient | other |
Properties
Behaviors
The behaviors of the client accessing the network.
Declaration
public RepeatedField<string> Behaviors { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Proxies
The type of proxies used by the client.
Declaration
public RepeatedField<string> Proxies { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |