public sealed class ReadReportRequest : IMessage<ReadReportRequest>, IEquatable<ReadReportRequest>, IDeepCloneable<ReadReportRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the App Optimize v1beta API class ReadReportRequest.
Request message for the ReadReport method.
Implements
IMessageReadReportRequest, IEquatableReadReportRequest, IDeepCloneableReadReportRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
ReadReportRequest()
public ReadReportRequest()ReadReportRequest(ReadReportRequest)
public ReadReportRequest(ReadReportRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ReadReportRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the report to query.
Format: projects/{project}/locations/{location}/reports/{report_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ReadReport call, to
retrieve the subsequent page of results. When page_token is specified,
job_reference must also be provided from the previous response, and the
statement field must not be set.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReportName
public ReportName ReportName { get; set; }ReportName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReportName |
|