Interface UpdateServingConfigRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServingConfig getServingConfig()
      Required.
      ServingConfigOrBuilder getServingConfigOrBuilder()
      Required.
      com.google.protobuf.FieldMask getUpdateMask()
      Indicates which fields in the provided [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Indicates which fields in the provided [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update.
      boolean hasServingConfig()
      Required.
      boolean hasUpdateMask()
      Indicates which fields in the provided [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasServingConfig

        boolean hasServingConfig()
         Required. The ServingConfig to update.
         
        .google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the servingConfig field is set.
      • getServingConfig

        ServingConfig getServingConfig()
         Required. The ServingConfig to update.
         
        .google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The servingConfig.
      • getServingConfigOrBuilder

        ServingConfigOrBuilder getServingConfigOrBuilder()
         Required. The ServingConfig to update.
         
        .google.cloud.retail.v2alpha.ServingConfig serving_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Indicates which fields in the provided
         [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update. The
         following are NOT supported:
        
         * [ServingConfig.name][google.cloud.retail.v2alpha.ServingConfig.name]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Indicates which fields in the provided
         [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update. The
         following are NOT supported:
        
         * [ServingConfig.name][google.cloud.retail.v2alpha.ServingConfig.name]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Indicates which fields in the provided
         [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] to update. The
         following are NOT supported:
        
         * [ServingConfig.name][google.cloud.retail.v2alpha.ServingConfig.name]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;