Security Command Center v2 API - Class ListBigQueryExportsResponse (1.0.0-beta03)

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.

Inheritance

object > ListBigQueryExportsResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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