Show / Hide Table of Contents

Class GdataDiffUploadRequest

A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Inheritance
object
GdataDiffUploadRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GdataDiffUploadRequest : IDirectResponseSchema

Properties

ChecksumsInfo

The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol.

Declaration
[JsonProperty("checksumsInfo")]
public virtual GdataCompositeMedia ChecksumsInfo { get; set; }
Property Value
Type Description
GdataCompositeMedia

ETag

The ETag of the item.

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

ObjectInfo

The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received.

Declaration
[JsonProperty("objectInfo")]
public virtual GdataCompositeMedia ObjectInfo { get; set; }
Property Value
Type Description
GdataCompositeMedia

ObjectVersion

The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.

Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX