public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class GetProductRequest.
Request message for the GetProduct method.
Implements
IMessageGetProductRequest, IEquatableGetProductRequest, IDeepCloneableGetProductRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
GetProductRequest()
public GetProductRequest()GetProductRequest(GetProductRequest)
public GetProductRequest(GetProductRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetProductRequest |
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 | |
|---|---|
| Type | Description |
string |
|
ProductName
public ProductName ProductName { get; set; }ProductName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProductName |
|