Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaImportMetadata

Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance
System.Object
GoogleCloudRetailV2alphaImportMetadata
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.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2alphaImportMetadata : IDirectResponseSchema

Properties

CreateTime

Operation create time.

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
System.Object

ETag

The ETag of the item.

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

FailureCount

Count of entries that encountered errors while processing.

Declaration
[JsonProperty("failureCount")]
public virtual long? FailureCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

SuccessCount

Count of entries that were processed successfully.

Declaration
[JsonProperty("successCount")]
public virtual long? SuccessCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UpdateTime

Operation last update time. If the operation is done, this is also the finish time.

Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
System.Object

Implements

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