public interface UpdateAttributesConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AttributesConfig |
getAttributesConfig()
Required.
|
AttributesConfigOrBuilder |
getAttributesConfigOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided
[AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided
[AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
|
boolean |
hasAttributesConfig()
Required.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided
[AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAttributesConfig()
Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
AttributesConfig getAttributesConfig()
Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
AttributesConfigOrBuilder getAttributesConfigOrBuilder()
Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The following is the only supported field: * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The following is the only supported field: * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The following is the only supported field: * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2023 Google LLC. All rights reserved.