public interface PythonCodeConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |