public interface CreateCatalogItemRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the catalogItem field is set. |