Interface GenerateAppResourceResponse.GenerateResultInfoOrBuilder (0.3.0)

public static interface GenerateAppResourceResponse.GenerateResultInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExplanation()

public abstract String getExplanation()

An explanation of the changes in the generated resource.

string explanation = 1;

Returns
Type Description
String

The explanation.

getExplanationBytes()

public abstract ByteString getExplanationBytes()

An explanation of the changes in the generated resource.

string explanation = 1;

Returns
Type Description
ByteString

The bytes for explanation.