Class ListSinksResponse (3.3.0)

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

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

Methods

GetEnumerator()

public IEnumerator<LogSink> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<LogSink>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator