Google Cloud Logging v2 API - Class ListViewsResponse (4.1.0)

public sealed class ListViewsResponse : IPageResponse<LogView>, IEnumerable<LogView>, IEnumerable, IMessage<ListViewsResponse>, IEquatable<ListViewsResponse>, IDeepCloneable<ListViewsResponse>, IBufferMessage, IMessage

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

The response from ListViews.

Inheritance

object > ListViewsResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListViewsResponse()

public ListViewsResponse()

ListViewsResponse(ListViewsResponse)

public ListViewsResponse(ListViewsResponse other)
Parameter
NameDescription
otherListViewsResponse

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

Views

public RepeatedField<LogView> Views { get; }

A list of views.

Property Value
TypeDescription
RepeatedFieldLogView

Methods

GetEnumerator()

public IEnumerator<LogView> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLogView