Cloud Life Sciences v2beta API - Class Metadata (2.0.0-beta07)

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

Reference documentation and code samples for the Cloud Life Sciences v2beta API class Metadata.

Carries information about the pipeline execution that is returned in the long running operation's metadata field.

Inheritance

object > Metadata

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

Metadata()

public Metadata()

Metadata(Metadata)

public Metadata(Metadata other)
Parameter
Name Description
other Metadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The time at which the operation was created by the API.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time at which execution was completed and resources were cleaned up.

Property Value
Type Description
Timestamp

Events

public RepeatedField<Event> Events { get; }

The list of events that have happened so far during the execution of this operation.

Property Value
Type Description
RepeatedField Event

Labels

public MapField<string, string> Labels { get; }

The user-defined labels associated with this operation.

Property Value
Type Description
MapField string string

Pipeline

public Pipeline Pipeline { get; set; }

The pipeline this operation represents.

Property Value
Type Description
Pipeline

PubSubTopic

public string PubSubTopic { get; set; }

The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.

Property Value
Type Description
string

StartTime

public Timestamp StartTime { get; set; }

The first time at which resources were allocated to execute the pipeline.

Property Value
Type Description
Timestamp

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月06日 UTC.