Google Cloud Vision v1 API - Class GetProductRequest (3.6.0)

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

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

Request message for the GetProduct method.

Inheritance

object > GetProductRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

GetProductRequest()

public GetProductRequest()

GetProductRequest(GetProductRequest)

public GetProductRequest(GetProductRequest other)
Parameter
NameDescription
otherGetProductRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the Product to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

Property Value
TypeDescription
string

ProductName

public ProductName ProductName { get; set; }

ProductName-typed view over the Name resource name property.

Property Value
TypeDescription
ProductName