public sealed class ListProductSetsRequest : IPageRequest, IMessage<ListProductSetsRequest>, IEquatable<ListProductSetsRequest>, IDeepCloneable<ListProductSetsRequest>, IBufferMessage, IMessage
Request message for the ListProductSets
method.
Implements
IPageRequest, IMessage<ListProductSetsRequest>, IEquatable<ListProductSetsRequest>, IDeepCloneable<ListProductSetsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ListProductSetsRequest()
public ListProductSetsRequest()
ListProductSetsRequest(ListProductSetsRequest)
public ListProductSetsRequest(ListProductSetsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListProductSetsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return. Default 10, maximum 100.
Property Value | |
---|---|
Type | Description |
Int32 |
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 from which ProductSets should be listed.
Format is 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 |