public interface UpdateServingConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServingConfig()
public abstract ServingConfig getServingConfig()Required. The ServingConfig to update.
.google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ServingConfig |
The servingConfig. |
getServingConfigOrBuilder()
public abstract ServingConfigOrBuilder getServingConfigOrBuilder()Required. The ServingConfig to update.
.google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ServingConfigOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
- ServingConfig.name
If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
- ServingConfig.name
If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasServingConfig()
public abstract boolean hasServingConfig()Required. The ServingConfig to update.
.google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the servingConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
- ServingConfig.name
If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |