public sealed class ListBigQueryExportsResponse : IPageResponse<BigQueryExport>, IEnumerable<BigQueryExport>, IEnumerable, IMessage<ListBigQueryExportsResponse>, IEquatable<ListBigQueryExportsResponse>, IDeepCloneable<ListBigQueryExportsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ListBigQueryExportsResponse.
Response message for listing BigQuery exports.
Implements
IPageResponseBigQueryExport, IEnumerableBigQueryExport, IEnumerable, IMessageListBigQueryExportsResponse, IEquatableListBigQueryExportsResponse, IDeepCloneableListBigQueryExportsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ListBigQueryExportsResponse()
public ListBigQueryExportsResponse()
ListBigQueryExportsResponse(ListBigQueryExportsResponse)
public ListBigQueryExportsResponse(ListBigQueryExportsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBigQueryExportsResponse |
Properties
BigQueryExports
public RepeatedField<BigQueryExport> BigQueryExports { get; }
The BigQuery exports from the specified parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBigQueryExport |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<BigQueryExport> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBigQueryExport |