Interface ExportUsageHistoriesResponseOrBuilder (0.1.0)

public interface ExportUsageHistoriesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponse()

public abstract String getResponse()

The response message for the usage history 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 usage history export. In case of bigquery, it will also contain job id.

string response = 1;

Returns
Type Description
ByteString

The bytes for response.