Interface CodeBlockOrBuilder (0.92.0)

public interface CodeBlockOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

Optional. Source code of the block in Python.

string code = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

Optional. Source code of the block in Python.

string code = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for code.