public sealed class ListLinksResponse : IPageResponse<Link>, IEnumerable<Link>, IEnumerable, IMessage<ListLinksResponse>, IEquatable<ListLinksResponse>, IDeepCloneable<ListLinksResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class ListLinksResponse.
The response from ListLinks.
Implements
IPageResponseLink, IEnumerableLink, IEnumerable, IMessageListLinksResponse, IEquatableListLinksResponse, IDeepCloneableListLinksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListLinksResponse()
public ListLinksResponse()
ListLinksResponse(ListLinksResponse)
public ListLinksResponse(ListLinksResponse other)
Parameter | |
---|---|
Name | Description |
other | ListLinksResponse |
Properties
Links
public RepeatedField<Link> Links { get; }
A list of links.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLink |
NextPageToken
public string NextPageToken { get; set; }
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Link> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLink |