Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::CreateProductRequest.
Request message for the CreateProduct
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project in which the Product should be created.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project in which the Product should be created.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
Returns
-
(::String) — Required. The project in which the Product should be created.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
#product
def product() -> ::Google::Cloud::Vision::V1::Product
Returns
- (::Google::Cloud::Vision::V1::Product) — Required. The product to create.
#product=
def product=(value) -> ::Google::Cloud::Vision::V1::Product
Parameter
- value (::Google::Cloud::Vision::V1::Product) — Required. The product to create.
Returns
- (::Google::Cloud::Vision::V1::Product) — Required. The product to create.
#product_id
def product_id() -> ::String
Returns
-
(::String) — A user-supplied resource id for this Product. 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
/
.
#product_id=
def product_id=(value) -> ::String
Parameter
-
value (::String) — A user-supplied resource id for this Product. 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
/
.
Returns
-
(::String) — A user-supplied resource id for this Product. 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
/
.