Interface ExportReservationsUsageResponseOrBuilder (0.1.0)

public interface ExportReservationsUsageResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponse()

public abstract String getResponse()

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

string response = 1;

Returns
Type Description
ByteString

The bytes for response.