public sealed class ListBucketsResponse : IPageResponse<LogBucket>, IEnumerable<LogBucket>, IEnumerable, IMessage<ListBucketsResponse>, IEquatable<ListBucketsResponse>, IDeepCloneable<ListBucketsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class ListBucketsResponse.
The response from ListBuckets.
Implements
IPageResponseLogBucket, IEnumerableLogBucket, IEnumerable, IMessageListBucketsResponse, IEquatableListBucketsResponse, IDeepCloneableListBucketsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListBucketsResponse()
public ListBucketsResponse()
ListBucketsResponse(ListBucketsResponse)
public ListBucketsResponse(ListBucketsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBucketsResponse |
Properties
Buckets
public RepeatedField<LogBucket> Buckets { get; }
A list of buckets.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLogBucket |
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<LogBucket> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLogBucket |