public sealed class ListLogsResponse : IMessage<ListLogsResponse>, IEquatable<ListLogsResponse>, IDeepCloneable<ListLogsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable
Result returned from ListLogs.
Implements
IMessage<ListLogsResponse>, IEquatable<ListLogsResponse>, IDeepCloneable<ListLogsResponse>, IBufferMessage, IMessage, IPageResponse<String>, IEnumerable<String>, IEnumerableNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListLogsResponse()
public ListLogsResponse()
ListLogsResponse(ListLogsResponse)
public ListLogsResponse(ListLogsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListLogsResponse |
Properties
LogNames
public RepeatedField<string> LogNames { get; }
A list of log names. For example,
"projects/my-project/logs/syslog"
or
"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<String> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |