Class: Google::Cloud::SecurityCenter::V1::ListBigQueryExportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListBigQueryExportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing BigQuery exports.
Instance Attribute Summary collapse
-
#big_query_exports ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::BigQueryExport>
The BigQuery exports from the specified parent.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#big_query_exports ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::BigQueryExport>
Returns The BigQuery exports from the specified parent.
1875 1876 1877 1878 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1875 class ListBigQueryExportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1875 1876 1877 1878 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1875 class ListBigQueryExportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |