Google Cloud Vision v1 API - Class GetProductSetRequest (3.5.0)

public sealed class GetProductSetRequest : IMessage<GetProductSetRequest>, IEquatable<GetProductSetRequest>, IDeepCloneable<GetProductSetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class GetProductSetRequest.

Request message for the GetProductSet method.

Inheritance

object > GetProductSetRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

GetProductSetRequest()

public GetProductSetRequest()

GetProductSetRequest(GetProductSetRequest)

public GetProductSetRequest(GetProductSetRequest other)
Parameter
NameDescription
otherGetProductSetRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the ProductSet to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Property Value
TypeDescription
string

ProductSetName

public ProductSetName ProductSetName { get; set; }

ProductSetName-typed view over the Name resource name property.

Property Value
TypeDescription
ProductSetName