publicfinalclass ExecutionReferenceextendsGeneratedMessageV3implementsExecutionReferenceOrBuilder
Reference to an Execution. Use /Executions.GetExecution with the given name
to get full execution including the latest status.
Protobuf type google.cloud.run.v2.ExecutionReference
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
COMPLETION_STATUS_FIELD_NUMBER
publicstaticfinalintCOMPLETION_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
COMPLETION_TIME_FIELD_NUMBER
publicstaticfinalintCOMPLETION_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DELETE_TIME_FIELD_NUMBER
publicstaticfinalintDELETE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticExecutionReferencegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticExecutionReference.BuildernewBuilder()
newBuilder(ExecutionReference prototype)
publicstaticExecutionReference.BuildernewBuilder(ExecutionReferenceprototype)
publicstaticExecutionReferenceparseDelimitedFrom(InputStreaminput)
publicstaticExecutionReferenceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticExecutionReferenceparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionReferenceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticExecutionReferenceparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionReferenceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionReferenceparseFrom(CodedInputStreaminput)
publicstaticExecutionReferenceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionReferenceparseFrom(InputStreaminput)
publicstaticExecutionReferenceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticExecutionReferenceparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionReferenceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ExecutionReference>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCompletionStatus()
publicExecutionReference.CompletionStatusgetCompletionStatus()
Status for the execution completion.
.google.cloud.run.v2.ExecutionReference.CompletionStatus completion_status = 4;
getCompletionStatusValue()
publicintgetCompletionStatusValue()
Status for the execution completion.
.google.cloud.run.v2.ExecutionReference.CompletionStatus completion_status = 4;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for completionStatus.
|
getCompletionTime()
publicTimestampgetCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;
| Returns |
| Type |
Description |
Timestamp |
The completionTime.
|
getCompletionTimeOrBuilder()
publicTimestampOrBuildergetCompletionTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;
getCreateTime()
publicTimestampgetCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;
getDefaultInstanceForType()
publicExecutionReferencegetDefaultInstanceForType()
getDeleteTime()
publicTimestampgetDeleteTime()
The deletion time of the execution. It is only
populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;
| Returns |
| Type |
Description |
Timestamp |
The deleteTime.
|
getDeleteTimeOrBuilder()
publicTimestampOrBuildergetDeleteTimeOrBuilder()
The deletion time of the execution. It is only
populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;
getName()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Name of the execution.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
publicParser<ExecutionReference>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasCompletionTime()
publicbooleanhasCompletionTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp completion_time = 3;
| Returns |
| Type |
Description |
boolean |
Whether the completionTime field is set.
|
hasCreateTime()
publicbooleanhasCreateTime()
Creation timestamp of the execution.
.google.protobuf.Timestamp create_time = 2;
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
hasDeleteTime()
publicbooleanhasDeleteTime()
The deletion time of the execution. It is only
populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 5;
| Returns |
| Type |
Description |
boolean |
Whether the deleteTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicExecutionReference.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedExecutionReference.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicExecutionReference.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides