Class: Google::Cloud::Logging::V2::ListBucketsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListBucketsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The response from ListBuckets.
Instance Attribute Summary collapse
-
#buckets ⇒ ::Array<::Google::Cloud::Logging::V2::LogBucket>
A list of buckets.
-
#next_page_token ⇒ ::String
If there might be more results than appear in this response, then
nextPageToken
is included.
Instance Attribute Details
#buckets ⇒ ::Array<::Google::Cloud::Logging::V2::LogBucket>
Returns A list of buckets.
309 310 311 312 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 309 class ListBucketsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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
.
309 310 311 312 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 309 class ListBucketsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |