Interface CreateCatalogItemRequestOrBuilder (0.24.0)

public interface CreateCatalogItemRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogItem()

public abstract CatalogItem getCatalogItem()

Required. The catalog item to create.

.google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CatalogItem

The catalogItem.

getCatalogItemOrBuilder()

public abstract CatalogItemOrBuilder getCatalogItemOrBuilder()

Required. The catalog item to create.

.google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CatalogItemOrBuilder

getParent()

public abstract String getParent()

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

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.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasCatalogItem()

public abstract boolean hasCatalogItem()

Required. The catalog item to create.

.google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the catalogItem field is set.