public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessage
Request message for the GetProduct
method.
Implements
IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, 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 |