Interface UpdateCatalogItemRequestOrBuilder (0.52.0)

public interface UpdateCatalogItemRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogItem()

public abstract CatalogItem getCatalogItem()

Required. The catalog item to update/create. The 'catalog_item_id' field has to match that in the 'name'.

.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 update/create. The 'catalog_item_id' field has to match that in the 'name'.

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

Returns
Type Description
CatalogItemOrBuilder

getName()

public abstract String getName()

Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.

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

Returns
Type Description
ByteString

The bytes for name.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMaskOrBuilder

hasCatalogItem()

public abstract boolean hasCatalogItem()

Required. The catalog item to update/create. The 'catalog_item_id' field has to match that in the 'name'.

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

Returns
Type Description
boolean

Whether the catalogItem field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
boolean

Whether the updateMask field is set.