Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::CreateProductSetRequest.
Request message for the CreateProductSet
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 ProductSet 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 ProductSet should be created.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
Returns
-
(::String) — Required. The project in which the ProductSet should be created.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
#product_set
def product_set() -> ::Google::Cloud::Vision::V1::ProductSet
Returns
- (::Google::Cloud::Vision::V1::ProductSet) — Required. The ProductSet to create.
#product_set=
def product_set=(value) -> ::Google::Cloud::Vision::V1::ProductSet
Parameter
- value (::Google::Cloud::Vision::V1::ProductSet) — Required. The ProductSet to create.
Returns
- (::Google::Cloud::Vision::V1::ProductSet) — Required. The ProductSet to create.
#product_set_id
def product_set_id() -> ::String
Returns
-
(::String) — A user-supplied resource id for this ProductSet. 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_set_id=
def product_set_id=(value) -> ::String
Parameter
-
value (::String) — A user-supplied resource id for this ProductSet. 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 ProductSet. 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
/
.