public interface UpdateAttributesConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributesConfig()
public abstract AttributesConfig getAttributesConfig()Required. The AttributesConfig to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| AttributesConfig | The attributesConfig. |
getAttributesConfigOrBuilder()
public abstract AttributesConfigOrBuilder getAttributesConfigOrBuilder()Required. The AttributesConfig to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| AttributesConfigOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
- AttributesConfig.catalog_attributes If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
- AttributesConfig.catalog_attributes If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasAttributesConfig()
public abstract boolean hasAttributesConfig()Required. The AttributesConfig to update.
.google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the attributesConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
- AttributesConfig.catalog_attributes If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |