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
.
Implements
IPageResponseLogSink, IEnumerableLogSink, IEnumerable, IMessageListSinksResponse, IEquatableListSinksResponse, IDeepCloneableListSinksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListSinksResponse()
public ListSinksResponse()
ListSinksResponse(ListSinksResponse)
public ListSinksResponse(ListSinksResponse other)
Parameter | |
---|---|
Name | Description |
other | ListSinksResponse |
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 | |
---|---|
Type | Description |
string |
Sinks
public RepeatedField<LogSink> Sinks { get; }
A list of sinks.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLogSink |
Methods
GetEnumerator()
public IEnumerator<LogSink> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLogSink |