public interface QueryResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to retrieve the next page of the results.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of the results.
|
Struct |
getRows(int index)
Each row hold a query result in the format of `Struct`.
|
int |
getRowsCount()
Each row hold a query result in the format of `Struct`.
|
List<Struct> |
getRowsList()
Each row hold a query result in the format of `Struct`.
|
StructOrBuilder |
getRowsOrBuilder(int index)
Each row hold a query result in the format of `Struct`.
|
List<? extends StructOrBuilder> |
getRowsOrBuilderList()
Each row hold a query result in the format of `Struct`.
|
TableSchema |
getSchema()
Describes the format of the [rows].
|
TableSchemaOrBuilder |
getSchemaOrBuilder()
Describes the format of the [rows].
|
long |
getTotalRows()
Total rows of the whole query results.
|
boolean |
hasSchema()
Describes the format of the [rows].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Struct> getRowsList()
Each row hold a query result in the format of `Struct`.
repeated .google.protobuf.Struct rows = 1;
Struct getRows(int index)
Each row hold a query result in the format of `Struct`.
repeated .google.protobuf.Struct rows = 1;
int getRowsCount()
Each row hold a query result in the format of `Struct`.
repeated .google.protobuf.Struct rows = 1;
List<? extends StructOrBuilder> getRowsOrBuilderList()
Each row hold a query result in the format of `Struct`.
repeated .google.protobuf.Struct rows = 1;
StructOrBuilder getRowsOrBuilder(int index)
Each row hold a query result in the format of `Struct`.
repeated .google.protobuf.Struct rows = 1;
boolean hasSchema()
Describes the format of the [rows].
.google.cloud.asset.v1.TableSchema schema = 2;
TableSchema getSchema()
Describes the format of the [rows].
.google.cloud.asset.v1.TableSchema schema = 2;
TableSchemaOrBuilder getSchemaOrBuilder()
Describes the format of the [rows].
.google.cloud.asset.v1.TableSchema schema = 2;
String getNextPageToken()
Token to retrieve the next page of the results.
string next_page_token = 3;
ByteString getNextPageTokenBytes()
Token to retrieve the next page of the results.
string next_page_token = 3;
long getTotalRows()
Total rows of the whole query results.
int64 total_rows = 4;
Copyright © 2022 Google LLC. All rights reserved.