Class Google::Cloud::Logging::V2::ListBucketsResponse (v0.5.6)

The response from ListBuckets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#buckets

def buckets() -> ::Array<::Google::Cloud::Logging::V2::LogBucket>
Returns

#buckets=

def buckets=(value) -> ::Array<::Google::Cloud::Logging::V2::LogBucket>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.