public sealed class ListProductsRequest : IPageRequest, IMessage<ListProductsRequest>, IEquatable<ListProductsRequest>, IDeepCloneable<ListProductsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ListProductsRequest.
Request message for the ListProducts
method.
Implements
IPageRequest, IMessageListProductsRequest, IEquatableListProductsRequest, IDeepCloneableListProductsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ListProductsRequest()
public ListProductsRequest()
ListProductsRequest(ListProductsRequest)
public ListProductsRequest(ListProductsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListProductsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return. Default 10, maximum 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project OR ProductSet from which Products should be listed.
Format:
projects/PROJECT_ID/locations/LOC_ID
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 |