public interface ExecutionReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExecutionReference.CompletionStatus |
getCompletionStatus()
Status for the execution completion.
|
int |
getCompletionStatusValue()
Status for the execution completion.
|
com.google.protobuf.Timestamp |
getCompletionTime()
Creation timestamp of the execution.
|
com.google.protobuf.TimestampOrBuilder |
getCompletionTimeOrBuilder()
Creation timestamp of the execution.
|
com.google.protobuf.Timestamp |
getCreateTime()
Creation timestamp of the execution.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation timestamp of the execution.
|
com.google.protobuf.Timestamp |
getDeleteTime()
The deletion time of the execution.
|
com.google.protobuf.TimestampOrBuilder |
getDeleteTimeOrBuilder()
The deletion time of the execution.
|
String |
getName()
Name of the execution.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the execution.
|
boolean |
hasCompletionTime()
Creation timestamp of the execution.
|
boolean |
hasCreateTime()
Creation timestamp of the execution.
|
boolean |
hasDeleteTime()
The deletion time of the execution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }boolean hasCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;boolean hasCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;com.google.protobuf.Timestamp getCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;com.google.protobuf.TimestampOrBuilder getCompletionTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;boolean hasDeleteTime()
The deletion time of the execution. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;com.google.protobuf.Timestamp getDeleteTime()
The deletion time of the execution. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
The deletion time of the execution. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;int getCompletionStatusValue()
Status for the execution completion.
.google.cloud.run.v2.ExecutionReference.CompletionStatus completion_status = 4;ExecutionReference.CompletionStatus getCompletionStatus()
Status for the execution completion.
.google.cloud.run.v2.ExecutionReference.CompletionStatus completion_status = 4;Copyright © 2025 Google LLC. All rights reserved.