Show / Hide Table of Contents

Class GoogleDevtoolsRemoteworkersV1test2Blob

Describes a blob of binary content with its digest.

Inheritance
System.Object
GoogleDevtoolsRemoteworkersV1test2Blob
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 GoogleDevtoolsRemoteworkersV1test2Blob : IDirectResponseSchema

Properties

Contents

The contents of the blob.

Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
Type Description
System.String

Digest

The digest of the blob. This should be verified by the receiver.

Declaration
[JsonProperty("digest")]
public virtual GoogleDevtoolsRemoteworkersV1test2Digest Digest { get; set; }
Property Value
Type Description
GoogleDevtoolsRemoteworkersV1test2Digest

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top