Class BuildBazelRemoteExecutionV2OutputSymlink
An OutputSymlink is similar to a Symlink, but it is used as an output in an ActionResult. OutputSymlink is
binary-compatible with SymlinkNode.
Inheritance
System.Object
BuildBazelRemoteExecutionV2OutputSymlink
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class BuildBazelRemoteExecutionV2OutputSymlink : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NodeProperties
Declaration
[JsonProperty("nodeProperties")]
public virtual BuildBazelRemoteExecutionV2NodeProperties NodeProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildBazelRemoteExecutionV2NodeProperties |
Path
The full path of the symlink relative to the working directory, including the filename. The path separator
is a forward slash /. Since this is a relative path, it MUST NOT begin with a leading forward slash.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Target
The target path of the symlink. The path separator is a forward slash /. The target path can be relative
to the parent directory of the symlink or it can be an absolute path starting with /. Support for absolute
paths can be checked using the Capabilities API. .. components are allowed anywhere in the target path.
Declaration
[JsonProperty("target")]
public virtual string Target { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema