public sealed class Metadata : IMessage<Metadata>, IEquatable<Metadata>, IDeepCloneable<Metadata>, IBufferMessage, IMessageCarries information about the pipeline execution that is returned in the long running operation's metadata field.
Implements
IMessage<Metadata>, IEquatable<Metadata>, IDeepCloneable<Metadata>, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
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 |
|