Google Cloud Logging v2 API - Class ListSinksResponse (4.3.0)

public sealed class ListSinksResponse : IPageResponse<LogSink>, IEnumerable<LogSink>, IEnumerable, IMessage<ListSinksResponse>, IEquatable<ListSinksResponse>, IDeepCloneable<ListSinksResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Logging v2 API class ListSinksResponse.

Result returned from ListSinks.

Inheritance

object > ListSinksResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListSinksResponse()

public ListSinksResponse()

ListSinksResponse(ListSinksResponse)

public ListSinksResponse(ListSinksResponse other)
Parameter
NameDescription
otherListSinksResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than appear 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

Sinks

public RepeatedField<LogSink> Sinks { get; }

A list of sinks.

Property Value
TypeDescription
RepeatedFieldLogSink

Methods

GetEnumerator()

public IEnumerator<LogSink> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLogSink