public sealed class CreateProductSetRequest : IMessage<CreateProductSetRequest>, IEquatable<CreateProductSetRequest>, IDeepCloneable<CreateProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class CreateProductSetRequest.
Request message for the CreateProductSet
method.
Implements
IMessageCreateProductSetRequest, IEquatableCreateProductSetRequest, IDeepCloneableCreateProductSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
CreateProductSetRequest()
public CreateProductSetRequest()
CreateProductSetRequest(CreateProductSetRequest)
public CreateProductSetRequest(CreateProductSetRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateProductSetRequest |
Properties
Parent
public string Parent { get; set; }
Required. The project in which the ProductSet should be created.
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 |
ProductSet
public ProductSet ProductSet { get; set; }
Required. The ProductSet to create.
Property Value | |
---|---|
Type | Description |
ProductSet |
ProductSetId
public string ProductSetId { get; set; }
A user-supplied resource id for this ProductSet. If set, the server will
attempt to use this value as the resource id. If it is already in use, an
error is returned with code ALREADY_EXISTS. Must be at most 128 characters
long. It cannot contain the character /
.
Property Value | |
---|---|
Type | Description |
string |