Interface QueryResultOrBuilder (3.45.0)

public interface QueryResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of the results.

string next_page_token = 3;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of the results.

string next_page_token = 3;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getRows(int index)

public abstract Struct getRows(int index)

Each row hold a query result in the format of Struct.

repeated .google.protobuf.Struct rows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Struct

getRowsCount()

public abstract int getRowsCount()

Each row hold a query result in the format of Struct.

repeated .google.protobuf.Struct rows = 1;

Returns
TypeDescription
int

getRowsList()

public abstract List<Struct> getRowsList()

Each row hold a query result in the format of Struct.

repeated .google.protobuf.Struct rows = 1;

Returns
TypeDescription
List<Struct>

getRowsOrBuilder(int index)

public abstract StructOrBuilder getRowsOrBuilder(int index)

Each row hold a query result in the format of Struct.

repeated .google.protobuf.Struct rows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
StructOrBuilder

getRowsOrBuilderList()

public abstract List<? extends StructOrBuilder> getRowsOrBuilderList()

Each row hold a query result in the format of Struct.

repeated .google.protobuf.Struct rows = 1;

Returns
TypeDescription
List<? extends com.google.protobuf.StructOrBuilder>

getSchema()

public abstract TableSchema getSchema()

Describes the format of the [rows].

.google.cloud.asset.v1.TableSchema schema = 2;

Returns
TypeDescription
TableSchema

The schema.

getSchemaOrBuilder()

public abstract TableSchemaOrBuilder getSchemaOrBuilder()

Describes the format of the [rows].

.google.cloud.asset.v1.TableSchema schema = 2;

Returns
TypeDescription
TableSchemaOrBuilder

getTotalRows()

public abstract long getTotalRows()

Total rows of the whole query results.

int64 total_rows = 4;

Returns
TypeDescription
long

The totalRows.

hasSchema()

public abstract boolean hasSchema()

Describes the format of the [rows].

.google.cloud.asset.v1.TableSchema schema = 2;

Returns
TypeDescription
boolean

Whether the schema field is set.