public sealed class ListExclusionsResponse : IPageResponse<LogExclusion>, IEnumerable<LogExclusion>, IEnumerable, IMessage<ListExclusionsResponse>, IEquatable<ListExclusionsResponse>, IDeepCloneable<ListExclusionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class ListExclusionsResponse.
Result returned from ListExclusions
.
Implements
IPageResponseLogExclusion, IEnumerableLogExclusion, IEnumerable, IMessageListExclusionsResponse, IEquatableListExclusionsResponse, IDeepCloneableListExclusionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListExclusionsResponse()
public ListExclusionsResponse()
ListExclusionsResponse(ListExclusionsResponse)
public ListExclusionsResponse(ListExclusionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListExclusionsResponse |
Properties
Exclusions
public RepeatedField<LogExclusion> Exclusions { get; }
A list of exclusions.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLogExclusion |
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 |
Methods
GetEnumerator()
public IEnumerator<LogExclusion> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLogExclusion |