App Optimize V1BETA API - Class Google::Cloud::Appoptimize::V1beta::ReadReportResponse (v0.1.0)

Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::ReadReportResponse.

Response message for the ReadReport method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#columns

def columns() -> ::Array<::Google::Cloud::Appoptimize::V1beta::Column>
Returns

#columns=

def columns=(value) -> ::Array<::Google::Cloud::Appoptimize::V1beta::Column>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.
Returns
  • (::String) — A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

#rows

def rows() -> ::Array<::Google::Protobuf::ListValue>
Returns

#rows=

def rows=(value) -> ::Array<::Google::Protobuf::ListValue>
Parameter
Returns