Class ListBigQueryLinksResponse
Response message for ListBigQueryLinks RPC
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListBigQueryLinksResponse : IMessage<ListBigQueryLinksResponse>, IEquatable<ListBigQueryLinksResponse>, IDeepCloneable<ListBigQueryLinksResponse>, IBufferMessage, IMessage, IPageResponse<BigQueryLink>, IEnumerable<BigQueryLink>, IEnumerable
Constructors
ListBigQueryLinksResponse()
Declaration
public ListBigQueryLinksResponse()
ListBigQueryLinksResponse(ListBigQueryLinksResponse)
Declaration
public ListBigQueryLinksResponse(ListBigQueryLinksResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListBigQueryLinksResponse | other |
Properties
BigqueryLinks
List of BigQueryLinks.
Declaration
public RepeatedField<BigQueryLink> BigqueryLinks { get; }
Property Value
Type | Description |
---|---|
RepeatedField<BigQueryLink> |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<BigQueryLink> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<BigQueryLink> |