Cloud Vision V1p4beta1 API - Class Google::Cloud::Vision::V1p4beta1::CreateProductRequest (v0.1.2)

Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::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::V1p4beta1::Product
Returns

#product=

def product=(value) -> ::Google::Cloud::Vision::V1p4beta1::Product
Parameter
Returns

#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 /.