Batch v1 API - Class StatusEvent (1.0.0)

public sealed class StatusEvent : IMessage<StatusEvent>, IEquatable<StatusEvent>, IDeepCloneable<StatusEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1 API class StatusEvent.

Status event

Inheritance

Object > StatusEvent

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

StatusEvent()

public StatusEvent()

StatusEvent(StatusEvent)

public StatusEvent(StatusEvent other)
Parameter
Name Description
other StatusEvent

Properties

Description

public string Description { get; set; }

Description of the event.

Property Value
Type Description
String

EventTime

public Timestamp EventTime { get; set; }

The time this event occurred.

Property Value
Type Description
Timestamp

TaskExecution

public TaskExecution TaskExecution { get; set; }

Task Execution

Property Value
Type Description
TaskExecution

Type

public string Type { get; set; }

Type of the event.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.