Show / Hide Table of Contents

Class GdataDiffUploadResponse

Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Inheritance
object
GdataDiffUploadResponse
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 GdataDiffUploadResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ObjectVersion

The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.

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

OriginalObject

The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX