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
-
(::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — The columns describing the structure of the data in the
rowsfield.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::Appoptimize::V1beta::Column>
Parameter
-
value (::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — The columns describing the structure of the data in the
rowsfield.
Returns
-
(::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — The columns describing the structure of the data in the
rowsfield.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token that can be sent as
page_tokenin a subsequentReadReportrequest 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_tokenin a subsequentReadReportrequest 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_tokenin a subsequentReadReportrequest 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
- (::Array<::Google::Protobuf::ListValue>) — A list of rows, where each row represents a record from the report.
#rows=
def rows=(value) -> ::Array<::Google::Protobuf::ListValue>
Parameter
- value (::Array<::Google::Protobuf::ListValue>) — A list of rows, where each row represents a record from the report.
Returns
- (::Array<::Google::Protobuf::ListValue>) — A list of rows, where each row represents a record from the report.