Class ListLogsResponse (3.6.0)

public sealed class ListLogsResponse : IMessage<ListLogsResponse>, IEquatable<ListLogsResponse>, IDeepCloneable<ListLogsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable

Result returned from ListLogs.

Inheritance

Object > ListLogsResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListLogsResponse()

public ListLogsResponse()

ListLogsResponse(ListLogsResponse)

public ListLogsResponse(ListLogsResponse other)
Parameter
NameDescription
otherListLogsResponse

Properties

LogNames

public RepeatedField<string> LogNames { get; }

A list of log names. For example, &quot;projects/my-project/logs/syslog&quot; or &quot;organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity&quot;.

Property Value
TypeDescription
RepeatedField<String>

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<String>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator