public interface ListBigQueryExportsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BigQueryExport |
getBigQueryExports(int index)
The BigQuery exports from the specified parent.
|
int |
getBigQueryExportsCount()
The BigQuery exports from the specified parent.
|
List<BigQueryExport> |
getBigQueryExportsList()
The BigQuery exports from the specified parent.
|
BigQueryExportOrBuilder |
getBigQueryExportsOrBuilder(int index)
The BigQuery exports from the specified parent.
|
List<? extends BigQueryExportOrBuilder> |
getBigQueryExportsOrBuilderList()
The BigQuery exports from the specified parent.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<BigQueryExport> getBigQueryExportsList()
The BigQuery exports from the specified parent.
repeated .google.cloud.securitycenter.v1.BigQueryExport big_query_exports = 1;
BigQueryExport getBigQueryExports(int index)
The BigQuery exports from the specified parent.
repeated .google.cloud.securitycenter.v1.BigQueryExport big_query_exports = 1;
int getBigQueryExportsCount()
The BigQuery exports from the specified parent.
repeated .google.cloud.securitycenter.v1.BigQueryExport big_query_exports = 1;
List<? extends BigQueryExportOrBuilder> getBigQueryExportsOrBuilderList()
The BigQuery exports from the specified parent.
repeated .google.cloud.securitycenter.v1.BigQueryExport big_query_exports = 1;
BigQueryExportOrBuilder getBigQueryExportsOrBuilder(int index)
The BigQuery exports from the specified parent.
repeated .google.cloud.securitycenter.v1.BigQueryExport big_query_exports = 1;
String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.