Class ListExclusionsResponse (3.4.0)

public sealed class ListExclusionsResponse : IPageResponse<LogExclusion>, IEnumerable<LogExclusion>, IEnumerable, IMessage<ListExclusionsResponse>, IEquatable<ListExclusionsResponse>, IDeepCloneable<ListExclusionsResponse>, IBufferMessage, IMessage

Result returned from ListExclusions.

Inheritance

System.Object > ListExclusionsResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListExclusionsResponse()

public ListExclusionsResponse()

ListExclusionsResponse(ListExclusionsResponse)

public ListExclusionsResponse(ListExclusionsResponse other)
Parameter
NameDescription
otherListExclusionsResponse

Properties

Exclusions

public RepeatedField<LogExclusion> Exclusions { get; }

A list of exclusions.

Property Value
TypeDescription
RepeatedField<LogExclusion>

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

Methods

GetEnumerator()

public IEnumerator<LogExclusion> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<LogExclusion>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator