Class ExecutionReference (0.52.0)

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()
Returns
Type Description
ExecutionReference

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticExecutionReference.BuildernewBuilder()
Returns
Type Description
ExecutionReference.Builder

newBuilder(ExecutionReference prototype)

publicstaticExecutionReference.BuildernewBuilder(ExecutionReferenceprototype)
Parameter
Name Description
prototype ExecutionReference
Returns
Type Description
ExecutionReference.Builder

parseDelimitedFrom(InputStream input)

publicstaticExecutionReferenceparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticExecutionReferenceparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticExecutionReferenceparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticExecutionReferenceparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticExecutionReferenceparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticExecutionReferenceparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticExecutionReferenceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecutionReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ExecutionReference>parser()
Returns
Type Description
Parser<ExecutionReference>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCompletionStatus()

publicExecutionReference.CompletionStatusgetCompletionStatus()

Status for the execution completion.

.google.cloud.run.v2.ExecutionReference.CompletionStatus completion_status = 4;

Returns
Type Description
ExecutionReference.CompletionStatus

The completionStatus.

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;

Returns
Type Description
TimestampOrBuilder

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;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

publicExecutionReferencegetDefaultInstanceForType()
Returns
Type Description
ExecutionReference

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;

Returns
Type Description
TimestampOrBuilder

getName()

publicStringgetName()

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()
Returns
Type Description
Parser<ExecutionReference>
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()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicExecutionReference.BuildernewBuilderForType()
Returns
Type Description
ExecutionReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedExecutionReference.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ExecutionReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicExecutionReference.BuildertoBuilder()
Returns
Type Description
ExecutionReference.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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年10月30日 UTC.