public sealed class ListEvaluationsRequest : IMessage<ListEvaluationsRequest>, IEquatable<ListEvaluationsRequest>, IDeepCloneable<ListEvaluationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1beta API class ListEvaluationsRequest.
Request message for [EvaluationService.ListEvaluations][google.cloud.discoveryengine.v1beta.EvaluationService.ListEvaluations] method.
Implements
IMessageListEvaluationsRequest, IEquatableListEvaluationsRequest, IDeepCloneableListEvaluationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListEvaluationsRequest()
public ListEvaluationsRequest()
ListEvaluationsRequest(ListEvaluationsRequest)
public ListEvaluationsRequest(ListEvaluationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEvaluationsRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of [Evaluation][google.cloud.discoveryengine.v1beta.Evaluation]s to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
If this field is negative, an INVALID_ARGUMENT
error is returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token [ListEvaluationsResponse.next_page_token][google.cloud.discoveryengine.v1beta.ListEvaluationsResponse.next_page_token], received from a previous [EvaluationService.ListEvaluations][google.cloud.discoveryengine.v1beta.EvaluationService.ListEvaluations] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[EvaluationService.ListEvaluations][google.cloud.discoveryengine.v1beta.EvaluationService.ListEvaluations]
must match the call that provided the page token. Otherwise, an
INVALID_ARGUMENT
error is returned.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent location resource name, such as
projects/{project}/locations/{location}
.
If the caller does not have permission to list
[Evaluation][google.cloud.discoveryengine.v1beta.Evaluation]s under this
location, regardless of whether or not this location exists, a
PERMISSION_DENIED
error is returned.
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 |