Google Cloud Logging v2 API - Class ListLinksResponse (4.3.0)

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.

Inheritance

object > ListLinksResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListLinksResponse()

public ListLinksResponse()

ListLinksResponse(ListLinksResponse)

public ListLinksResponse(ListLinksResponse other)
Parameter
NameDescription
otherListLinksResponse

Properties

public RepeatedField<Link> Links { get; }

A list of links.

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

Methods

GetEnumerator()

public IEnumerator<Link> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLink