Package com.google.cloud.run.v2
Interface ExecutionReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionReference,ExecutionReference.Builder
public interface ExecutionReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCompletionTime()Creation timestamp of the execution.com.google.protobuf.TimestampOrBuildergetCompletionTimeOrBuilder()Creation timestamp of the execution.com.google.protobuf.TimestampgetCreateTime()Creation timestamp of the execution.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Creation timestamp of the execution.StringgetName()Name of the execution.com.google.protobuf.ByteStringgetNameBytes()Name of the execution.booleanhasCompletionTime()Creation timestamp of the execution.booleanhasCreateTime()Creation timestamp of the execution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;
-
hasCompletionTime
boolean hasCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;- Returns:
- Whether the completionTime field is set.
-
getCompletionTime
com.google.protobuf.Timestamp getCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;- Returns:
- The completionTime.
-
getCompletionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCompletionTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;
-
-