Google Cloud Logging v2 API - Class ListBucketsResponse (4.2.0)

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.

Inheritance

object > ListBucketsResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListBucketsResponse()

public ListBucketsResponse()

ListBucketsResponse(ListBucketsResponse)

public ListBucketsResponse(ListBucketsResponse other)
Parameter
NameDescription
otherListBucketsResponse

Properties

Buckets

public RepeatedField<LogBucket> Buckets { get; }

A list of buckets.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<LogBucket> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLogBucket