Class GoogleCloudVisionV1p4beta1BatchOperationMetadata
Metadata for the batch operations such as the current state. This is included in the metadata
field of the
Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p4beta1BatchOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
The time when the batch request is finished and google.longrunning.Operation.done is set to true.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The current state of the batch operation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
SubmitTime
object representation of SubmitTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmitTimeDateTimeOffset instead.")]
public virtual object SubmitTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SubmitTimeDateTimeOffset
DateTimeOffset representation of SubmitTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmitTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SubmitTimeRaw
The time when the batch request was submitted to the server.
Declaration
[JsonProperty("submitTime")]
public virtual string SubmitTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |