Google Cloud Vision v1 API - Class CreateProductSetRequest (3.6.0)

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.

Inheritance

object > CreateProductSetRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

CreateProductSetRequest()

public CreateProductSetRequest()

CreateProductSetRequest(CreateProductSetRequest)

public CreateProductSetRequest(CreateProductSetRequest other)
Parameter
NameDescription
otherCreateProductSetRequest

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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ProductSet

public ProductSet ProductSet { get; set; }

Required. The ProductSet to create.

Property Value
TypeDescription
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
TypeDescription
string