Interface CloudFunction.OnDeployUpdatePolicyOrBuilder (2.43.0)

public static interface CloudFunction.OnDeployUpdatePolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRuntimeVersion()

public abstract String getRuntimeVersion()

Output only. contains the runtime version which was used during latest function deployment.

string runtime_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The runtimeVersion.

getRuntimeVersionBytes()

public abstract ByteString getRuntimeVersionBytes()

Output only. contains the runtime version which was used during latest function deployment.

string runtime_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for runtimeVersion.