public interface ExportForecastsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResponse()
public abstract String getResponse()The response message for the forecast export. In case of bigquery, it will also contain job id.
string response = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The response. |
getResponseBytes()
public abstract ByteString getResponseBytes()The response message for the forecast export. In case of bigquery, it will also contain job id.
string response = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for response. |