Class Google::Cloud::Logging::V2::ListViewsResponse (v0.6.0)

The response from ListViews.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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.

#views

def views() -> ::Array<::Google::Cloud::Logging::V2::LogView>
Returns

#views=

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