Interface CreateProductRequestOrBuilder (2.43.0)

public interface CreateProductRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getProduct()

public abstract Product getProduct()

Required. The Product to create.

.google.cloud.retail.v2alpha.Product product = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Product

The product.

getProductId()

public abstract String getProductId()

Required. The ID to use for the Product, which will become the final component of the Product.name.

If the caller does not have permission to create the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all Products with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string product_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The productId.

getProductIdBytes()

public abstract ByteString getProductIdBytes()

Required. The ID to use for the Product, which will become the final component of the Product.name.

If the caller does not have permission to create the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all Products with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string product_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for productId.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

Required. The Product to create.

.google.cloud.retail.v2alpha.Product product = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProductOrBuilder

hasProduct()

public abstract boolean hasProduct()

Required. The Product to create.

.google.cloud.retail.v2alpha.Product product = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the product field is set.