Interface UpdateServingConfigRequestOrBuilder (2.13.0)

See more code actions.
public interface UpdateServingConfigRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract ServingConfig getServingConfig()

Required. The ServingConfig to update.

.google.cloud.retail.v2beta.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ServingConfig

The servingConfig.

getServingConfigOrBuilder()

public abstract ServingConfigOrBuilder getServingConfigOrBuilder()

Required. The ServingConfig to update.

.google.cloud.retail.v2beta.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasServingConfig()

public abstract boolean hasServingConfig()

Required. The ServingConfig to update.

.google.cloud.retail.v2beta.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.