Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::ReadReportRequest.
Request message for the ReadReport method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the report to query.
Format:
projects/{project}/locations/{location}/reports/{report_id}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the report to query.
Format:
projects/{project}/locations/{location}/reports/{report_id}.
Returns
-
(::String) — Required. The resource name of the report to query.
Format:
projects/{project}/locations/{location}/reports/{report_id}.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 10,000 rows will be returned per page. The maximum allowed value is 25,000; values above 25,000 are coerced to 25,000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 10,000 rows will be returned per page. The maximum allowed value is 25,000; values above 25,000 are coerced to 25,000.
Returns
- (::Integer) — Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 10,000 rows will be returned per page. The maximum allowed value is 25,000; values above 25,000 are coerced to 25,000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token, received from a previous
ReadReportcall, to retrieve the subsequent page of results. Whenpage_tokenis specified,job_referencemust also be provided from the previous response, and thestatementfield must not be set.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
ReadReportcall, to retrieve the subsequent page of results. Whenpage_tokenis specified,job_referencemust also be provided from the previous response, and thestatementfield must not be set.
Returns
-
(::String) — Optional. A page token, received from a previous
ReadReportcall, to retrieve the subsequent page of results. Whenpage_tokenis specified,job_referencemust also be provided from the previous response, and thestatementfield must not be set.