Interface PythonCodeConditionOrBuilder (0.1.0)

public interface PythonCodeConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPythonCode()

public abstract String getPythonCode()

Required. The python code to execute.

string python_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The pythonCode.

getPythonCodeBytes()

public abstract ByteString getPythonCodeBytes()

Required. The python code to execute.

string python_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for pythonCode.