Google Cloud Security Command Center v1 API - Class ListBigQueryExportsResponse (3.19.0)

public sealed class ListBigQueryExportsResponse : IPageResponse<BigQueryExport>, IEnumerable<BigQueryExport>, IEnumerable, IMessage<ListBigQueryExportsResponse>, IEquatable<ListBigQueryExportsResponse>, IDeepCloneable<ListBigQueryExportsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListBigQueryExportsResponse.

Response message for listing BigQuery exports.

Inheritance

object > ListBigQueryExportsResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListBigQueryExportsResponse()

public ListBigQueryExportsResponse()

ListBigQueryExportsResponse(ListBigQueryExportsResponse)

public ListBigQueryExportsResponse(ListBigQueryExportsResponse other)
Parameter
NameDescription
otherListBigQueryExportsResponse

Properties

BigQueryExports

public RepeatedField<BigQueryExport> BigQueryExports { get; }

The BigQuery exports from the specified parent.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<BigQueryExport> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorBigQueryExport