public sealed class ListReportsRequest : IMessage<ListReportsRequest>, IEquatable<ListReportsRequest>, IDeepCloneable<ListReportsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the App Optimize v1beta API class ListReportsRequest.
Request message for the ListReports method.
Implements
IMessageListReportsRequest, IEquatableListReportsRequest, IDeepCloneableListReportsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
ListReportsRequest()
public ListReportsRequest()ListReportsRequest(ListReportsRequest)
public ListReportsRequest(ListReportsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReportsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, the server will determine the number of results to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListReports call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListReports must match
the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent project whose reports are to be listed.
Format: projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|