Class ListBigQueryExportsResponse (3.2.0)

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

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
RepeatedField<BigQueryExport>

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
IEnumerator<BigQueryExport>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator